diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-03-08 17:23:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-23 13:00:50 +0100 |
commit | 28633260b964d679ba60b454f03992de498006a3 (patch) | |
tree | dfb73d57295e2265b40bfdd13b281263cc79f5fb /meta | |
parent | 9cc4d62c0e6dac253e939aa36016405bf53519f5 (diff) | |
download | poky-28633260b964d679ba60b454f03992de498006a3.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: 4026ea5f98ee34fff4f541d83aa85f929df37b3b)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 3624dbc5d4..8e20841a79 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb | |||
@@ -30,7 +30,7 @@ ALLOW_EMPTY = "1" | |||
30 | 30 | ||
31 | PACKAGES = "" | 31 | PACKAGES = "" |
32 | 32 | ||
33 | PR = "r11" | 33 | PR = "r12" |
34 | 34 | ||
35 | ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" | 35 | ADT_DEPLOY = "${TMPDIR}/deploy/sdk/" |
36 | ADT_DIR = "${WORKDIR}/adt-installer/" | 36 | ADT_DIR = "${WORKDIR}/adt-installer/" |
@@ -65,6 +65,7 @@ fakeroot do_populate_adt () { | |||
65 | sed -i -e 's#ADTREPO_URL#${ADTREPO}#' ${ADT_DIR}/opkg/conf/*.conf | 65 | sed -i -e 's#ADTREPO_URL#${ADTREPO}#' ${ADT_DIR}/opkg/conf/*.conf |
66 | cp -r trunk ${ADT_DIR}/opkg/build/ | 66 | cp -r trunk ${ADT_DIR}/opkg/build/ |
67 | mv ${ADT_DIR}/opkg/build/trunk ${ADT_DIR}/opkg/build/opkg-svn | 67 | mv ${ADT_DIR}/opkg/build/trunk ${ADT_DIR}/opkg/build/opkg-svn |
68 | rm -rf ${ADT_DIR}/opkg/build/opkg-svn/patches ${ADT_DIR}/opkg/build/opkg-svn/.pc | ||
68 | cp -r scripts ${ADT_DIR}/ | 69 | cp -r scripts ${ADT_DIR}/ |
69 | cp adt_installer ${ADT_DIR} | 70 | cp adt_installer ${ADT_DIR} |
70 | cp adt_installer.conf ${ADT_DIR} | 71 | cp adt_installer.conf ${ADT_DIR} |