[oe-commits] Michael 'Mickey' Lauer : libgsm0710mux|fso-abyss: catch up with SRC_URI; both have moved into cornucopia

git version control git at git.openembedded.org
Tue Mar 16 08:31:32 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 1f0df57816ff45ee6980843b362bc4f3a4a4c441
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f0df57816ff45ee6980843b362bc4f3a4a4c441

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Mar 10 16:39:45 2010 +0100

libgsm0710mux|fso-abyss: catch up with SRC_URI; both have moved into cornucopia

---

 recipes/freesmartphone/fso-abyss_git.bb     |   14 ++++++--------
 recipes/freesmartphone/libgsm0710mux_git.bb |   10 ++++------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb
index 73c70c3..ec97460 100644
--- a/recipes/freesmartphone/fso-abyss_git.bb
+++ b/recipes/freesmartphone/fso-abyss_git.bb
@@ -4,17 +4,18 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 SECTION = "console/network"
 DEPENDS = "vala-native dbus dbus-glib libgsm0710mux"
 LICENSE = "GPL"
-PV = "0.9.1+gitr${SRCPV}"
+SRCREV = "4d7edda0efec7836612c8c64bb1b90695ca07a53"
+PV = "0.9.2+gitr${SRCREV}"
 PE = "1"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "\
-  ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \
+  ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \
   file://fso-abyss.conf \
 "
-S = "${WORKDIR}/git"
+S = "${WORKDIR}/git/tools/fso-abyss"
 
-inherit autotools
+inherit autotools_stage
 
 do_install_append() {
 	install -d ${D}${sysconfdir}
@@ -36,6 +37,3 @@ CONFFILES_${PN}-config = "\
 "
 
 PACKAGE_ARCH_${PN} = "${BASE_PACKAGE_ARCH}"
-
-
-
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb
index 6b572ea..c12d1d4 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -3,14 +3,12 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 LICENSE = "GPL"
 SECTION = "devel"
 DEPENDS = "glib-2.0 libgsm0710 libfsotransport"
-SRCREV  = "05d990fce7427f15c985932721deb05012d779bd"
-PV = "0.9.0+gitr${SRCPV}"
+SRCREV  = "4d7edda0efec7836612c8c64bb1b90695ca07a53"
+PV = "0.9.2+gitr${SRCREV}"
 PE = "1"
 PR = "r0"
 
-SRC_URI = "\
-  ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
-"
-S = "${WORKDIR}/git"
+SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/libgsm0710mux"
 
 inherit autotools_stage pkgconfig vala





More information about the Openembedded-commits mailing list