diff options
-rw-r--r-- | recipes/freesmartphone/fso-abyss_git.bb | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fso-apm_git.bb | 13 | ||||
-rw-r--r-- | recipes/freesmartphone/libgsm0710_git.bb | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/libgsm0710mux_git.bb | 2 |
4 files changed, 7 insertions, 12 deletions
diff --git a/recipes/freesmartphone/fso-abyss_git.bb b/recipes/freesmartphone/fso-abyss_git.bb index 52e78bc0d7..4a9126e75c 100644 --- a/recipes/freesmartphone/fso-abyss_git.bb +++ b/recipes/freesmartphone/fso-abyss_git.bb @@ -4,7 +4,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib libgsm0710mux" LICENSE = "GPL" -PV = "0.3.6+gitr${SRCREV}" +PV = "0.9.0+gitr${SRCREV}" PR = "r0" SRC_URI = "\ diff --git a/recipes/freesmartphone/fso-apm_git.bb b/recipes/freesmartphone/fso-apm_git.bb index a0a57c2f7a..9a2c8a264c 100644 --- a/recipes/freesmartphone/fso-apm_git.bb +++ b/recipes/freesmartphone/fso-apm_git.bb @@ -3,17 +3,12 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console" LICENSE = "GPLv2" -PV = "0.0.0+gitr${SRCREV}" +PV = "0.1.0+gitr${SRCREV}" PR = "r0" -SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" -S = "${WORKDIR}/git" +SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" +S = "${WORKDIR}/git/tools/apm2" -do_install() { - install -d ${D}${bindir} - install -m 0755 fso-apm/apm ${D}${bindir} -} +inherit autotools -PACKAGE_ARCH_${PN} = "all" -RDEPENDS_${PN} = "python-dbus frameworkd" RCONFLICTS_${PN} = "apm" diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb index b1dddcd40d..78050c40f5 100644 --- a/recipes/freesmartphone/libgsm0710_git.bb +++ b/recipes/freesmartphone/libgsm0710_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A GSM 07.10 Protocol Engine" LICENSE = "GPL" SECTION = "devel" -PV = "1.1.1+gitr${SRCREV}" +PV = "1.2.0+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master" diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb index 3a1110a605..69446879c3 100644 --- a/recipes/freesmartphone/libgsm0710mux_git.bb +++ b/recipes/freesmartphone/libgsm0710mux_git.bb @@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "GPL" SECTION = "devel" DEPENDS = "glib-2.0 libgsm0710 libfsotransport" -PV = "0.3.6+gitr${SRCREV}" +PV = "0.9.0+gitr${SRCREV}" PR = "r0" SRC_URI = "\ |