diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-03-23 12:31:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 12:02:18 +0000 |
commit | c69268305e6f814800b64f3a4be724c40b41108c (patch) | |
tree | b6d0c7ceede8dc240060ce89ecd570a6f0664dfb /meta/recipes-multimedia | |
parent | c09a2058f6b2f24ab2ae9c5ea357111dd82af39e (diff) | |
download | openembedded-core-c69268305e6f814800b64f3a4be724c40b41108c.tar.gz openembedded-core-c69268305e6f814800b64f3a4be724c40b41108c.tar.bz2 openembedded-core-c69268305e6f814800b64f3a4be724c40b41108c.tar.xz openembedded-core-c69268305e6f814800b64f3a4be724c40b41108c.zip |
nativesdk/misc: set PKGSUFFIX for correct variable name expansion.
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>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb index 90b0cba03..b128d77f4 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.25.bb @@ -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" |