diff options
| author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-01-13 11:56:12 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-13 11:56:12 +0000 |
| commit | a6ee3b810b516e71c819c46c9db0ea3deedb3aca (patch) | |
| tree | ca2aa9b1e13a055ddbea7ced84960a0c5ba33c30 /classes/native.bbclass | |
| parent | 521712bf0f39ca56b86de85ed5766190433ea057 (diff) | |
| parent | 456796c5831fdc4817ccff6964d010499a8c6cf3 (diff) | |
merge of 4aeadc5b624f802be51ae097db69e1b49194e1df
and 8fb9f22bce3a16f84e10839a92c8b55f7329a5c7
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}" |
