aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
blob: 3076f9501cfa5cf0493f36ac627212d335d6c286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Vala DBus Binding Tool"
SECTION = "console"
LICENSE = "GPLv2"
DEPENDS = "vala-native"
PV = "0.1.0+gitr${SRCREV}"
PR = "r0"

SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

inherit autotools native

do_stage() {
	install -d ${STAGING_BINDIR_NATIVE}
	install -m 0755 src/vala-dbus-binding-tool ${STAGING_BINDIR_NATIVE}/
}