From df0c1f671b493f6300e51b5b4c7d41956f486d62 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 20 Aug 2009 17:48:49 +0200 Subject: fso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream --- recipes/freesmartphone/fso-apm_git.bb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'recipes/freesmartphone/fso-apm_git.bb') 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 " 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" -- cgit v1.2.3