aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-abyss_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-10 16:39:45 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-11 11:39:52 +0100
commit355d43e7e390a4bab7f673b73f97f4f87822ef61 (patch)
treed7ad068d453e92e176f77907efa032e0264d156d /recipes/freesmartphone/fso-abyss_git.bb
parentff7af94a4ff87fb9ee1541c1db523154c3eeca7b (diff)
downloadopenembedded-355d43e7e390a4bab7f673b73f97f4f87822ef61.tar.gz
libgsm0710mux|fso-abyss: catch up with SRC_URI; both have moved into cornucopia
Diffstat (limited to 'recipes/freesmartphone/fso-abyss_git.bb')
-rw-r--r--recipes/freesmartphone/fso-abyss_git.bb14
1 files changed, 6 insertions, 8 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 <mlauer@vanille-media.de>"
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}"
-
-
-