1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

opkg-utils: Set NATIVE_INSTALL_WORKS otherwise we'd use legacy staging which is not correct

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-07-21 22:48:48 +01:00
parent bbdc79881f
commit 595bdde07c
@@ -17,4 +17,6 @@ S = "${WORKDIR}/opkg-utils"
# Avoid circular dependencies from package_ipk.bbclass
PACKAGES_virtclass-native = ""
NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"