diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-07 12:44:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:59:17 +0200 |
commit | 2326cf2c9bc22902bca89e2bafcecd1fa8c6d7ef (patch) | |
tree | 562971ef21f7ad34185edf1cc8002fc01be89254 | |
parent | aaca0f3ba1db581ff2266d809a387c4d01d9b86d (diff) | |
download | meta-openembedded-2326cf2c9bc22902bca89e2bafcecd1fa8c6d7ef.tar.gz |
recipes: add missing intltool-native dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb index 611e83e84..a54a3a220 100644 --- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb +++ b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Take photos and videos with your webcam, with fun graphical effects" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873d252440acfdf9b3d0e7fbf" |
4 | 4 | ||
5 | DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop evolution-data-server" | 5 | DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop evolution-data-server intltool-native" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r2" |
8 | 8 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index 94bfa3bbf..4fd38a0a9 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | SECTION = "x11/gnome" | 9 | SECTION = "x11/gnome" |
10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi" | 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native" |
11 | 11 | ||
12 | inherit gnomebase gtk-icon-cache | 12 | inherit gnomebase gtk-icon-cache |
13 | 13 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb index 1c149520f..ce4b64e97 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
4 | SECTION = "x11/gnome" | 4 | SECTION = "x11/gnome" |
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg" | 7 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg intltool-native" |
8 | 8 | ||
9 | inherit gnome | 9 | inherit gnome |
10 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" | 10 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" |