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

Paul Menzel paulepanter at users.sourceforge.net
Mon Sep 26 09:06:50 UTC 2011


Dear Eyal,


Am Montag, den 26.09.2011, 11:27 +0300 schrieb Eyal Reizer:

how has this recipe been tested?

> 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,29 @@
> +DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
> +HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
> +SECTION = "base"
> +PRIORITY = "optional"
> +LICENSE = "BSD"

Could you create a inc file to not duplicate the header and the
overrides below? Or can 0.9.20 be removed?

> +
> +SRCREV = "0a236ef5f8e4ba7218aac7d0cdacf45673d5b35c"
> +PR = "r1"

Please start with `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
> +}
> +
> +

Please remove the new lines at the end.


Thanks,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110926/76bd5168/attachment-0002.sig>


More information about the Openembedded-devel mailing list