diff options
author | Colin Walters <walters@verbum.org> | 2013-03-26 11:57:27 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-26 23:26:35 +0000 |
commit | 14878f34645f5e9a63d3c3be6d6fe558bbda9900 (patch) | |
tree | c231fe69ce72fa84077b45275dff380a21b2794f /meta/recipes-support/nspr | |
parent | be9f1c63aff93f9cdcb69d6cf5b4639690602af6 (diff) | |
download | openembedded-core-14878f34645f5e9a63d3c3be6d6fe558bbda9900.tar.gz openembedded-core-14878f34645f5e9a63d3c3be6d6fe558bbda9900.tar.bz2 openembedded-core-14878f34645f5e9a63d3c3be6d6fe558bbda9900.zip |
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 <walters@verbum.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nspr')
-rw-r--r-- | 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 e7af08d271..c37d0bcbd7 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: |