diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-16 13:38:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-16 13:38:47 +0200 |
commit | 844fc091db9ba8f3865ae7ba0a221d6da5005dc1 (patch) | |
tree | cfa1c27174d669ea2461507094996de377f618b7 /recipes/mozilla/nss_3.12.bb | |
parent | 195ba1b1bdfebdb7d083f9837e244266685f4a2c (diff) |
nss: make .pc file match do_install layout
Diffstat (limited to 'recipes/mozilla/nss_3.12.bb')
-rw-r--r-- | recipes/mozilla/nss_3.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mozilla/nss_3.12.bb b/recipes/mozilla/nss_3.12.bb index c41d0a83f7..c7bc02baf8 100644 --- a/recipes/mozilla/nss_3.12.bb +++ b/recipes/mozilla/nss_3.12.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/" LICENSE = "MPL1.1 GPL LGPL" -PR = "r1" +PR = "r2" DEPENDS = "sqlite3 nspr" |