From f423284174983adf3c15f5a097c32ce9d8234f31 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 28 Nov 2016 15:34:24 +0200 Subject: npth: update to 1.3 (From OE-Core rev: 6dc89c80241907d22447d886b3d62df350c3546d) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/npth/npth_1.2.bb | 22 ---------------------- meta/recipes-support/npth/npth_1.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-support/npth/npth_1.2.bb create mode 100644 meta/recipes-support/npth/npth_1.3.bb diff --git a/meta/recipes-support/npth/npth_1.2.bb b/meta/recipes-support/npth/npth_1.2.bb deleted file mode 100644 index 66aa3474bd..0000000000 --- a/meta/recipes-support/npth/npth_1.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "New GNU Portable Threads library" -HOMEPAGE = "http://www.gnupg.org/software/pth/" -SECTION = "libs" -LICENSE = "LGPLv3+ & GPLv2+" -LIC_FILES_CHKSUM = "\ - file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ - file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\ - " -UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" -SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ - file://pkgconfig.patch \ - " - -SRC_URI[md5sum] = "226bac7374b9466c6ec26b1c34dab844" -SRC_URI[sha256sum] = "6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a" - -BINCONFIG = "${bindir}/npth-config" - -inherit autotools binconfig-disabled - -FILES_${PN} = "${libdir}/libnpth.so.*" -FILES_${PN}-dev += "${bindir}/npth-config" diff --git a/meta/recipes-support/npth/npth_1.3.bb b/meta/recipes-support/npth/npth_1.3.bb new file mode 100644 index 0000000000..d4fc064bf2 --- /dev/null +++ b/meta/recipes-support/npth/npth_1.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "New GNU Portable Threads library" +HOMEPAGE = "http://www.gnupg.org/software/pth/" +SECTION = "libs" +LICENSE = "LGPLv3+ & GPLv2+" +LIC_FILES_CHKSUM = "\ + file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ + file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\ + " +UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" +SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ + file://pkgconfig.patch \ + " + +SRC_URI[md5sum] = "efe1524c53670b5755dc27893d2d68a0" +SRC_URI[sha256sum] = "bca81940436aed0734eb8d0ff8b179e04cc8c087f5625204419f5f45d736a82a" + +BINCONFIG = "${bindir}/npth-config" + +inherit autotools binconfig-disabled + +FILES_${PN} = "${libdir}/libnpth.so.*" +FILES_${PN}-dev += "${bindir}/npth-config" -- cgit 1.2.3-korg