From 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 16:34:03 +0200 Subject: package_regex.inc: split entries which blacklist specific versions to their recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-devtools/gcc/gcc-4.9.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc') diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 6ac368558b..bcbc27ebbf 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc @@ -86,6 +86,8 @@ SRC_URI = "\ SRC_URI[md5sum] = "6f831b4d251872736e8e9cc09746f327" SRC_URI[sha256sum] = "2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e" +UPSTREAM_CHECK_REGEX = "gcc-(?P4\.9\.\d+).tar" + S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" -- cgit 1.2.3-korg