Add sourcepkg.bbclass, a crude way to tar up the patched sources into DL_DIR/sourcepk...
authorKoen Kooi <koen@openembedded.org>
Wed, 3 Aug 2005 09:47:13 +0000 (09:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 Aug 2005 09:47:13 +0000 (09:47 +0000)
commitd7003ba6961f404aa5ffa35231650b3ee83b78d7
tree581bb7dbe447f395e446dfa82bcea28d2ef9d635
parent11a2c0bf83920ce4c312883ca17ad27ef3705eee
Add sourcepkg.bbclass, a crude way to tar up the patched sources into 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
classes/sourcepkg.bbclass [new file with mode: 0644]