[oe-commits] Stefan Schmidt : lowpan-tools_git.bb: Fix SRC_URI and update SRCREV.

git version control git at git.openembedded.org
Tue Mar 23 17:39:04 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0e960229a3dda22d7dae34306fdd943a4e3b5814
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e960229a3dda22d7dae34306fdd943a4e3b5814

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Tue Mar 23 18:34:15 2010 +0100

lowpan-tools_git.bb: Fix SRC_URI and update SRCREV.

The old rev did not even build and to checkout a newer one we need to follow the
URI changes rom upstream:

| cc1: warnings being treated as errors
| izconfig.c: In function 'do_set_short':
| izconfig.c:186: error: dereferencing pointer 'sa' does break strict-aliasing rules
| izconfig.c:179: error: dereferencing pointer 'sa' does break strict-aliasing rules

---

 recipes/lowpan-tools/lowpan-tools_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb
index 78b6fa2..4b399c4 100644
--- a/recipes/lowpan-tools/lowpan-tools_git.bb
+++ b/recipes/lowpan-tools/lowpan-tools_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
 LICENSE = "GPL"
-SRCREV = "b30f459c9ef500b73043d105597f382ec4f53f1b"
-SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee;protocol=git"
+SRCREV = "ce5d988028bdcf78f3461c7dfe1c9b78ded03191"
+SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee;protocol=git"
 DEPENDS = "libnl bison-native flex-native"
 PR = "r8"
 





More information about the Openembedded-commits mailing list