[oe-commits] Eyal Reizer : iw: build version 0.9.22 from git sources

git version control git at git.openembedded.org
Thu Oct 6 02:30:34 UTC 2011


Module: openembedded.git
Branch: master
Commit: a8eedede78d442ab7e16db8894d2b5172a1bc8df
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a8eedede78d442ab7e16db8894d2b5172a1bc8df

Author: Eyal Reizer <eyalreizer at googlemail.com>
Date:   Mon Sep 26 21:07:34 2011 +0000

iw: build version 0.9.22 from git sources

Builds a new version which adds wowlan support from public git source

Signed-off-by: Eyal Reizer <eyalr at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes/iw/iw_git.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb
new file mode 100644
index 0000000..c98e1bc
--- /dev/null
+++ b/recipes/iw/iw_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
+HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "BSD"
+
+SRCREV = "0a236ef5f8e4ba7218aac7d0cdacf45673d5b35c"
+PR = "r0"
+PV = "0.9.22"
+PR_append = "+gitr${SRCPV}"
+
+DEPENDS = "libnl pkgconfig"
+
+SRC_URI = " \
+	git://git.sipsolutions.net/iw.git;protocol=git \
+	"
+CFLAGS += "-DCONFIG_LIBNL20"
+
+S = "${WORKDIR}/git/"
+
+do_compile() {
+	oe_runmake
+}
+
+do_install() {
+	oe_runmake DESTDIR=${D} install
+}





More information about the Openembedded-commits mailing list