diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-20 17:48:49 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-08-20 17:51:50 +0200 |
commit | df0c1f671b493f6300e51b5b4c7d41956f486d62 (patch) | |
tree | f1f1d8690a4e8bd7614dd0f111c5a0e35913f6f0 /recipes/freesmartphone/fso-apm_git.bb | |
parent | ba43e918025a32e94934e825ec56b7e109a90a90 (diff) |
fso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream
Diffstat (limited to 'recipes/freesmartphone/fso-apm_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-apm_git.bb | 13 |
1 files changed, 4 insertions, 9 deletions
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" |