diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-06 23:51:34 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-07 02:49:56 +0200 |
commit | 8aaba52bea14032340a37959af4a57047cb03c1b (patch) | |
tree | a8e45a14240e95aa7058c8f88476448f831a274f /recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | |
parent | c579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff) |
freesmartphone: catch up with milestone5.5 and SHR/import
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 |