mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:40:12 +00:00
meta-toolchain: Make sure the opkg config files are clean to start with when rebuilding them
This commit is contained in:
parent
b618bcfeb9
commit
69fb780e14
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user