diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-16 15:04:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-16 15:34:12 +0200 |
commit | 0a9a9e89cdce311456e3d90e73014ce08d7a810f (patch) | |
tree | 4878e38b89ac6968df98780be14910f65684685f /recipes/mozilla/nss_3.12.6.bb | |
parent | 8fdfb4417be148bf9a07551ee31fe1c7e23abc4b (diff) |
nss: more pkgconfig fixes...
Diffstat (limited to 'recipes/mozilla/nss_3.12.6.bb')
-rw-r--r-- | recipes/mozilla/nss_3.12.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/mozilla/nss_3.12.6.bb b/recipes/mozilla/nss_3.12.6.bb index 6634613085..7da316fb14 100644 --- a/recipes/mozilla/nss_3.12.6.bb +++ b/recipes/mozilla/nss_3.12.6.bb @@ -1,6 +1,8 @@ DESCRIPTION = "Mozilla's SSL and TLS implementation" HOMEPAGE = "http://www.mozilla.org/projects/security/pki/nss/" +PR = "r1" + LICENSE = "MPL1.1 GPL LGPL" DEPENDS = "sqlite3 nspr" |