mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
vala-dbus-binding-tool: remove redundant dependency on intltool
This upstream doesn't use intltool so don't depend on it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
8c720146b7
commit
fc2fc9097b
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "Vala DBus Binding Tool"
|
DESCRIPTION = "Vala DBus Binding Tool"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
DEPENDS = "vala libgee libxml2 intltool-native"
|
DEPENDS = "vala libgee libxml2"
|
||||||
HOMEPAGE = "http://wiki.freesmartphone.org/index.php/Implementations/vala-dbus-binding-tool"
|
HOMEPAGE = "http://wiki.freesmartphone.org/index.php/Implementations/vala-dbus-binding-tool"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|||||||
Reference in New Issue
Block a user