mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-17 18:59:53 +00:00
15dde1c22c
* new version of vala-dbus-binding-tool was released with 0.4.0 version but unfortunately there already was 0.4.0 and 0.4.1 version, see comment in git recipe for more details * be aware that it's actually newer than 0.4.1 used before and it's compatible with gee-0.8 which is newer than gee-1.0 and yes I know how incorrect it sounds, but it's truth * remove negative preference from git recipe so it's used by default and most people wont notice the mess with 0.4.0 archives Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
495 B
PHP
17 lines
495 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 = "${SOURCEFORGE_MIRROR}/freesmartphone/sources/${BP}.tar.bz2"
|
|
|
|
inherit autotools perlnative pkgconfig
|
|
|
|
BBCLASSEXTEND = "native"
|