diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2014-08-17 23:21:12 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-21 21:35:07 +0200 |
| commit | c73e26932dcbb8bbe1895ba969e0c41cd9bbf850 (patch) | |
| tree | 2cc924324ba9a98d9dc7334e535fc7e4ceba7c4e | |
| parent | f17c1486c15e35006891be9d53b2175364afe363 (diff) | |
| download | meta-openembedded-c73e26932dcbb8bbe1895ba969e0c41cd9bbf850.tar.gz | |
iw: uprev to version 3.15
- change to use tar.gz since bz2 is no longer provided in upstream
- adjust the patch for new version
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch | 11 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/iw/iw_3.15.bb (renamed from meta-oe/recipes-connectivity/iw/iw_3.11.bb) | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch b/meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch index 97c00cd2d2..e64dd0ad91 100644 --- a/meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch +++ b/meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch | |||
| @@ -9,18 +9,18 @@ Upstream-Status: Unknown | |||
| 9 | 9 | ||
| 10 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | 10 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |
| 11 | --- | 11 | --- |
| 12 | version.sh | 16 +--------------- | 12 | version.sh | 16 +--------------- |
| 13 | 1 files changed, 1 insertions(+), 15 deletions(-) | 13 | 1 file changed, 1 insertion(+), 15 deletions(-) |
| 14 | 14 | ||
| 15 | diff --git a/version.sh b/version.sh | 15 | diff --git a/version.sh b/version.sh |
| 16 | index 3fb9f6d..e4a56cb 100755 | 16 | index 11d124b..5d423c4 100755 |
| 17 | --- a/version.sh | 17 | --- a/version.sh |
| 18 | +++ b/version.sh | 18 | +++ b/version.sh |
| 19 | @@ -3,21 +3,7 @@ | 19 | @@ -3,21 +3,7 @@ |
| 20 | VERSION="3.2" | 20 | VERSION="3.15" |
| 21 | OUT="$1" | 21 | OUT="$1" |
| 22 | 22 | ||
| 23 | -if head=`git rev-parse --verify HEAD 2>/dev/null`; then | 23 | -if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then |
| 24 | - git update-index --refresh --unmerged > /dev/null | 24 | - git update-index --refresh --unmerged > /dev/null |
| 25 | - descr=$(git describe) | 25 | - descr=$(git describe) |
| 26 | - | 26 | - |
| @@ -41,4 +41,3 @@ index 3fb9f6d..e4a56cb 100755 | |||
| 41 | echo "const char iw_version[] = \"$v\";" >> "$OUT" | 41 | echo "const char iw_version[] = \"$v\";" >> "$OUT" |
| 42 | -- | 42 | -- |
| 43 | 1.7.7.3 | 43 | 1.7.7.3 |
| 44 | |||
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.11.bb b/meta-oe/recipes-connectivity/iw/iw_3.15.bb index d72a1401c0..7800e905ee 100644 --- a/meta-oe/recipes-connectivity/iw/iw_3.11.bb +++ b/meta-oe/recipes-connectivity/iw/iw_3.15.bb | |||
| @@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | |||
| 9 | 9 | ||
| 10 | DEPENDS = "libnl pkgconfig" | 10 | DEPENDS = "libnl pkgconfig" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.bz2 \ | 12 | SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \ |
| 13 | file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ | 13 | file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | SRC_URI[md5sum] = "e633cf7c875c7d8b547abafc0d95f6c4" | 16 | SRC_URI[md5sum] = "ebb16e6c29b075e3a58b99552583fd79" |
| 17 | SRC_URI[sha256sum] = "09348d4f7371fad00c07cfb67b9e34f24403cbd9361f9634cfb4dff9cdd40139" | 17 | SRC_URI[sha256sum] = "1223ebab68dc337f16ed80c45af37b78f112ea091e919eafe96a4cbd63942081" |
| 18 | 18 | ||
| 19 | EXTRA_OEMAKE = "" | 19 | EXTRA_OEMAKE = "" |
| 20 | 20 | ||
