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:37 +0000 |
commit | 10f40af173ec51cd6de130eb60511a9f1b444448 (patch) | |
tree | e20b954cd63b95154b4309ba52555cd3537c4e5f | |
parent | ff94f738b3f5a5142f4ef7f8f6a90d513918ca28 (diff) | |
download | poky-10f40af173ec51cd6de130eb60511a9f1b444448.tar.gz |
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)
(From OE-Core rev: 14878f34645f5e9a63d3c3be6d6fe558bbda9900)
Signed-off-by: Colin Walters <walters@verbum.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | |||
6 | 6 | ||
7 | Name: NSPR | 7 | Name: NSPR |
8 | Description: The Netscape Portable Runtime | 8 | Description: The Netscape Portable Runtime |
9 | Version: 4.8.9 | 9 | Version: 4.9.5 |
10 | Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl | 10 | Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread -ldl |
11 | Cflags: | 11 | Cflags: |