aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rfkill/rfkill_0.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-02-11 10:40:26 +0100
committerKoen Kooi <koen@openembedded.org>2011-02-11 10:41:31 +0100
commit98ceb8ba471f5ac0c9630eddc80471dcba6ef458 (patch)
treeb7611d9259a392dd11369f7b4d615f367aa54e35 /recipes/rfkill/rfkill_0.4.bb
parenta5d1ff6e86270bad2b1e0d997bee7d3752c6fbe9 (diff)
downloadopenembedded-98ceb8ba471f5ac0c9630eddc80471dcba6ef458.tar.gz
rfkill: fix install and remove bogus DEPENDS, it's not using libnl nor pkgconfig(-native)
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/rfkill/rfkill_0.4.bb')
-rw-r--r--recipes/rfkill/rfkill_0.4.bb16
1 files changed, 7 insertions, 9 deletions
diff --git a/recipes/rfkill/rfkill_0.4.bb b/recipes/rfkill/rfkill_0.4.bb
index 6691049648..d432080a4b 100644
--- a/recipes/rfkill/rfkill_0.4.bb
+++ b/recipes/rfkill/rfkill_0.4.bb
@@ -2,19 +2,17 @@ DESCRIPTION = "rfkill CLI utility"
HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill"
SECTION = "base"
LICENSE = "BSD"
-PR = "r0"
+PR = "r1"
-DEPENDS = "libnl pkgconfig"
+SRC_URI = "http://wireless.kernel.org/download/${PN}/${P}.tar.bz2 \
+ file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch"
-SRC_URI = "http://wireless.kernel.org/download/${PN}/${P}.tar.bz2"
+SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350"
+SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1"
do_compile() {
- oe_runmake
+ oe_runmake
}
-
do_install() {
- oe_runmake DESTDIR=${D} install
+ oe_runmake DESTDIR=${D} install
}
-
-SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350"
-SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1"