diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 18:05:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:09 +0000 |
commit | 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1 (patch) | |
tree | 2ab0583f3527a67d96ba0be8838d19b56ce44e68 /meta/recipes-support/nss | |
parent | 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624 (diff) | |
download | openembedded-core-contrib-73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1.tar.gz |
package_regex.inc: split the rest of the entries to their recipes
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/nss')
-rw-r--r-- | meta/recipes-support/nss/nss_3.19.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss_3.19.2.bb b/meta/recipes-support/nss/nss_3.19.2.bb index 23a4a1f8de0..65f32044c93 100644 --- a/meta/recipes-support/nss/nss_3.19.2.bb +++ b/meta/recipes-support/nss/nss_3.19.2.bb @@ -27,6 +27,9 @@ SRC_URI = "\ SRC_URI[md5sum] = "b02ffd1e8e8ef5f8512fa02d8ca9db3d" SRC_URI[sha256sum] = "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae" +UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" +UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes" + inherit siteinfo DEPENDS = "sqlite3 nspr zlib nss-native" |