blob: a0d89de0d3062b39e4e8d1d264cc7f07f883b9e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "C library of useful functions to control OpenMoko hardware."
AUTHOR = "Enrico Zini <enrico@enricozini.org>"
HOMEPAGE = "http://git.debian.org/?p=pkg-fso/omhacks.git;a=blob;f=README"
SECTION = "openmoko/tools"
PRIORITY = "optional"
LICENSE = "GPLv2"
PV = "0.11+gitr${SRCPV}"
PR = "r0"
SRC_URI = "git://git.debian.org/pkg-fso/omhacks.git;protocol=git;branch=master"
SRCREV = "7f316203486acd3ae5902c02f20e59c805f019ab"
S = "${WORKDIR}/git"
inherit cmake
FILES_${PN} += "${prefix}/lib/pm-utils"
FILES_${PN}-dbg += "${prefix}/lib/pm-utils/sleep.d/.debug"
|