libomxil: Fix QA Package Errors

(From OE-Core rev: ef786ef9abcd919c651c14004a1cb0a0dcad1bff)

(From OE-Core rev: 83cad4ce6b1e942c3c45d316cbec95db4e04bebf)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-10-14 17:48:52 -07:00 committed by Richard Purdie
parent 89e945be6a
commit 141240c409
1 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ae6f0f4dbc7ac193b50f323a6ae191cb \
file://src/omxcore.h;beginline=1;endline=27;md5=c2e37f68ba9652ca9b2431f466944174"
DEPENDS = "libvorbis libogg alsa-lib libmad"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/libomxil-B-${PV}.tar.gz"
S = "${WORKDIR}/${BPN}-B-${PV}"
@ -13,6 +15,9 @@ inherit autotools
EXTRA_OECONF += "--disable-ffmpegcomponents"
FILES_${PN} += "${libdir}/omxilcomponents/*.so*"
FILES_${PN}-dev += "${libdir}/omxilcomponents/*.*a"
FILES_${PN} += "${libdir}/omxilcomponents/*${SOLIBS} \
${datadir}/libomxil-B"
FILES_${PN}-staticdev += "${libdir}/omxilcomponents/*.a"
FILES_${PN}-dev += "${libdir}/omxilcomponents/*.la \
${libdir}/omxilcomponents/*${SOLIBSDEV}"
FILES_${PN}-dbg += "${libdir}/omxilcomponents/.debug/"