aboutsummaryrefslogtreecommitdiffstats
path: root/classes/native.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-13 00:50:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-13 00:50:11 +0000
commite1464b0c0fa9ca60be0a1209f32978639f633c8d (patch)
tree6663c16e30f46b2a54a77c2f1542c63b4768092b /classes/native.bbclass
parent0793ed12f8cb82cab47891068c0ed0f657bd0b2d (diff)
downloadopenembedded-e1464b0c0fa9ca60be0a1209f32978639f633c8d.tar.gz
native.bbclass: Set RPROVIDES as PACKAGES is cleared and enable resolving of all RDEPENDS
Diffstat (limited to 'classes/native.bbclass')
-rw-r--r--classes/native.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass
index feada55b3d..f4e1f7c7d5 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -7,6 +7,13 @@ EXCLUDE_FROM_WORLD = "1"
PACKAGES = ""
PACKAGE_ARCH = "${BUILD_ARCH}"
+# When this class has packaging enabled, setting
+# RPROVIDES becomes unnecessary.
+RPROVIDES = "${PN}"
+
+# Need to resolve package RDEPENDS as well as DEPENDS
+BUILD_ALL_DEPS = "1"
+
TARGET_ARCH = "${BUILD_ARCH}"
TARGET_OS = "${BUILD_OS}"
TARGET_VENDOR = "${BUILD_VENDOR}"