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/libframeworkd-glib_git.bb | |
parent | c579f58d519f6e2e58a3b5acc52fc3d9cd953c3d (diff) |
freesmartphone: catch up with milestone5.5 and SHR/import
Diffstat (limited to 'recipes/freesmartphone/libframeworkd-glib_git.bb')
-rw-r--r-- | recipes/freesmartphone/libframeworkd-glib_git.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/freesmartphone/libframeworkd-glib_git.bb b/recipes/freesmartphone/libframeworkd-glib_git.bb index 79e040ed35..bce8312fcb 100644 --- a/recipes/freesmartphone/libframeworkd-glib_git.bb +++ b/recipes/freesmartphone/libframeworkd-glib_git.bb @@ -2,10 +2,15 @@ DESCRIPTION = "freesmartphone.org API glib wrapper" LICENSE = "LGPL" SECTION = "devel" DEPENDS = "dbus-glib" -PV = "0.0.2+gitr${SRCREV}" +PV = "0.0.1+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/libframeworkd-glib.git;protocol=git;branch=master" S = "${WORKDIR}/git" -inherit autotools autotools_stage pkgconfig +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} + |