From patchwork Thu Jan 5 09:47:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: iw: use a newer commit in the public git Date: Thu, 05 Jan 2012 09:47:09 -0000 From: Eyal Reizer X-Patchwork-Id: 18415 Message-Id: <1325756829-6511-1-git-send-email-eyalr@ti.com> To: openembedded-devel@lists.openembedded.org switch to use a newer commit in the public git Signed-off-by: Eyal Reizer --- recipes/iw/iw_git.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/iw/iw_git.bb b/recipes/iw/iw_git.bb index c98e1bc..f0dc7ff 100644 --- a/recipes/iw/iw_git.bb +++ b/recipes/iw/iw_git.bb @@ -4,9 +4,9 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "BSD" -SRCREV = "0a236ef5f8e4ba7218aac7d0cdacf45673d5b35c" -PR = "r0" -PV = "0.9.22" +SRCREV = "8b2b1c6a77ee17e4128b22845cb8c5901de296c9" +PR = "r1" +PV = "3.2" PR_append = "+gitr${SRCPV}" DEPENDS = "libnl pkgconfig"