summaryrefslogtreecommitdiffstats
path: root/patches/opkg-utils-0.3.6/0003-opkg-build-Use-local-time-for-build_date-since-opkg-.patch
Commit message (Collapse)AuthorAgeFilesLines
* opkg-utils: port patches from ptxdist-2018.10.0+Robert Schwebel2018-10-241-0/+42
In 35f0ce952563221b5774efe4873d8c2a9c6f967c in ptxdist master, a patch was added to propagate the Installed-Size properly. Fixes the following error when building the rpi platform. The patch stack can be removed again after ptxdist-2018.11.0. ----------------------------------- target: host-genext2fs.install.post ----------------------------------- finished target host-genext2fs.install.post finished target world.targetinstall Creating ipkg index '/home/rsc/git/DistroKit/platform-rpi/packages/Packages'... Traceback (most recent call last): File "/home/rsc/git/DistroKit/platform-rpi/sysroot-host/bin/opkg-make-index", line 128, in <module> pkg = opkg.Package(abspath, relpath=pkg_dir, all_fields=opt_f) File "/home/rsc/git/DistroKit/platform-rpi/sysroot-host/bin/opkg.py", line 183, in __init__ control = tarf.extractfile("./control") File "/usr/lib/python2.7/tarfile.py", line 2145, in extractfile tarinfo = self.getmember(member) File "/usr/lib/python2.7/tarfile.py", line 1829, in getmember raise KeyError("filename %r not found" % name) KeyError: "filename './control' not found" make: *** [/home/rsc/git/DistroKit/ptxdist/rules/post/image_ipkg.make:55: /home/rsc/git/DistroKit/platform-rpi/packages/Packages] Error 1 Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>