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-gnome/recipes-gnome | |
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-gnome/recipes-gnome')
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb index bd5d945b1..7e6c34043 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | |||
@@ -3,7 +3,7 @@ SUMMARY = "GNOME disk utility" | |||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564" |
5 | 5 | ||
6 | DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart gnome-doc-utils" | 6 | DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart gnome-doc-utils intltool-native" |
7 | 7 | ||
8 | PR = "r4" | 8 | PR = "r4" |
9 | 9 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb index 64308ddba..860851d98 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |||
@@ -17,7 +17,7 @@ inherit autotools gnome gtk-doc pkgconfig gsettings | |||
17 | 17 | ||
18 | SRC_URI += "file://egg-asn1x.patch" | 18 | SRC_URI += "file://egg-asn1x.patch" |
19 | 19 | ||
20 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 20 | DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native" |
21 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" | 21 | RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils" |
22 | 22 | ||
23 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}" | 23 | EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}" |
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 7823cec3b..6988b3a5e 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | file://daemon/vfs-daemon.c;endline=21;md5=5f2c61553fb16abb07fc9498ca03fe1f \ | 9 | file://daemon/vfs-daemon.c;endline=21;md5=5f2c61553fb16abb07fc9498ca03fe1f \ |
10 | file://modules/cdda-cddb.h;endline=22;md5=20ed324ca64907c366ecd7f22b8e0c54" | 10 | file://modules/cdda-cddb.h;endline=22;md5=20ed324ca64907c366ecd7f22b8e0c54" |
11 | 11 | ||
12 | DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib" | 12 | DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib intltool-native" |
13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" | 13 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" |
14 | # Some legacy packages will require gnome-mime-data to be installed, but use of | 14 | # Some legacy packages will require gnome-mime-data to be installed, but use of |
15 | # it is deprecated. | 15 | # it is deprecated. |
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb index d6373999c..131c84948 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.10.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gvfs.inc | 1 | require gvfs.inc |
2 | 2 | ||
3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2" | 3 | DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2 intltool-native" |
4 | # optional: obexftp libcdio libimobiledevice | 4 | # optional: obexftp libcdio libimobiledevice |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb index 2affaccc1..6cf1e3fe8 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ | 7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ |
8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" | 8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" |
9 | 9 | ||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native" |
11 | 11 | ||
12 | inherit gnomebase pkgconfig autotools-brokensep gettext | 12 | inherit gnomebase pkgconfig autotools-brokensep gettext |
13 | 13 | ||
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb index e0b8b93fb..fc0a97790 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
5 | file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" | 5 | file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" |
6 | 6 | ||
7 | DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop" | 7 | DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | inherit gnomebase update-alternatives | 10 | inherit gnomebase update-alternatives |
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc index 665efa37e..6535bbf54 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts.inc +++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc | |||
@@ -4,7 +4,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
4 | 4 | ||
5 | LICENSE = "GPLv2 & GPLv2+ & GPLv3+ " | 5 | LICENSE = "GPLv2 & GPLv2+ & GPLv3+ " |
6 | SECTION = "x11" | 6 | SECTION = "x11" |
7 | DEPENDS = "glib-2.0 gtk+ evolution-data-server" | 7 | DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native" |
8 | RDEPENDS_${PN} = "libedata-book" | 8 | RDEPENDS_${PN} = "libedata-book" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
diff --git a/meta-gnome/recipes-gnome/pimlico/dates.inc b/meta-gnome/recipes-gnome/pimlico/dates.inc index 9b078e13c..12d2f83f9 100644 --- a/meta-gnome/recipes-gnome/pimlico/dates.inc +++ b/meta-gnome/recipes-gnome/pimlico/dates.inc | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
5 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2+" | 5 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2+" |
6 | 6 | ||
7 | SECTION = "x11" | 7 | SECTION = "x11" |
8 | DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server" | 8 | DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server intltool-native" |
9 | RDEPENDS_${PN} = "libedata-cal" | 9 | RDEPENDS_${PN} = "libedata-cal" |
10 | 10 | ||
11 | inherit autotools gettext pkgconfig gtk-icon-cache | 11 | inherit autotools gettext pkgconfig gtk-icon-cache |
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks.inc b/meta-gnome/recipes-gnome/pimlico/tasks.inc index 44f036dd9..f8217dc3a 100644 --- a/meta-gnome/recipes-gnome/pimlico/tasks.inc +++ b/meta-gnome/recipes-gnome/pimlico/tasks.inc | |||
@@ -5,6 +5,6 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
5 | LICENSE = "GPLv2 & GPLv2+" | 5 | LICENSE = "GPLv2 & GPLv2+" |
6 | 6 | ||
7 | SECTION = "x11" | 7 | SECTION = "x11" |
8 | DEPENDS = "glib-2.0 gtk+ evolution-data-server" | 8 | DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native" |
9 | 9 | ||
10 | inherit autotools pkgconfig gtk-icon-cache | 10 | inherit autotools pkgconfig gtk-icon-cache |