mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
82b9444f72
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
504 B
PHP
17 lines
504 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/${BPN}/${BP}.tar.bz2;name=archive"
|
|
|
|
inherit autotools perlnative
|
|
|
|
BBCLASSEXTEND = "native"
|