sg3-utils: add newer buildable version
[openembedded.git] / recipes / freesmartphone / fso-apm_git.bb
1 DESCRIPTION = "freesmartphone.org apm compatibility utility"
2 AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
3 HOMEPAGE = "http://www.freesmartphone.org"
4 SECTION = "console"
5 LICENSE = "GPLv2"
6 DEPENDS = "vala-native"
7 RCONFLICTS = "apm"
8 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
9 PV = "2.0.0+gitr${SRCREV}"
10 PR = "r1"
11
12 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master"
13 S = "${WORKDIR}/git/tools/apm2"
14
15 inherit autotools
16
17