[oe-commits] Saul Wold : speex: use lib_package bbclass

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 14:02:42 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 4c41954227144606d2d22fbdf07231f4c7207ac5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4c41954227144606d2d22fbdf07231f4c7207ac5

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Jun 28 13:37:21 2012 -0700

speex: use lib_package bbclass

This is a clean-up following the recent addition of PN-bin
to bitbake.conf and lib_package

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-multimedia/speex/speex_1.2rc1.bb |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-multimedia/speex/speex_1.2rc1.bb b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
index 7370134..faf63b0 100644
--- a/meta/recipes-multimedia/speex/speex_1.2rc1.bb
+++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
                     file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3"
 DEPENDS = "libogg"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
 
@@ -16,12 +16,8 @@ SRC_URI[sha256sum] = "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f117
 
 PARALLEL_MAKE = ""
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig lib_package
 
 EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
                  --disable-float-api --disable-vbr \
                  --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
-
-PACKAGES += "${PN}-bin"
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-bin = "${bindir}"





More information about the Openembedded-commits mailing list