All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v3] iw: add iw 3.6 recipe
@ 2012-10-05  1:39 jackie.huang
  2012-10-05 10:20 ` Andrei Gherzan
  2012-10-06 11:16 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: jackie.huang @ 2012-10-05  1:39 UTC (permalink / raw)
  To: openembedded-devel

iw: add iw 3.6 recipe

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-oe/recipes-connectivity/iw/iw_3.6.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-connectivity/iw/iw_3.6.bb

diff --git a/meta-oe/recipes-connectivity/iw/iw_3.6.bb b/meta-oe/recipes-connectivity/iw/iw_3.6.bb
new file mode 100644
index 0000000..42a43c3
--- /dev/null
+++ b/meta-oe/recipes-connectivity/iw/iw_3.6.bb
@@ -0,0 +1,23 @@
+SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
+DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
+wireless devices. It supports almost all new drivers that have been added \
+to the kernel recently. "
+HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
+SECTION = "base"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
+
+DEPENDS = "libnl pkgconfig"
+
+SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
+           file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
+          "
+
+SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c"
+SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857"
+
+EXTRA_OEMAKE = ""
+
+do_install() {
+	oe_runmake DESTDIR=${D} install
+}
-- 
1.7.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-08  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05  1:39 [meta-oe][PATCH v3] iw: add iw 3.6 recipe jackie.huang
2012-10-05 10:20 ` Andrei Gherzan
2012-10-08  5:27   ` jhuang0
2012-10-06 11:16 ` Koen Kooi
2012-10-08  5:29   ` jhuang0

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.