summaryrefslogtreecommitdiff
path: root/classes/sourcepkg.bbclass
AgeCommit message (Collapse)AuthorFiles
2005-10-05Two changes to sourcepkg.class:Marcin Juszkiewicz1
- 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 Freyther1
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 Wagner1
2005-08-03sourcepkg.bbclass: generate .orig.tar.gz and .diff.tar.gz. the latter also ↵Rene Wagner1
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 Kooi1
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