archive-original-source.bbclass: Archive original source
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Mon, 26 Mar 2012 10:49:29 +0000 (18:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2012 22:13:20 +0000 (23:13 +0100)
commitd4521c1e77d5df8d8cff7a082d43e220e2c97dae
tree735cf5b7473b1b8f7ce36054ef2ce3c8b2087587
parent3ad81ee8ab77c5c8cb7c985466d7b484ff2f381e
archive-original-source.bbclass: Archive original source

This bbclass prepares for archiving original source.
If original source is tarball, then copy this tarball to
${DEPLOY_DIR}/sources.
If original source is dirctory, then archive this directory to
tarball

[YOCTO #1977]

(From OE-Core rev: bc18dfdf42c8ece353a580671502ad79d37fa476)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archive-original-source.bbclass [new file with mode: 0644]