blob: 72f835e6a5947dda3b447b8a7d1a139c5bb329dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Vala DBus Binding Tool"
SECTION = "console"
LICENSE = "GPLv2"
DEPENDS = "vala-native intltool-native libxml2-native"
PV = "0.1.0+gitr${SRCREV}"
SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
inherit autotools native autotools_stage
|