aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sourcepkg.bbclass
AgeCommit message (Collapse)Author
2008-12-10sourcepkg bbclass: sync with poky and attemp to make it work with parallel ↵Koen Kooi
bitbake
2008-11-26sourcepkg.bbclass: use same deploydir as source-distribute classesKoen Kooi
2008-10-27sourcepkg.bbclass: use DISTRO_PR valueOtavio Salvador
2008-04-28mtn diff -r 3e22c6ee5af012d09e9027c2ade50920300fb0f2 -r ↵Holger Freyther
60d4d904e10f8212b1c2242377b31ccc2e29e374 | patch -R -p0 --remove-empty-files disapprove for the poor and "mtn suspend"-les people
2007-12-26make it possible to INHERIT += 'sourcepkg' during OM build by:John Lee
* bypass most of the sourcepkg.bbclass errors * update packages/linux/linux-openmoko_2.6.22.5.bb to make it work with sourcepkg.
2007-12-12fix typo to make sourcepkg.bbclass work when inherited.John Lee
sourcepkg.bbclass:109:addtask dumpdata after archive_bb before do_create_diff_gz archive_bb should be "do_archive_bb".
2005-10-05Two changes to sourcepkg.class:Marcin Juszkiewicz
- added "autom4te.cache" to default EXCLUDE_FROM to not have configure tests in resulted diff - changed order of tar arguments to get it working with GNU tar 1.15.1
2005-09-19GNU cp has a nice -a switch, sadly the BSD tools lack itHolger Freyther
update our descriptions to work with any version of cp. Patches that include cp -a are not changed. They seem to work and I'm too scared busybox cp is more like GNU cp than BSD cp. (e.g do not know about P)
2005-08-03sourcepkg.bbclass: fix handling of EXCLUDE_FROM. thanks to koen for spotting.Rene Wagner
2005-08-03sourcepkg.bbclass: generate .orig.tar.gz and .diff.tar.gz. the latter also ↵Rene Wagner
contains all extra files, the .bb and a showdata dump. output goes to $DEPLOY_DIR/source now.
2005-08-03Add sourcepkg.bbclass, a crude way to tar up the patched sources into ↵Koen Kooi
DL_DIR/sourcepkg and md5sums the result. do INHERIT += "sourcepkg" to get all of this goodness. Now I need to find out how to override the Source: field to make it point to said tarballs on your distro's source mirror