mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
89500c583e
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
17 lines
509 B
PHP
17 lines
509 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
|
|
|
|
BBCLASSEXTEND = "native"
|