[oe-commits] Alexandre Belloni : v4l-utils: properly package libv4l-dev

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 15:46:34 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 17a068c7a4f003b09d3ede9d2e252fde7f76e805
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=17a068c7a4f003b09d3ede9d2e252fde7f76e805

Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Thu Mar 19 23:42:07 2015 +0100

v4l-utils: properly package libv4l-dev

libv4l-dev is missing headers, .so links and packageconfig files.

Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.6.2.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.6.2.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.6.2.bb
index cea97dc..a5c802c 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.6.2.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.6.2.bb
@@ -40,4 +40,6 @@ FILES_libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv
                  ${libdir}/libv4l/*-decomp"
 
 FILES_libv4l-dbg += "${libdir}/libv4l/.debug ${libdir}/libv4l/plugins/.debug"
-FILES_libv4l-dev += "${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la"
+FILES_libv4l-dev += "${includedir} ${libdir}/pkgconfig \
+                     ${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \
+                     ${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la"



More information about the Openembedded-commits mailing list