diff options
author | Andreas Müller <schnitzeltony@gmx.de> | 2011-12-19 00:56:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-19 10:19:34 +0100 |
commit | 4ae696e7dd5688078b75428e5a1925cb351628be (patch) | |
tree | b26542e95ab2d47f48e178faddecb3a77574032c /meta-oe/recipes-graphics/gphoto2 | |
parent | 12caa1228a915b70b2f87acd38c644fb4cc011c8 (diff) | |
download | meta-openembedded-4ae696e7dd5688078b75428e5a1925cb351628be.tar.gz |
libgphoto2: Fix QA issues
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/gphoto2')
-rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb index a6516d6f4..fbce4fdef 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0448d3676bc0de00406af227d341a4d1" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" | 8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" |
9 | 9 | ||
@@ -46,6 +46,7 @@ FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" | |||
46 | 46 | ||
47 | FILES_${PN} += "${base_libdir}/udev/* ${datadir}/hal" | 47 | FILES_${PN} += "${base_libdir}/udev/* ${datadir}/hal" |
48 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 48 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" |
49 | FILES_${PN}-dev += "${libdir}/*/*/*.la" | ||
49 | 50 | ||
50 | 51 | ||
51 | 52 | ||