diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-11 17:15:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | 12ba5cc32537ea931abfecf414965a19f30f3fcb (patch) | |
tree | be522a5df8c7393dcc333f66519dc006f91bb600 /meta/recipes-core | |
parent | 642e92f2cd67980a731ba21b570d8d1c6f4798e0 (diff) | |
download | poky-12ba5cc32537ea931abfecf414965a19f30f3fcb.tar.gz |
package_regex.inc: split GITTAGREGEX entries into recipe files
(From OE-Core rev: 589f5442372a7ab0f8bc40403e1739ce1cdd1cc0)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.22.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git.inc | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb index 03be9c0401..d9c01aac40 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb | |||
@@ -16,6 +16,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/glibc:" | |||
16 | 16 | ||
17 | SRCBRANCH ?= "release/${PV}/master" | 17 | SRCBRANCH ?= "release/${PV}/master" |
18 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 18 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" |
19 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | ||
19 | 20 | ||
20 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ | 21 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ |
21 | git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \ | 22 | git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \ |
diff --git a/meta/recipes-core/glibc/glibc_2.22.bb b/meta/recipes-core/glibc/glibc_2.22.bb index cbacfd4748..eeb97422f0 100644 --- a/meta/recipes-core/glibc/glibc_2.22.bb +++ b/meta/recipes-core/glibc/glibc_2.22.bb | |||
@@ -12,6 +12,7 @@ SRCREV ?= "a34d1c6afc86521d6ad17662a3b5362d8481514c" | |||
12 | SRCBRANCH ?= "release/${PV}/master" | 12 | SRCBRANCH ?= "release/${PV}/master" |
13 | 13 | ||
14 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 14 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" |
15 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | ||
15 | 16 | ||
16 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ | 17 | SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ |
17 | file://0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch \ | 18 | file://0004-Backport-https-sourceware.org-ml-libc-ports-2007-12-.patch \ |
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index dcb616d0d2..716a647ccd 100644 --- a/meta/recipes-core/uclibc/uclibc-git.inc +++ b/meta/recipes-core/uclibc/uclibc-git.inc | |||
@@ -21,3 +21,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ | |||
21 | file://0001-wire-in-syncfs.patch \ | 21 | file://0001-wire-in-syncfs.patch \ |
22 | " | 22 | " |
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | |||
25 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | ||
26 | |||