From: Alexander Kanavin Date: Fri, 3 Jun 2016 09:14:50 +0000 (+0300) Subject: gdb: fix upstream check X-Git-Tag: uninative-1.3~780 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1c2f1bede35d9faddde5cb910ec76a00fab615d7;p=openembedded-core.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 a5a9adfa7c..09231434de 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}"