diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-11-21 14:42:02 +0000 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2012-12-10 12:20:22 +0100 |
commit | 218ffc5e60949d3227711a57502641e35236864e (patch) | |
tree | 5682f35c448c52b875ba3d4c7e4226163740c82e | |
parent | 11fa24401a13057d935e73aff41619b3852fd0ee (diff) | |
download | meta-openembedded-218ffc5e60949d3227711a57502641e35236864e.tar.gz |
gphoto2: fix gettext build error
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r-- | meta-oe/recipes-graphics/gphoto2/libgphoto2_2.4.11.bb | 2 |
1 files changed, 1 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 affe571233..c8eed25733 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 = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" | 8 | DEPENDS = "libtool jpeg virtual/libusb0 libexif" |
9 | 9 | ||