diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-17 18:33:51 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-17 18:33:51 +0100 |
commit | 3e9f18f7b0ad135dfcbbfce20a701df23f37c597 (patch) | |
tree | 62bf602b2c038261802385edd3e8f48833157a5c /meta-oe/recipes-graphics/gphoto2 | |
parent | 135a8f46ab9bcf9c7eadaed6f9b4f8ee4022e06d (diff) | |
download | meta-openembedded-3e9f18f7b0ad135dfcbbfce20a701df23f37c597.tar.gz |
libgphoto2 2.4.11: break runtime dependency loop
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 | 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 fa63f840e..a6516d6f4 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 | ||