summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/npth/npth/pkgconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/npth/npth/pkgconfig.patch')
-rw-r--r--meta/recipes-support/npth/npth/pkgconfig.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch
new file mode 100644
index 0000000000..55d12c220c
--- /dev/null
+++ b/meta/recipes-support/npth/npth/pkgconfig.patch
@@ -0,0 +1,48 @@
1Added npth pkgconfig file
2
3Upstream-Status: Incompatible [oe-core specific]
4
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6Index: npth-1.1/src/npth.pc.in
7===================================================================
8--- /dev/null
9+++ npth-1.1/src/npth.pc.in
10@@ -0,0 +1,10 @@
11+prefix=@prefix@
12+exec_prefix=@exec_prefix@
13+libdir=@libdir@
14+includedir=@includedir@
15+
16+Name: npth
17+Description: a new portable posix threading library
18+Version: @VERSION@
19+Libs: -L${libdir} -lnpth
20+Cflags: -I${includedir}
21Index: npth-1.1/src/Makefile.am
22===================================================================
23--- npth-1.1.orig/src/Makefile.am
24+++ npth-1.1/src/Makefile.am
25@@ -27,8 +27,10 @@
26 # License along with this program; if not, see <http://www.gnu.org/licenses/>.
27
28 ## Process this file with automake to produce Makefile.in
29+pkgconfigdir = $(libdir)/pkgconfig
30+pkgconfig_DATA = npth.pc
31
32-EXTRA_DIST = libnpth.vers
33+EXTRA_DIST = libnpth.vers npth.pc
34 # versioninfo.rc.in
35 nodist_include_HEADERS = npth.h
36
37Index: npth-1.1/configure.ac
38===================================================================
39--- npth-1.1.orig/configure.ac
40+++ npth-1.1/configure.ac
41@@ -337,6 +337,7 @@ src/Makefile
42 w32/Makefile
43 tests/Makefile])
44 AC_CONFIG_FILES(npth-config, chmod +x npth-config)
45+AC_CONFIG_FILES([src/npth.pc])
46 AC_OUTPUT
47
48 echo "