All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [PATCH] bc:1.06 -> 1.07.1
@ 2018-06-05  8:10 Hong Liu
  2018-06-05  8:10 ` [PATCH] [PATCH] [PATCH] bind:9.10.6 -> 9.10.7 Hong Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Hong Liu @ 2018-06-05  8:10 UTC (permalink / raw)
  To: openembedded-core

1.Upgrade bc from 1.06 to 1.07.1.
2.Update the checksum of LIC_FILES_CHKSUM, since GPLv3 has been added into the license of bc.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-extended/bc/bc_1.06.bb   | 26 --------------------------
 meta/recipes-extended/bc/bc_1.07.1.bb | 25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 26 deletions(-)
 delete mode 100644 meta/recipes-extended/bc/bc_1.06.bb
 create mode 100644 meta/recipes-extended/bc/bc_1.07.1.bb

diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/meta/recipes-extended/bc/bc_1.06.bb
deleted file mode 100644
index d8c8a86..0000000
--- a/meta/recipes-extended/bc/bc_1.06.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "Arbitrary precision calculator language"
-HOMEPAGE = "http://www.gnu.org/software/bc/bc.html"
-
-LICENSE = "GPLv2+ & LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
-                    file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
-                    file://bc/bcdefs.h;endline=31;md5=46dffdaf10a99728dd8ce358e45d46d8 \
-                    file://dc/dc.h;endline=25;md5=2f9c558cdd80e31b4d904e48c2374328 \
-                    file://lib/number.c;endline=31;md5=99434a0898abca7784acfd36b8191199"
-
-SECTION = "base"
-DEPENDS = "flex"
-PR = "r3"
-
-SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz \
-           file://fix-segment-fault.patch "
-
-SRC_URI[md5sum] = "d44b5dddebd8a7a7309aea6c36fda117"
-SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
-
-inherit autotools texinfo update-alternatives
-
-ALTERNATIVE_${PN} = "dc"
-ALTERNATIVE_PRIORITY = "100"
-
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-extended/bc/bc_1.07.1.bb b/meta/recipes-extended/bc/bc_1.07.1.bb
new file mode 100644
index 0000000..264d648
--- /dev/null
+++ b/meta/recipes-extended/bc/bc_1.07.1.bb
@@ -0,0 +1,25 @@
+SUMMARY = "Arbitrary precision calculator language"
+HOMEPAGE = "http://www.gnu.org/software/bc/bc.html"
+
+LICENSE = "GPLv3 & LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
+                    file://bc/bcdefs.h;endline=31;md5=8c8b24c7a8dd453e1e310383190a8285 \
+                    file://dc/dc.h;endline=25;md5=636f7358bade791f26a8607a20da0eb7 \
+                    file://lib/number.c;endline=31;md5=5c437fc63f83a46d4d769d4dd1e74525"
+
+SECTION = "base"
+DEPENDS = "flex"
+PR = "r3"
+
+SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz \
+"
+SRC_URI[md5sum] = "cda93857418655ea43590736fc3ca9fc"
+SRC_URI[sha256sum] = "62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a"
+
+inherit autotools texinfo update-alternatives
+
+ALTERNATIVE_${PN} = "dc"
+ALTERNATIVE_PRIORITY = "100"
+
+BBCLASSEXTEND = "native"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-06-06  7:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-05  8:10 [PATCH] [PATCH] bc:1.06 -> 1.07.1 Hong Liu
2018-06-05  8:10 ` [PATCH] [PATCH] [PATCH] bind:9.10.6 -> 9.10.7 Hong Liu
2018-06-06  6:56   ` Martin Hundebøll
2018-06-05  8:10 ` [PATCH] [PATCH] wpa-supplicant: fix the bug for PATCHTOOL = "patch" Hong Liu
2018-06-05 10:43   ` Peter Kjellerstedt
2018-06-05 10:50     ` Richard Purdie
2018-06-05 12:02       ` Peter Kjellerstedt
2018-06-05 17:05 ` [PATCH] [PATCH] bc:1.06 -> 1.07.1 Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.