summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/fso-apm_git.bb
blob: 9a2c8a264cc2d588d98d54cd94b5ba8fb19df90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "freesmartphone.org apm compatibility utility"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console"
LICENSE = "GPLv2"
PV = "0.1.0+gitr${SRCREV}"
PR = "r0"

SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
S = "${WORKDIR}/git/tools/apm2"

inherit autotools

RCONFLICTS_${PN} = "apm"