From 31116d6c7e368c42bcfdf2dba2000b2203f08e85 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Feb 2006 11:38:23 +0000 Subject: Update bbclasses from OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@266 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- openembedded/classes/native.bbclass | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'openembedded/classes/native.bbclass') diff --git a/openembedded/classes/native.bbclass b/openembedded/classes/native.bbclass index f0a77d6e1..fea8048fe 100644 --- a/openembedded/classes/native.bbclass +++ b/openembedded/classes/native.bbclass @@ -5,7 +5,18 @@ inherit base EXCLUDE_FROM_WORLD = "1" PACKAGES = "" -PACKAGE_ARCH = "native" +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" + +# Break the circular dependency as a result of DEPENDS +# in package.bbclass +PACKAGE_DEPENDS = "" TARGET_ARCH = "${BUILD_ARCH}" TARGET_OS = "${BUILD_OS}" -- cgit v1.2.3