summaryrefslogtreecommitdiffstats
path: root/patches/ipkg-utils-050831
Commit message (Collapse)AuthorAgeFilesLines
* ipkg-utils: fix ipkg-index for ipkg with outer tarMarc Kleine-Budde2013-01-081-3/+12
| | | | | | | | | | | | | | | Don't use wildcards for tar ipkg with outer tar, too. Fixes this error: index 'platform/packages/Packages'... tar: Pattern matching characters used in file names. Please, tar: use --wildcards to enable pattern matching, or --no-wildcards to tar: suppress this warning. tar: *data.tar.gz: Not found in archive tar: Exiting with failure status due to previous errors gzip: stdin: unexpected end of file Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* host-ipkg-utils: add patch to fix ipkg package creation on openSUSE 12.2Michael Olbrich2012-12-1112-58/+69
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ipkg-utils: rewrite patch for issue with ar and large UIDsMichael Olbrich2011-05-242-14/+18
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ipkg-utils: fix problem with older ar versionsMarc Kleine-Budde2010-11-251-1/+1
| | | | | | | | | | Commit 6b186e8bfc2e6c394db0de03047c8a81f0690d08 added the "-D" option to ar during creation of an ipkg. It turns out that nor all versions of "ar" support this option. For now turn off the patch that adds the "-D" option. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ipkg-utils: regenerate patchesMarc Kleine-Budde2010-11-0810-28/+20
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* ipkg-utils: fix UID-related problem with arDarren Hutchinson2010-11-082-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | I had a strange problem when I tried to create an image. The last part of the error message was: File "<path to ptxdist>/projects/<project name>/ \ platform-<project name>/sysroot-host/lib/python2.6/site-packages/arfile.py", line 79, in _scan size = int(descriptor[5]) ValueError: invalid literal for int() with base 10: '`' The problem eventually turned out to be that arfile.py has trouble parsing AR files created with a UID >99999 - it relies on the (ascii) AR header fields using one digit less than their allocated sizes so it can the padding space to split() them. There is no real need to use the actual UID in the ar header, and GNU AR has a 'D' option that uses UID and GID values of zero when creating the ipkg archive. I have put together a quick patch that tells ptxdist to patch ipkg-build to use the 'D' option when invoking AR. Signed-off-by: Darren Hutchinson <dhutchinson@google.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ipkg-utils] import openembedded patchstack to cope with new tar versionsMarc Kleine-Budde2010-01-2411-30/+766
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * patches: remove 'generic'-layerWolfram Sang2009-06-102-0/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10711 33e552b5-05e3-0310-8538-816dae2090ed
* * ipkg-utils: updated from 1.7 to 050831, which is a newerRobert Schwebel2007-01-022-0/+30
version. Merged from branch/ptxdist-trunk-mkl by rsc. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6593 33e552b5-05e3-0310-8538-816dae2090ed