Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-23 | rootfs_deb: use dpkg-scanpackages as our apt-native does not have ↵ | Marcin Juszkiewicz | 1 | |
apt-ftparchive anymore (from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-03-19 | rootfs_{deb,ipk}.bbclass: the o-hand dudes went overboard with sed, and ↵ | Koen Kooi | 1 | |
opkg-native overwrites our u-a-native, so we need to set both IPKG_OFFLINE_ROOT *and* OPKG_OFFLINE_ROOT | ||||
2008-03-18 | various: move over to opkg, as discussed on the mailinglist | Koen Kooi | 1 | |
* death to ipkg! | ||||
2008-02-28 | rootfs_deb.bbclass: Fix apt.conf handling (from poky) | Richard Purdie | 1 | |
2008-01-07 | Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash | Holger Freyther | 1 | |
Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system. | ||||
2007-12-11 | rootfs_deb.bbclass: few fixes to get it working | Marcin Juszkiewicz | 1 | |
2007-11-17 | classes: Sync staging layout cleanups from Poky | Richard Purdie | 1 | |
2007-10-17 | rootfs_deb.bbclass: fix hardcodes | Koen Kooi | 1 | |
/usr/bin -> ${bindir} /usr/lib -> ${libdir} | ||||
2007-09-04 | package*.bbclass: Switch to separate tasks for each packing type (from poky) | Richard Purdie | 1 | |
2007-09-01 | rootfs_deb: make sure directories exist before trying to symlink them | Koen Kooi | 1 | |
2007-09-01 | rootfs_{deb|ipk}.bbclass: Fix whitespace damage, remove bashisms, sync with poky | Richard Purdie | 1 | |
2007-08-28 | rootfs*.bbclass: uclibc doesn't provides glibc-locale* and locale-base*, so ↵ | Koen Kooi | 1 | |
don't try to install it | ||||
2007-08-07 | package_deb/rootfs_deb.bbclass: Sync fixes from Poky | Richard Purdie | 1 | |
2007-04-18 | classes: Add support for intertask dependencies to be specified, needed for ↵ | Richard Purdie | 1 | |
correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list. | ||||
2007-01-02 | Add rootfs_deb.bbclass from Poky | Richard Purdie | 1 | |