mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
d718b44b6a
* otherwise perl from host is used and if there isn't libxml-parser-perl installed on host it fails with: checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
17 lines
520 B
PHP
17 lines
520 B
PHP
DESCRIPTION = "Vala DBus Binding Tool"
|
|
SECTION = "devel"
|
|
DEPENDS = "vala libgee libxml2 intltool-native"
|
|
HOMEPAGE = "http://wiki.freesmartphone.org/index.php/Implementations/vala-dbus-binding-tool"
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
PE = "1"
|
|
INC_PR = "r3"
|
|
|
|
export XDG_DATA_DIRS = "${STAGING_DATADIR}"
|
|
|
|
SRC_URI = "http://downloads.freesmartphone.org/sources/vala-dbus-binding-tool-${PV}.tar.bz2;name=archive"
|
|
|
|
inherit autotools perlnative
|
|
|
|
BBCLASSEXTEND = "native"
|