From 8aaba52bea14032340a37959af4a57047cb03c1b Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 6 Aug 2009 23:51:34 +0200 Subject: freesmartphone: catch up with milestone5.5 and SHR/import --- recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb') 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 -- cgit v1.2.3