mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
89500c583e
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
19 lines
469 B
BlitzBasic
19 lines
469 B
BlitzBasic
DESCRIPTION = "This small package provides a few command line tools for Linux Phonet"
|
|
HOMEPAGE = ""
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git"
|
|
PR = "r0"
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
|
|
PV = "0.0.0+gitr${SRCPV}"
|
|
|
|
do_compile () {
|
|
make
|
|
}
|
|
|
|
do_install () {
|
|
DESTDIR=${D} oe_runmake install
|
|
}
|
|
|