From: Richard Purdie Date: Thu, 17 Sep 2009 07:49:24 +0000 (+0100) Subject: gmp-nativesdk: Don't hardcode PV X-Git-Tag: 2011-1~6966 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ffc3e23564feaa6fd348b2edece631ee45b56efd;p=openembedded-core.git gmp-nativesdk: Don't hardcode PV Signed-off-by: Richard Purdie --- diff --git a/meta/packages/gmp/gmp-nativesdk.inc b/meta/packages/gmp/gmp-nativesdk.inc index 973c601423..337c14d7cf 100644 --- a/meta/packages/gmp/gmp-nativesdk.inc +++ b/meta/packages/gmp/gmp-nativesdk.inc @@ -1,4 +1,3 @@ -require gmp_${PV}.bb inherit nativesdk oe_runconf () { diff --git a/meta/packages/gmp/gmp-nativesdk_4.2.4.bb b/meta/packages/gmp/gmp-nativesdk_4.2.4.bb index 308f5fbfc3..7498064831 100644 --- a/meta/packages/gmp/gmp-nativesdk_4.2.4.bb +++ b/meta/packages/gmp/gmp-nativesdk_4.2.4.bb @@ -1,2 +1,2 @@ -PV = "4.2.4" +require gmp_${PV}.bb require gmp-nativesdk.inc