From: Laurentiu Palcu Date: Fri, 8 Mar 2013 15:23:44 +0000 (+0200) Subject: adt-installer: remove patches and .pc directories from the shipped tarball X-Git-Tag: rev_ivi_2015_02_04~13423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52b1d4af1b84d1d7d8fcf76156c9fe1435b818a4;p=scm%2Fbb%2Ftizen-distro.git 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 Signed-off-by: Richard Purdie --- 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}