[oe] [PATCHv2] iw: build version 0.9.22 from git sources

Reizer, Eyal eyalr at ti.com
Wed Oct 5 06:57:27 UTC 2011


Hi,

Pinging on this patch.

Best Regards,
Eyal Reizer

> -----Original Message-----
> From: Eyal Reizer [mailto:eyalreizer at googlemail.com]
> Sent: Monday, September 26, 2011 4:08 PM
> To: openembedded-devel at lists.openembedded.org
> Cc: Reizer, Eyal
> Subject: [PATCHv2] 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>
> ---
>  recipes/iw/iw_git.bb |   29 +++++++++++++++++++++++++++++
>  1 files changed, 29 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/iw/iw_git.bb
> 
> diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb
> new file mode 100644
> index 0000000..e4d0cd5
> --- /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
> +}
> --
> 1.7.0.4





More information about the Openembedded-devel mailing list