]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
archiver: delete the tail slash in directory name
authorJian Liu <jian.liu@windriver.com>
Wed, 20 Aug 2014 08:15:00 +0000 (16:15 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:31:41 +0000 (09:31 +0100)
commit181bcbe2c74abb220c08888ba5a8d3dbd6fbe155
tree1b5e11b4ed56e554450d22555e0a25c97fbcf9bc
parentcae5cf2d97fe4537f6c5ebed78fcce2839557403
archiver: delete the tail slash in directory name

If directory names in SRC_URI ended with "/", function
do_ar_original() in layers/oe-core/meta/classes/archiver.bbclass
will generate a tar file whose name is ".tar.gz".
So delete the "/" at the tail of the directory names before use the names.

(From OE-Core rev: a539e823d002fefe129e3045f893d1237fadb87f)

Signed-off-by: Jian Liu <jian.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/archiver.bbclass