[oe-commits] Martin Jansa : libfm: add dependency on libexif

git at git.openembedded.org git at git.openembedded.org
Thu Jan 31 16:31:05 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 3202b243ced6cb1f795c1fbafc60bc8707c7afd9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3202b243ced6cb1f795c1fbafc60bc8707c7afd9

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Jan 31 14:42:34 2013 +0100

libfm: add dependency on libexif

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libfm/libfm_1.1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/libfm/libfm_1.1.0.bb b/meta/recipes-support/libfm/libfm_1.1.0.bb
index 87f2254..23f132a 100644
--- a/meta/recipes-support/libfm/libfm_1.1.0.bb
+++ b/meta/recipes-support/libfm/libfm_1.1.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                     file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17"
 
 SECTION = "x11/libs"
-DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native"
+DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif"
 
 PR = "r0"
 





More information about the Openembedded-commits mailing list