[oe-commits] Laurentiu Palcu : adt-installer: remove patches and . pc directories from the shipped tarball

git at git.openembedded.org git at git.openembedded.org
Sun Mar 10 04:36:04 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: c18a4bded48ed1f8fd39e1741beb2a3452ae43e3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c18a4bded48ed1f8fd39e1741beb2a3452ae43e3

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Fri Mar  8 17:23:44 2013 +0200

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]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../installer/adt-installer_1.0.bb                 |    1 +
 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}





More information about the Openembedded-commits mailing list