diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-01 08:34:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-07 12:21:23 +0200 |
commit | 736887bd295ad35adb27eb5fb8e045681d844df7 (patch) | |
tree | 4ab9a6d725859149237757ce0878e4bf795bf2da | |
parent | 54c7b9df5a6da7d9de7e65e4a50937e826ec912a (diff) | |
download | meta-openembedded-736887bd295ad35adb27eb5fb8e045681d844df7.tar.gz |
phonet-utils: simplify with inherit autotools
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb index 9a3310ef2..f5bd1cf04 100644 --- a/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb +++ b/meta-oe/recipes-connectivity/phonet-utils/phonet-utils_git.bb | |||
@@ -3,17 +3,11 @@ HOMEPAGE = "" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git" | 5 | SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" | 8 | SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea" |
9 | PV = "0.0.0+gitr${SRCPV}" | 9 | PV = "0.0.0+gitr${SRCPV}" |
10 | 10 | ||
11 | do_compile () { | 11 | inherit autotools |
12 | make | ||
13 | } | ||
14 | |||
15 | do_install () { | ||
16 | DESTDIR=${D} oe_runmake install | ||
17 | } | ||
18 | 12 | ||
19 | FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules" | 13 | FILES_${PN} += "${base_libdir}/udev/rules.d/85-phonet-utils.rules" |