Earlier commits bumped the upstream version, but we need to update our copy of the pkg-config file too.
(It'd probably be better to generate this at build time, otherwise this will be a trap people continually fall into) Signed-off-by: Colin Walters <[email protected]> --- meta/recipes-support/nspr/files/nspr.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
>From bd782ec46070a0c05ef0c5b13ef7d2844dd87690 Mon Sep 17 00:00:00 2001 From: Colin Walters <[email protected]> Date: Tue, 26 Mar 2013 11:57:27 -0400 Subject: [PATCH] nspr: Also update nspr.pc to 4.9.5 Earlier commits bumped the upstream version, but we need to update our copy of the pkg-config file too. (It'd probably be better to generate this at build time, otherwise this will be a trap people continually fall into) Signed-off-by: Colin Walters <[email protected]> --- meta/recipes-support/nspr/files/nspr.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/nspr/files/nspr.pc.in b/meta/recipes-support/nspr/files/nspr.pc.in index e7af08d..c37d0bc 100644 --- a/meta/recipes-support/nspr/files/nspr.pc.in +++ b/meta/recipes-support/nspr/files/nspr.pc.in @@ -6,6 +6,6 @@ includedir=OEINCDIR Name: NSPR Description: The Netscape Portable Runtime -Version: 4.8.9 +Version: 4.9.5 Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl Cflags: -- 1.7.1
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
