[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3265/8267] bash_3.2.x: update recipe version to match what we're shipping



commit 81386beaf02de02659f728e8610c72f8ac69c408
Author: André Draszik <adraszik tycoint com>
Date:   Wed Oct 26 13:08:45 2016 +0100

    bash_3.2.x: update recipe version to match what we're shipping
    
    Make sure the recipe version matches what we're
    actually shipping, so that tools like cve-check
    can do the right thing.
    
    Rather than fetching version 3.2.48 and applying all
    patches up to and including version 3.2.57, we just
    fetch the latter in the first place.
    
    (From OE-Core rev: 614ac87f2832c5359f371439559be88d6106cd6b)
    
    Signed-off-by: André Draszik <adraszik tycoint com>
    Acked-by: Sylvain Lemieux <slemieux tycoint com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../{bash-3.2.48 => bash-3.2.57}/build-tests.patch |    0
 ...ont-include-target-CFLAGS-in-host-LDFLAGS.patch |    0
 .../mkbuiltins_have_stringize.patch                |    0
 .../bash/{bash-3.2.48 => bash-3.2.57}/run-ptest    |    0
 .../string-format.patch                            |    0
 .../{bash-3.2.48 => bash-3.2.57}/test-output.patch |    0
 meta/recipes-extended/bash/bash_3.2.48.bb          |   47 --------------------
 meta/recipes-extended/bash/bash_3.2.57.bb          |   18 ++++++++
 8 files changed, 18 insertions(+), 47 deletions(-)
---
diff --git a/meta/recipes-extended/bash/bash-3.2.48/build-tests.patch 
b/meta/recipes-extended/bash/bash-3.2.57/build-tests.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/build-tests.patch
rename to meta/recipes-extended/bash/bash-3.2.57/build-tests.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/dont-include-target-CFLAGS-in-host-LDFLAGS.patch 
b/meta/recipes-extended/bash/bash-3.2.57/dont-include-target-CFLAGS-in-host-LDFLAGS.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/dont-include-target-CFLAGS-in-host-LDFLAGS.patch
rename to meta/recipes-extended/bash/bash-3.2.57/dont-include-target-CFLAGS-in-host-LDFLAGS.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/mkbuiltins_have_stringize.patch 
b/meta/recipes-extended/bash/bash-3.2.57/mkbuiltins_have_stringize.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/mkbuiltins_have_stringize.patch
rename to meta/recipes-extended/bash/bash-3.2.57/mkbuiltins_have_stringize.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/run-ptest 
b/meta/recipes-extended/bash/bash-3.2.57/run-ptest
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/run-ptest
rename to meta/recipes-extended/bash/bash-3.2.57/run-ptest
diff --git a/meta/recipes-extended/bash/bash-3.2.48/string-format.patch 
b/meta/recipes-extended/bash/bash-3.2.57/string-format.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/string-format.patch
rename to meta/recipes-extended/bash/bash-3.2.57/string-format.patch
diff --git a/meta/recipes-extended/bash/bash-3.2.48/test-output.patch 
b/meta/recipes-extended/bash/bash-3.2.57/test-output.patch
similarity index 100%
rename from meta/recipes-extended/bash/bash-3.2.48/test-output.patch
rename to meta/recipes-extended/bash/bash-3.2.57/test-output.patch
diff --git a/meta/recipes-extended/bash/bash_3.2.57.bb b/meta/recipes-extended/bash/bash_3.2.57.bb
new file mode 100644
index 0000000..5c288b3
--- /dev/null
+++ b/meta/recipes-extended/bash/bash_3.2.57.bb
@@ -0,0 +1,18 @@
+require bash.inc
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fd5d9bcabd8ed5a54a01ce8d183d592a"
+
+SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \
+           file://mkbuiltins_have_stringize.patch \
+           file://build-tests.patch \
+           file://test-output.patch \
+           file://run-ptest \
+           file://dont-include-target-CFLAGS-in-host-LDFLAGS.patch \
+           file://string-format.patch \
+          "
+
+SRC_URI[md5sum] = "237a8767c990b43ae2c89895c2dbc062"
+SRC_URI[sha256sum] = "3fa9daf85ebf35068f090ce51283ddeeb3c75eb5bc70b1a4a7cb05868bfe06a4"
+
+PARALLEL_MAKE = ""


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]