]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk/misc: set PKGSUFFIX for correct variable name expansion.
authorLianhao Lu <lianhao.lu@intel.com>
Fri, 23 Mar 2012 04:31:51 +0000 (12:31 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Mar 2012 12:02:18 +0000 (12:02 +0000)
Set PKGSUFFIX in nativesdk.bbclass for correct variable name expansion.
This would fix bunch of "not shipped" packaging warnings in "-nativesdk"
recipes. And also bumping the corresponding PR.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/nativesdk.bbclass
meta/recipes-core/eglibc/eglibc-locale.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.15.bb
meta/recipes-devtools/opkg/opkg.inc
meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb
meta/recipes-support/sqlite/sqlite3_3.7.10.bb

index ceec53e86da8f5040cb4df8f00cb7ca362ffea43..97c460c28993b5bd33353a2e6cf3c69defb8a175 100644 (file)
@@ -56,6 +56,8 @@ baselib = "lib"
 export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig"
 export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
 
+PKGSUFFIX = "-nativesdk"
+
 python nativesdk_virtclass_handler () {
     if not isinstance(e, bb.event.RecipePreFinalise):
         return
index 2e9b4d4059b426173d379961854215fd8b41fe2e..9d5434f6538513f6697747b4431824c55b947b6b 100644 (file)
@@ -26,7 +26,7 @@ BINARY_LOCALE_ARCHES ?= "arm.* i[3-6]86 x86_64 powerpc mips"
 # set "0" for qemu emulation of native localedef for locale generation
 LOCALE_GENERATION_WITH_CROSS-LOCALEDEF = "1"
 
-PR = "r19"
+PR = "r20"
 
 PKGSUFFIX = ""
 PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
index a4f59b62ce8be0dfe226e7bd67211da67b1f8635..e02c80fe448522f020fabe2ab25d77fc4d06c446 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "15508"
 
 DEPENDS += "gperf-native"
-PR = "r21"
+PR = "r22"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
index 3820f5aa096e2cf1f57a41da8aff32e336de243b..644d9042140cfacf561a567d1f754f85b48f1b2a 100644 (file)
@@ -3,7 +3,7 @@ require eglibc.inc
 SRCREV = "16540"
 
 DEPENDS += "gperf-native"
-PR = "r1"
+PR = "r2"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_15"
index 689bd4ad10a1ab9676c2b891632d14f0de5ed1b4..14083d0cd12487fd6b21a651da5aa2116294cf5d 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS_virtclass-native = "curl-native"
 DEPENDS_virtclass-nativesdk = "curl-nativesdk"
 
 PE = "1"
-INC_PR = "r8"
+INC_PR = "r9"
 
 FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg"
 
index 90b0cba037d4e28d874437f514d10c58fe1082e8..b128d77f45093b0431f05c58e5116f5ef875bea2 100644 (file)
@@ -14,7 +14,7 @@ BBCLASSEXTEND = "native nativesdk"
 #FIXME: remove the following
 ARM_INSTRUCTION_SET = "arm"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
            file://fix-tstamp-declaration.patch"
index 25e2b243ada4cffb4d6276a715c3a79c77713000..ec6ded6d302c58c598f89631fc9a8181bfcac4d4 100644 (file)
@@ -1,6 +1,6 @@
 require sqlite3.inc
 
-PR = "r1"
+PR = "r2"
 
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"