mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 17:54:31 +00:00
phonet-utils: simplify with inherit autotools
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
54c7b9df5a
commit
736887bd29
@ -3,17 +3,11 @@ HOMEPAGE = ""
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git"
|
SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
|
SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
|
||||||
PV = "0.0.0+gitr${SRCPV}"
|
PV = "0.0.0+gitr${SRCPV}"
|
||||||
|
|
||||||
do_compile () {
|
inherit autotools
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install () {
|
|
||||||
DESTDIR=${D} oe_runmake install
|
|
||||||
}
|
|
||||||
|
|
||||||
FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"
|
FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user