From: Richard Purdie Date: Sat, 1 Sep 2007 17:07:03 +0000 (+0000) Subject: native.bbclass: PACKAGE_DEPENDS no longer need be unset, add extra options to PKG_CON... X-Git-Tag: Release-2010-05/1~8760 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ac91ada421a7af725524bb42024249d82c64a5;p=openembedded.git native.bbclass: PACKAGE_DEPENDS no longer need be unset, add extra options to PKG_CONFIG_PATH if EXTRA_NATIVE_PKGCONFIG_PATH is set (from poky) --- diff --git a/classes/native.bbclass b/classes/native.bbclass index 16026f53c9..104d5a49da 100644 --- a/classes/native.bbclass +++ b/classes/native.bbclass @@ -11,10 +11,6 @@ PACKAGE_ARCH = "${BUILD_ARCH}" # RPROVIDES becomes unnecessary. RPROVIDES = "${PN}" -# Break the circular dependency as a result of DEPENDS -# in package.bbclass -PACKAGE_DEPENDS = "" - TARGET_ARCH = "${BUILD_ARCH}" TARGET_OS = "${BUILD_OS}" TARGET_VENDOR = "${BUILD_VENDOR}" @@ -95,3 +91,5 @@ do_stage () { do_install () { true } + +PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}"