mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02:00
npth: Upgrade to 1.1
Add patch for adding pkgconfig file. (From OE-Core rev: 7799ca5e72cd42830efa7e1b5f2dbddcf2495254) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2a7b8755c1
commit
2f7c9faf3a
48
meta/recipes-support/npth/npth/pkgconfig.patch
Normal file
48
meta/recipes-support/npth/npth/pkgconfig.patch
Normal file
@@ -0,0 +1,48 @@
|
||||
Added npth pkgconfig file
|
||||
|
||||
Upstream-Status: Incompatible [oe-core specific]
|
||||
|
||||
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
||||
Index: npth-1.1/src/npth.pc.in
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ npth-1.1/src/npth.pc.in
|
||||
@@ -0,0 +1,10 @@
|
||||
+prefix=@prefix@
|
||||
+exec_prefix=@exec_prefix@
|
||||
+libdir=@libdir@
|
||||
+includedir=@includedir@
|
||||
+
|
||||
+Name: npth
|
||||
+Description: a new portable posix threading library
|
||||
+Version: @VERSION@
|
||||
+Libs: -L${libdir} -lnpth
|
||||
+Cflags: -I${includedir}
|
||||
Index: npth-1.1/src/Makefile.am
|
||||
===================================================================
|
||||
--- npth-1.1.orig/src/Makefile.am
|
||||
+++ npth-1.1/src/Makefile.am
|
||||
@@ -27,8 +27,10 @@
|
||||
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
## Process this file with automake to produce Makefile.in
|
||||
+pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfig_DATA = npth.pc
|
||||
|
||||
-EXTRA_DIST = libnpth.vers
|
||||
+EXTRA_DIST = libnpth.vers npth.pc
|
||||
# versioninfo.rc.in
|
||||
nodist_include_HEADERS = npth.h
|
||||
|
||||
Index: npth-1.1/configure.ac
|
||||
===================================================================
|
||||
--- npth-1.1.orig/configure.ac
|
||||
+++ npth-1.1/configure.ac
|
||||
@@ -337,6 +337,7 @@ src/Makefile
|
||||
w32/Makefile
|
||||
tests/Makefile])
|
||||
AC_CONFIG_FILES(npth-config, chmod +x npth-config)
|
||||
+AC_CONFIG_FILES([src/npth.pc])
|
||||
AC_OUTPUT
|
||||
|
||||
echo "
|
||||
@@ -7,10 +7,11 @@ LIC_FILES_CHKSUM = "\
|
||||
file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\
|
||||
"
|
||||
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/npth/npth-${PV}.tar.bz2 \
|
||||
file://pkgconfig.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "36869bf10378ea08c155cd5c3580a1dd"
|
||||
SRC_URI[sha256sum] = "9ad49de376310effab7fdad69581054b0fa9023d062032d06e73058146c8f76e"
|
||||
SRC_URI[md5sum] = "aaffc8ef3e955ab50a1905809f268a23"
|
||||
SRC_URI[sha256sum] = "896c561eb2ec8da35f11828fb04a3fbff12d41ff657c799056d7dc4a66e5df7f"
|
||||
|
||||
BINCONFIG = "${bindir}/npth-config"
|
||||
|
||||
Reference in New Issue
Block a user