Signed-off-by: Saul Wold <[email protected]> --- meta/recipes-support/npth/npth/pkgconfig.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/npth/npth/pkgconfig.patch b/meta/recipes-support/npth/npth/pkgconfig.patch index 55d12c2..178ed54 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 Upstream-Status: Incompatible [oe-core specific] Signed-off-by: Saul Wold <[email protected]> + Index: npth-1.1/src/npth.pc.in =================================================================== --- /dev/null @@ -16,7 +17,7 @@ Index: npth-1.1/src/npth.pc.in +Name: npth +Description: a new portable posix threading library +Version: @VERSION@ -+Libs: -L${libdir} -lnpth ++Libs: -L${libdir} -lnpth -lpthread +Cflags: -I${includedir} Index: npth-1.1/src/Makefile.am =================================================================== -- 1.8.3.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
