mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
8d9191534f
commit
0ee1083568
|
|
@ -3,7 +3,7 @@ SUMMARY = "GNOME disk utility"
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e9115d11797a5e6b746b4e9b90194564"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart gnome-doc-utils"
|
||||
DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 libatasmart gnome-doc-utils intltool-native"
|
||||
|
||||
PR = "r4"
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ inherit autotools gnome gtk-doc pkgconfig gsettings
|
|||
|
||||
SRC_URI += "file://egg-asn1x.patch"
|
||||
|
||||
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
DEPENDS = "gtk+ libgcrypt libtasn1 libtasn1-native gconf ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} intltool-native"
|
||||
RDEPENDS_${PN} = "libgnome-keyring glib-2.0-utils"
|
||||
|
||||
EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)}"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|||
file://daemon/vfs-daemon.c;endline=21;md5=5f2c61553fb16abb07fc9498ca03fe1f \
|
||||
file://modules/cdda-cddb.h;endline=22;md5=20ed324ca64907c366ecd7f22b8e0c54"
|
||||
|
||||
DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
|
||||
DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib intltool-native"
|
||||
RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
|
||||
# Some legacy packages will require gnome-mime-data to be installed, but use of
|
||||
# it is deprecated.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require gvfs.inc
|
||||
|
||||
DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2"
|
||||
DEPENDS = "libsoup-2.4 gnome-keyring glib-2.0 avahi gconf libgphoto2 intltool-native"
|
||||
# optional: obexftp libcdio libimobiledevice
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
|
|||
file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \
|
||||
file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef"
|
||||
|
||||
DEPENDS = "libxml2 glib-2.0 libsoup-2.4"
|
||||
DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native"
|
||||
|
||||
inherit gnomebase pkgconfig autotools-brokensep gettext
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ LICENSE = "GPLv2+"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90"
|
||||
|
||||
DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop"
|
||||
DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native"
|
||||
PR = "r1"
|
||||
|
||||
inherit gnomebase update-alternatives
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
|
|||
|
||||
LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ evolution-data-server"
|
||||
DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native"
|
||||
RDEPENDS_${PN} = "libedata-book"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
|
|||
LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
|
||||
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server"
|
||||
DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server intltool-native"
|
||||
RDEPENDS_${PN} = "libedata-cal"
|
||||
|
||||
inherit autotools gettext pkgconfig gtk-icon-cache
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
|
|||
LICENSE = "GPLv2 & GPLv2+"
|
||||
|
||||
SECTION = "x11"
|
||||
DEPENDS = "glib-2.0 gtk+ evolution-data-server"
|
||||
DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native"
|
||||
|
||||
inherit autotools pkgconfig gtk-icon-cache
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "GNOME Authentication Agent for PolicyKit"
|
|||
DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment"
|
||||
HOMEPAGE = "http://www.packagekit.org/"
|
||||
BUGTRACKER = "http://bugzilla.gnome.org/"
|
||||
DEPENDS = "polkit dbus-glib gconf gtk+"
|
||||
DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
|
||||
file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "Devicekit power"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=756cf97871f77233638937da21b025d3"
|
||||
|
||||
DEPENDS = "libusb-compat libusb1 udev glib-2.0 dbus-glib polkit"
|
||||
DEPENDS = "libusb-compat libusb1 udev glib-2.0 dbus-glib polkit intltool-native"
|
||||
|
||||
SRC_URI = "http://upower.freedesktop.org/releases/DeviceKit-power-${PV}.tar.gz;name=archive"
|
||||
SRC_URI[archive.md5sum] = "935d37f1e14b3c8a1d6dabcd9a38d3ca"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ DESCRIPTION = "A storage daemon that implements well-defined D-Bus interfaces th
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=73d83aebe7e4b62346afde80e0e94273"
|
||||
|
||||
DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0"
|
||||
DEPENDS = "libatasmart sg3-utils polkit udev dbus-glib glib-2.0 intltool-native"
|
||||
# optional dependencies: device-mapper parted
|
||||
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "A lightweight Terminal Emulator based on libvte, written in Vala"
|
||||
SECTION = "x11/applications"
|
||||
DEPENDS = "vte"
|
||||
DEPENDS = "vte intltool-native"
|
||||
SRCREV = "0fefa38087581f85fa0631b40500b9428369c146"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ DESCRIPTION="Xfce Menu Library"
|
|||
SECTION = "x11/libs"
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
||||
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util"
|
||||
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util intltool-native"
|
||||
PR = "r1"
|
||||
|
||||
inherit xfce
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "Xfce configuration daemon and utilities"
|
|||
SECTION = "x11/wm"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
DEPENDS = "dbus-glib libxfce4util perl"
|
||||
DEPENDS = "dbus-glib libxfce4util perl intltool-native"
|
||||
|
||||
inherit xfce
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user