diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-07-29 08:43:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:29 +0100 |
commit | 8a1114d175040430486734240b49a115c68fd199 (patch) | |
tree | 8e6442d6be30a5ce68c25a2205fcc27352cd2896 /meta | |
parent | bfcf50a1dd9707aad9522d3960e6b40a3b57e6d3 (diff) | |
download | poky-8a1114d175040430486734240b49a115c68fd199.tar.gz |
libfm: depend on intltool-native instead of intltool
(From OE-Core rev: 243ee5509995403c131114aef1a75c5d2af2e0cc)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libfm/libfm_0.1.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libfm/libfm_0.1.14.bb b/meta/recipes-support/libfm/libfm_0.1.14.bb index 5c7e95c024..38f1d7322d 100644 --- a/meta/recipes-support/libfm/libfm_0.1.14.bb +++ b/meta/recipes-support/libfm/libfm_0.1.14.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
8 | file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" | 8 | file://src/base/fm-config.h;endline=23;md5=ad0fc418c3cf041eea35ddb3daf37f17" |
9 | 9 | ||
10 | SECTION = "x11/libs" | 10 | SECTION = "x11/libs" |
11 | DEPENDS = "gtk+ menu-cache intltool" | 11 | DEPENDS = "gtk+ menu-cache intltool-native" |
12 | 12 | ||
13 | PR = "r3" | 13 | PR = "r3" |
14 | 14 | ||