]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-utils: Set NATIVE_INSTALL_WORKS otherwise we'd use legacy staging which is not...
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 21:48:48 +0000 (22:48 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 21:48:48 +0000 (22:48 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/opkg-utils/opkg-utils_svn.bb

index 1b68f6cec7fde0cc9fbbe46a7dbb5bd8b727aa34..17dfbab7746d4417dc192480ac6fc1b5382f52e5 100644 (file)
@@ -17,4 +17,6 @@ S = "${WORKDIR}/opkg-utils"
 # Avoid circular dependencies from package_ipk.bbclass
 PACKAGES_virtclass-native = ""
 
+NATIVE_INSTALL_WORKS = "1"
+
 BBCLASSEXTEND = "native"