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
1 changed files with 5 additions and 0 deletions

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