mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
speex: Make sure all libraries are packaged
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -4,6 +4,8 @@ LICENSE = "BSD"
|
|||||||
HOMEPAGE = "http://www.speex.org"
|
HOMEPAGE = "http://www.speex.org"
|
||||||
DEPENDS = "libogg"
|
DEPENDS = "libogg"
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz"
|
SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2beta3.tar.gz"
|
||||||
S = "${WORKDIR}/${PN}-1.2beta3"
|
S = "${WORKDIR}/${PN}-1.2beta3"
|
||||||
|
|
||||||
@@ -16,6 +18,6 @@ EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
|
|||||||
--with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
|
--with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
|
||||||
|
|
||||||
PACKAGES += "${PN}-bin"
|
PACKAGES += "${PN}-bin"
|
||||||
FILES_${PN} = "${libdir}/libspeex.so.*"
|
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||||
FILES_${PN}-dev += "${libdir}/libspeex.so.*"
|
FILES_${PN}-dev += "${libdir}/lib*.so.*"
|
||||||
FILES_${PN}-bin = "${bindir}"
|
FILES_${PN}-bin = "${bindir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user