summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-03-08 17:23:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-10 04:36:51 +0000
commit4b9b66fb8448ceb3d96d46a3c3012884952768cc (patch)
tree51c0b20110f5edf0b8701b231928bae60ffb39ae /meta/recipes-devtools/installer
parentcf30a36a6efee9261ea4d14536d1d442e30e8c0e (diff)
downloadast2050-yocto-poky-4b9b66fb8448ceb3d96d46a3c3012884952768cc.zip
ast2050-yocto-poky-4b9b66fb8448ceb3d96d46a3c3012884952768cc.tar.gz
adt-installer: remove patches and .pc directories from the shipped tarball
The patches and .pc directories should not be shipped since the patches were already applied. So, remove these 2 directories. [YOCTO #3983] (From OE-Core rev: c18a4bded48ed1f8fd39e1741beb2a3452ae43e3) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index 0cc3b33..88650ae 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -63,6 +63,7 @@ fakeroot do_populate_adt () {
sed -i -e 's#ADTREPO_URL#${ADTREPO}#' ${ADT_DIR}/opkg/conf/*.conf
cp -r trunk ${ADT_DIR}/opkg/build/
mv ${ADT_DIR}/opkg/build/trunk ${ADT_DIR}/opkg/build/opkg-svn
+ rm -rf ${ADT_DIR}/opkg/build/opkg-svn/patches ${ADT_DIR}/opkg/build/opkg-svn/.pc
cp -r scripts ${ADT_DIR}/
cp adt_installer ${ADT_DIR}
cp adt_installer.conf ${ADT_DIR}
OpenPOWER on IntegriCloud