[oe-commits] Didier "Ptitjes : vala-dbus-binding-tool-native : cleanup recipe

GIT User account git at amethyst.openembedded.net
Mon May 18 22:35:26 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 22df60bec9b47f9772192baee34c9b0c11211e44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22df60bec9b47f9772192baee34c9b0c11211e44

Author: Didier "Ptitjes <ptitjes at free.fr>
Date:   Mon May 18 16:33:48 2009 -0600

vala-dbus-binding-tool-native : cleanup recipe

---

 .../vala-dbus-binding-tool-native_git.bb           |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
index a7b7489..72f835e 100644
--- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
+++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
@@ -1,16 +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}"
 
 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
 





More information about the Openembedded-commits mailing list