diff options
Diffstat (limited to 'recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb')
-rw-r--r-- | recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb index 3076f9501c..72f835e6a5 100644 --- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb +++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb @@ -1,17 +1,11 @@ DESCRIPTION = "Vala DBus Binding Tool" SECTION = "console" LICENSE = "GPLv2" -DEPENDS = "vala-native" +DEPENDS = "vala-native intltool-native libxml2-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}/ -} +inherit autotools native autotools_stage |