diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-17 12:11:24 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-08-22 01:17:27 +0300 |
commit | 4ff04c2b786683e6de36d4faa245e06b354d5bab (patch) | |
tree | 25d51f6fec2f7a99d2432d96cb183d0a614730fb | |
parent | 43cc40c69863c1f36b7498134ee08ea67b0a6caa (diff) | |
download | meta-raspberrypi-4ff04c2b786683e6de36d4faa245e06b354d5bab.tar.gz |
vc-graphics.inc: Package .so file in ${PN}
${PN}-dev is populated before ${PN}. This is why .so files ended up in
${PN}-dev.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-bcm/vc-graphics/vc-graphics.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc index 4ebb76c..f611234 100644 --- a/recipes-bcm/vc-graphics/vc-graphics.inc +++ b/recipes-bcm/vc-graphics/vc-graphics.inc | |||
@@ -33,6 +33,8 @@ do_install () { | |||
33 | install -m 0644 ${WORKDIR}/egl.pc ${D}${libdir}/pkgconfig/ | 33 | install -m 0644 ${WORKDIR}/egl.pc ${D}${libdir}/pkgconfig/ |
34 | } | 34 | } |
35 | 35 | ||
36 | 36 | FILES_${PN} = "${bindir}/* \ | |
37 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libdir}/lib*.so*" | 37 | ${sbindir}/* \ |
38 | FILES_${PN}-dev += "${libdir}/pkgconfig" | 38 | ${libdir}/lib*.so" |
39 | FILES_${PN}-dev = "${libdir}/pkgconfig \ | ||
40 | ${includedir}" | ||