From 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 18:05:13 +0200 Subject: package_regex.inc: split the rest of the entries to their recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-support/nss/nss_3.19.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-support/nss') diff --git a/meta/recipes-support/nss/nss_3.19.2.bb b/meta/recipes-support/nss/nss_3.19.2.bb index 23a4a1f8de..65f32044c9 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.+)_release_notes" + inherit siteinfo DEPENDS = "sqlite3 nspr zlib nss-native" -- cgit 1.2.3-korg