From a8eedede78d442ab7e16db8894d2b5172a1bc8df Mon Sep 17 00:00:00 2001 From: Eyal Reizer Date: Mon, 26 Sep 2011 21:07:34 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes/iw/iw_git.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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 0000000000..c98e1bc5f7 --- /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 +} -- cgit 1.2.3-korg From 893c07a31d3f81dbbf9604d8ea4a532276784296 Mon Sep 17 00:00:00 2001 From: Eyal Reizer Date: Mon, 26 Sep 2011 16:29:36 +0000 Subject: wpa_supplicant update to use a newer commit Signed-off-by: Eyal Reizer Signed-off-by: Denys Dmytriyenko --- recipes/wpa-supplicant/wpa-supplicant_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/wpa-supplicant/wpa-supplicant_git.bb b/recipes/wpa-supplicant/wpa-supplicant_git.bb index 8f6971e0d6..7525144985 100644 --- a/recipes/wpa-supplicant/wpa-supplicant_git.bb +++ b/recipes/wpa-supplicant/wpa-supplicant_git.bb @@ -1,7 +1,7 @@ require wpa-supplicant-0.7.inc -SRCREV = "b8fb017272ed4794339978c9fbc0e74571a44728" -PR = "r0" +SRCREV = "83fa07226debc2f7082b6ccd62dbb1cd47c30472" +PR = "r1" PV = "0.7.3+0.8.0-rc" PR_append = "+gitr${SRCPV}" FILESPATHPKG =. "wpa-supplicant-git:" @@ -28,5 +28,3 @@ do_configure () { echo "CFLAGS += -I${STAGING_INCDIR}/madwifi-ng" >> .config fi } - - -- cgit 1.2.3-korg From 5d95b1c603279f6b9d519865d338fc8c6dd6efb4 Mon Sep 17 00:00:00 2001 From: Eyal Reizer Date: Mon, 26 Sep 2011 16:29:00 +0000 Subject: hostapd: update to use a newer commit Signed-off-by: Eyal Reizer Signed-off-by: Denys Dmytriyenko --- recipes/hostap/hostap-daemon_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/hostap/hostap-daemon_git.bb b/recipes/hostap/hostap-daemon_git.bb index cf0e6e9483..b8aaa02b8d 100644 --- a/recipes/hostap/hostap-daemon_git.bb +++ b/recipes/hostap/hostap-daemon_git.bb @@ -2,8 +2,8 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management" require hostap-daemon-0.7.inc -PR = "r0" -SRCREV = "b8fb017272ed4794339978c9fbc0e74571a44728" +PR = "r1" +SRCREV = "83fa07226debc2f7082b6ccd62dbb1cd47c30472" PV = "0.7.3+0.8.0-rc" PR_append = "gitr${SRCPV}" FILESPATHPKG =. "hostap-daemon-git:" @@ -23,4 +23,3 @@ do_configure() { echo "CFLAGS += -I${STAGING_INCDIR}" >> .config echo "LIBS += -L${STAGING_LIBDIR}" >> .config } - -- cgit 1.2.3-korg From 071372aa5a2cdacd0f20efe5cfc0324c5ac8d38b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 7 Oct 2011 10:14:35 +0200 Subject: imagemagick: Change `DESCRIPTION` Fix also a typo: s/convertion/conversion/. Signed-off-by: Paul Menzel --- recipes/imagemagick/imagemagick_6.3.5-10.bb | 4 ++-- recipes/imagemagick/imagemagick_6.4.4-1.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb index 5041fd12d8..fdb496934d 100644 --- a/recipes/imagemagick/imagemagick_6.3.5-10.bb +++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb @@ -1,8 +1,8 @@ -DESCRIPTION = "ImageMagick is an image convertion tools" +DESCRIPTION = "ImageMagick contains image manipulation and conversion tools" SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "tiff jpeg libpng librsvg tiff zlib" -PR = "r9" +PR = "r10" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;apply=yes \ diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb index da4f37d461..78f738a82b 100644 --- a/recipes/imagemagick/imagemagick_6.4.4-1.bb +++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb @@ -1,10 +1,10 @@ -DESCRIPTION = "ImageMagick is an image convertion tools" +DESCRIPTION = "ImageMagick contains image manipulation and conversion tools" SECTION = "console/utils" LICENSE = "GPL" # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" -PR = "r7" +PR = "r8" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;apply=yes \ -- cgit 1.2.3-korg From 5116102dac06690e3f24afa0500eb0d68ec229ee Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 7 Oct 2011 10:26:19 +0200 Subject: imagemagick: Correct `LICENSE` to `Apache-2.0` The web site says it is distributed under the Apache 2.0 license [1]. It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC.It is distributed under the Apache 2.0 license, approved by the OSI and recommended for use by the OSSCC. [1] http://www.imagemagick.org/script/index.php Signed-off-by: Paul Menzel --- recipes/imagemagick/imagemagick_6.3.5-10.bb | 4 ++-- recipes/imagemagick/imagemagick_6.4.4-1.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb index fdb496934d..3b581f1cec 100644 --- a/recipes/imagemagick/imagemagick_6.3.5-10.bb +++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb @@ -1,8 +1,8 @@ DESCRIPTION = "ImageMagick contains image manipulation and conversion tools" SECTION = "console/utils" -LICENSE = "GPL" +LICENSE = "Apache-2.0" DEPENDS = "tiff jpeg libpng librsvg tiff zlib" -PR = "r10" +PR = "r11" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;apply=yes \ diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb index 78f738a82b..8ad3d359b5 100644 --- a/recipes/imagemagick/imagemagick_6.4.4-1.bb +++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb @@ -1,10 +1,10 @@ DESCRIPTION = "ImageMagick contains image manipulation and conversion tools" SECTION = "console/utils" -LICENSE = "GPL" +LICENSE = "Apache-2.0" # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" -PR = "r8" +PR = "r9" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;apply=yes \ -- cgit 1.2.3-korg From f6ddb0f1898640b3ed4048e0645a9927f36cb54a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 7 Oct 2011 10:29:58 +0200 Subject: imagemagick: Add `HOMEPAGE = "http://www.imagemagick.org/"` Signed-off-by: Paul Menzel --- recipes/imagemagick/imagemagick_6.3.5-10.bb | 3 ++- recipes/imagemagick/imagemagick_6.4.4-1.bb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/imagemagick/imagemagick_6.3.5-10.bb b/recipes/imagemagick/imagemagick_6.3.5-10.bb index 3b581f1cec..fffcc56981 100644 --- a/recipes/imagemagick/imagemagick_6.3.5-10.bb +++ b/recipes/imagemagick/imagemagick_6.3.5-10.bb @@ -1,8 +1,9 @@ DESCRIPTION = "ImageMagick contains image manipulation and conversion tools" +HOMEPAGE = "http://www.imagemagick.org/" SECTION = "console/utils" LICENSE = "Apache-2.0" DEPENDS = "tiff jpeg libpng librsvg tiff zlib" -PR = "r11" +PR = "r12" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;apply=yes \ diff --git a/recipes/imagemagick/imagemagick_6.4.4-1.bb b/recipes/imagemagick/imagemagick_6.4.4-1.bb index 8ad3d359b5..e495d368d5 100644 --- a/recipes/imagemagick/imagemagick_6.4.4-1.bb +++ b/recipes/imagemagick/imagemagick_6.4.4-1.bb @@ -1,10 +1,11 @@ DESCRIPTION = "ImageMagick contains image manipulation and conversion tools" +HOMEPAGE = "http://www.imagemagick.org/" SECTION = "console/utils" LICENSE = "Apache-2.0" # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" -PR = "r9" +PR = "r10" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2 \ file://PerlMagic_MakePatch;apply=yes \ -- cgit 1.2.3-korg