From: Alexander Kanavin Date: Fri, 3 Jun 2016 09:14:50 +0000 (+0300) Subject: gdb: fix upstream check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2f1bede35d9faddde5cb910ec76a00fab615d7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gdb: fix upstream check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index a5a9adfa7cb..09231434dea 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -39,6 +39,8 @@ SRC_URI = "git://sourceware.org/git/binutils-gdb.git;branch=gdb-7.11-branch \ file://0011-avx_mpx.patch \ " +UPSTREAM_CHECK_GITTAGREGEX = "gdb\-(?P.+)\-release" + S = "${WORKDIR}/git" B = "${WORKDIR}/build-${TARGET_SYS}"