diff options
| -rw-r--r-- | meta/recipes-support/npth/npth/pkgconfig.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch index 55d12c220c..178ed54c22 100644 --- a/meta/recipes-support/npth/npth/pkgconfig.patch +++ b/meta/recipes-support/npth/npth/pkgconfig.patch | |||
| @@ -3,6 +3,7 @@ Added npth pkgconfig file | |||
| 3 | Upstream-Status: Incompatible [oe-core specific] | 3 | Upstream-Status: Incompatible [oe-core specific] |
| 4 | 4 | ||
| 5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | 5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
| 6 | |||
| 6 | Index: npth-1.1/src/npth.pc.in | 7 | Index: npth-1.1/src/npth.pc.in |
| 7 | =================================================================== | 8 | =================================================================== |
| 8 | --- /dev/null | 9 | --- /dev/null |
| @@ -16,7 +17,7 @@ Index: npth-1.1/src/npth.pc.in | |||
| 16 | +Name: npth | 17 | +Name: npth |
| 17 | +Description: a new portable posix threading library | 18 | +Description: a new portable posix threading library |
| 18 | +Version: @VERSION@ | 19 | +Version: @VERSION@ |
| 19 | +Libs: -L${libdir} -lnpth | 20 | +Libs: -L${libdir} -lnpth -lpthread |
| 20 | +Cflags: -I${includedir} | 21 | +Cflags: -I${includedir} |
| 21 | Index: npth-1.1/src/Makefile.am | 22 | Index: npth-1.1/src/Makefile.am |
| 22 | =================================================================== | 23 | =================================================================== |
