mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
committed by
Martin Jansa
parent
8d9191534f
commit
0ee1083568
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user