diff options
| author | Justin Patrin <papercrane@gmail.com> | 2006-01-13 18:26:10 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-13 18:26:10 +0000 |
| commit | e523c03092fc6cfeda92b045a4d188b328267930 (patch) | |
| tree | d7e3f9b624cb642b58492bc459ad3066bb976f68 /classes/native.bbclass | |
| parent | 1f1964e9b57efb6ec63ab857c25aa5f9a9836e88 (diff) | |
| parent | 20938adc193b05ec07f801b9ed5e4c2a6c4a73c9 (diff) | |
merge of 464cb51e4f1333becda8dfa1ccf4f9bbcea5514f
and b3735f13f3bb7c2565ab1e628c79b04596773c15
Diffstat (limited to 'classes/native.bbclass')
| -rw-r--r-- | classes/native.bbclass | 7 |
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}" |
