summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-support/npth
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-support/npth')
-rw-r--r--poky/meta/recipes-support/npth/npth_1.6.bb (renamed from poky/meta/recipes-support/npth/npth_1.5.bb)10
1 files changed, 7 insertions, 3 deletions
diff --git a/poky/meta/recipes-support/npth/npth_1.5.bb b/poky/meta/recipes-support/npth/npth_1.6.bb
index e7db6ae1b..8310efb10 100644
--- a/poky/meta/recipes-support/npth/npth_1.5.bb
+++ b/poky/meta/recipes-support/npth/npth_1.6.bb
@@ -10,14 +10,18 @@ SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
file://pkgconfig.patch \
"
-SRC_URI[md5sum] = "9ba2dc4302d2f32c66737c43ed191b1b"
-SRC_URI[sha256sum] = "294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2"
+SRC_URI[md5sum] = "375d1a15ad969f32d25f1a7630929854"
+SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1"
BINCONFIG = "${bindir}/npth-config"
-inherit autotools binconfig-disabled
+inherit autotools binconfig-disabled multilib_header
FILES_${PN} = "${libdir}/libnpth.so.*"
FILES_${PN}-dev += "${bindir}/npth-config"
+do_install_append() {
+ oe_multilib_header npth.h
+}
+
BBCLASSEXTEND = "native"