summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0cc3b3356b..88650ae8b0 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 () {
63 sed -i -e 's#ADTREPO_URL#${ADTREPO}#' ${ADT_DIR}/opkg/conf/*.conf 63 sed -i -e 's#ADTREPO_URL#${ADTREPO}#' ${ADT_DIR}/opkg/conf/*.conf
64 cp -r trunk ${ADT_DIR}/opkg/build/ 64 cp -r trunk ${ADT_DIR}/opkg/build/
65 mv ${ADT_DIR}/opkg/build/trunk ${ADT_DIR}/opkg/build/opkg-svn 65 mv ${ADT_DIR}/opkg/build/trunk ${ADT_DIR}/opkg/build/opkg-svn
66 rm -rf ${ADT_DIR}/opkg/build/opkg-svn/patches ${ADT_DIR}/opkg/build/opkg-svn/.pc
66 cp -r scripts ${ADT_DIR}/ 67 cp -r scripts ${ADT_DIR}/
67 cp adt_installer ${ADT_DIR} 68 cp adt_installer ${ADT_DIR}
68 cp adt_installer.conf ${ADT_DIR} 69 cp adt_installer.conf ${ADT_DIR}