mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
9cc4d62c0e
commit
28633260b9
|
|
@ -30,7 +30,7 @@ ALLOW_EMPTY = "1"
|
|||
|
||||
PACKAGES = ""
|
||||
|
||||
PR = "r11"
|
||||
PR = "r12"
|
||||
|
||||
ADT_DEPLOY = "${TMPDIR}/deploy/sdk/"
|
||||
ADT_DIR = "${WORKDIR}/adt-installer/"
|
||||
|
|
@ -65,6 +65,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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user