From 355d43e7e390a4bab7f673b73f97f4f87822ef61 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Wed, 10 Mar 2010 16:39:45 +0100 Subject: 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 6ff2fe13cd..6cc8e11411 100644 --- a/recipes/freesmartphone/fso-abyss_git.bb +++ b/recipes/freesmartphone/fso-abyss_git.bb @@ -4,16 +4,17 @@ AUTHOR = "Michael 'Mickey' Lauer " SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib libgsm0710mux" LICENSE = "GPL" -PV = "0.9.1+gitr${SRCREV}" -PR = "r1" +SRCREV = "4d7edda0efec7836612c8c64bb1b90695ca07a53" +PV = "0.9.2+gitr${SRCREV}" +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} @@ -35,6 +36,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 ca73a49e66..b8e333d8d7 100644 --- a/recipes/freesmartphone/libgsm0710mux_git.bb +++ b/recipes/freesmartphone/libgsm0710mux_git.bb @@ -3,13 +3,11 @@ AUTHOR = "Michael 'Mickey' Lauer " LICENSE = "GPL" SECTION = "devel" DEPENDS = "glib-2.0 libgsm0710 libfsotransport" -SRCREV = "05d990fce7427f15c985932721deb05012d779bd" -PV = "0.9.1+gitr${SRCREV}" +SRCREV = "4d7edda0efec7836612c8c64bb1b90695ca07a53" +PV = "0.9.2+gitr${SRCREV}" 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 -- cgit 1.2.3-korg