aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sourcepkg.bbclass
AgeCommit message (Collapse)Author
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