1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

meta-toolchain: Make sure the opkg config files are clean to start with when rebuilding them

This commit is contained in:
Richard Purdie
2008-11-10 15:34:25 +00:00
parent b618bcfeb9
commit 69fb780e14
+5
View File
@@ -24,6 +24,11 @@ do_populate_sdk() {
mkdir -p ${SDK_OUTPUT}${layout_libdir}/opkg/
mkdir -p ${SDK_OUTPUT}/${SDK_PREFIX}/${TARGET_SYS}${layout_libdir}/opkg/
rm -f ${IPKGCONF_TARGET}
touch ${IPKGCONF_TARGET}
rm -f ${IPKGCONF_SDK}
touch ${IPKGCONF_SDK}
package_update_index_ipk
package_generate_ipkg_conf