mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:36:23 +00:00
meta-toolchain: Make sure lockfiles directory exists
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4652 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
19968fae16
commit
2c74c80653
@ -21,6 +21,8 @@ RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
|
||||
do_populate_sdk() {
|
||||
rm -rf ${SDK_OUTPUT}
|
||||
mkdir -p ${SDK_OUTPUT}
|
||||
mkdir -p ${SDK_OUTPUT}${target_libdir}/opkg/
|
||||
mkdir -p ${SDK_OUTPUT}/${SDK_PREFIX}/${TARGET_SYS}${target_libdir}/opkg/
|
||||
|
||||
package_update_index_ipk
|
||||
package_generate_ipkg_conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user