diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:02:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
commit | 0ee108356873f69229642d0c6f025f3328c5ff2f (patch) | |
tree | fb6e6412fab960d93ea439ef1d73faf64e623a52 /meta-xfce | |
parent | 8d9191534f36a51817aed23aa6a708b0b251eaac (diff) | |
download | meta-openembedded-0ee108356873f69229642d0c6f025f3328c5ff2f.tar.gz |
recipes: add missing dependency on intltool-native
* These recipes all require intltool-native to build but were missing
a dependency on it.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb index cfc113178..7eea2f91f 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION="Xfce Menu Library" | |||
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" |
5 | DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util" | 5 | DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util intltool-native" |
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | inherit xfce | 8 | inherit xfce |
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb index bb8c33709..1355359f2 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Xfce configuration daemon and utilities" | |||
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | DEPENDS = "dbus-glib libxfce4util perl" | 5 | DEPENDS = "dbus-glib libxfce4util perl intltool-native" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce |
8 | 8 | ||