diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-01-31 14:42:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-01 15:51:32 +0000 |
commit | 58a6a61b076b7ad4c2c3aba0336ae91bc7869394 (patch) | |
tree | 509849ab3131e5632ec713c001655e47ec1019fe | |
parent | 977aee43868499ab87a098f3798e90d6978836b9 (diff) | |
download | openembedded-core-58a6a61b076b7ad4c2c3aba0336ae91bc7869394.tar.gz openembedded-core-58a6a61b076b7ad4c2c3aba0336ae91bc7869394.tar.bz2 openembedded-core-58a6a61b076b7ad4c2c3aba0336ae91bc7869394.zip |
libfm: add dependency on libexif
* it's autodetected from sysroot
(From OE-Core rev: 945953ed40dafb88d0b559f056fc49f63a84d6de)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 87f22548cf..23f132a49b 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" |