diff options
-rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 4 |
1 files changed, 3 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 fa63f840e5..a6516d6f41 100644 --- a/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb +++ b/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | |||
@@ -3,6 +3,8 @@ 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" | ||
7 | |||
6 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" | 8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" |
7 | 9 | ||
8 | # The .fdi and .rules files were generated with: | 10 | # The .fdi and .rules files were generated with: |
@@ -38,7 +40,7 @@ do_install_append() { | |||
38 | 40 | ||
39 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" | 41 | PACKAGES =+ "libgphotoport libgphoto2-camlibs" |
40 | FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" | 42 | FILES_libgphoto2-camlibs = "${libdir}/libgphoto2*/*/*.so*" |
41 | RDEPENDS_${PN} = "libgphoto2-camlibs" | 43 | RRECOMMENDS_${PN} = "libgphoto2-camlibs" |
42 | 44 | ||
43 | FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" | 45 | FILES_libgphotoport = "${libdir}/libgphoto2_port.so.*" |
44 | 46 | ||