aboutsummaryrefslogtreecommitdiffstats
path: root/classes/rootfs_deb.bbclass
AgeCommit message (Collapse)Author
2008-01-07Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dashHolger Freyther
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-11rootfs_deb.bbclass: few fixes to get it workingMarcin Juszkiewicz
2007-11-17classes: Sync staging layout cleanups from PokyRichard Purdie
2007-10-17rootfs_deb.bbclass: fix hardcodesKoen Kooi
/usr/bin -> ${bindir} /usr/lib -> ${libdir}
2007-09-04package*.bbclass: Switch to separate tasks for each packing type (from poky)Richard Purdie
2007-09-01rootfs_deb: make sure directories exist before trying to symlink them Koen Kooi
2007-09-01rootfs_{deb|ipk}.bbclass: Fix whitespace damage, remove bashisms, sync with pokyRichard Purdie
2007-08-28rootfs*.bbclass: uclibc doesn't provides glibc-locale* and locale-base*, so ↵Koen Kooi
don't try to install it
2007-08-07package_deb/rootfs_deb.bbclass: Sync fixes from PokyRichard Purdie
2007-04-18classes: Add support for intertask dependencies to be specified, needed for ↵Richard Purdie
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-02Add rootfs_deb.bbclass from PokyRichard Purdie