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/conf | |
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/conf')
-rw-r--r-- | meta/conf/distro/include/package_regex.inc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index ea628209cd..699d86963b 100644 --- a/meta/conf/distro/include/package_regex.inc +++ b/meta/conf/distro/include/package_regex.inc | |||
@@ -182,32 +182,6 @@ REGEX_URI_pn-pcmanfm = "http://sourceforge.net/projects/pcmanfm/files/PCManFM%20 | |||
182 | REGEX_URI_pn-libcgroup = "http://sourceforge.net/projects/libcg/files/libcgroup/" | 182 | REGEX_URI_pn-libcgroup = "http://sourceforge.net/projects/libcg/files/libcgroup/" |
183 | REGEX_URI_pn-cdrtools = "http://sourceforge.net/projects/cdrtools/files/alpha/" | 183 | REGEX_URI_pn-cdrtools = "http://sourceforge.net/projects/cdrtools/files/alpha/" |
184 | 184 | ||
185 | # GIT | ||
186 | GITTAGREGEX_COMMON = "(?P<pver>\d+\.\d+(\.\d+)*)" | ||
187 | |||
188 | GITTAGREGEX_pn-linux-yocto = "${GITTAGREGEX_COMMON}" | ||
189 | GITTAGREGEX_pn-linux-yocto-tiny = "${GITTAGREGEX_COMMON}" | ||
190 | GITTAGREGEX_pn-linux-yocto-dev = "${GITTAGREGEX_COMMON}" | ||
191 | GITTAGREGEX_pn-uclibc = "${GITTAGREGEX_COMMON}" | ||
192 | GITTAGREGEX_pn-glibc = "${GITTAGREGEX_COMMON}" | ||
193 | GITTAGREGEX_pn-cross-localedef = "${GITTAGREGEX_COMMON}" | ||
194 | GITTAGREGEX_pn-binutils = "binutils-(?P<pver>\d+_(\d_?)*)" | ||
195 | GITTAGREGEX_pn-bootchart2 = "${GITTAGREGEX_COMMON}" | ||
196 | GITTAGREGEX_pn-remake = "(?P<pver>(\d+(\.\d+)+)\+dbg.+)" | ||
197 | GITTAGREGEX_pn-tcf-agent = "(?P<pver>(\d+(\.\d+)+))" | ||
198 | GITTAGREGEX_pn-chkconfig-alternatives = "chkconfig-(?P<pver>(\d+(\.\d+)+))" | ||
199 | GITTAGREGEX_pn-sgmlspl = "(?P<pver>(\d+(\.\d+)+))" | ||
200 | |||
201 | # Exclude x.99.x versions | ||
202 | GITTAGREGEX_pn-mx-1.0 = "(?P<pver>^\d+(\.(?!99)\d+)+)" | ||
203 | |||
204 | # Blacklist a bogus tag | ||
205 | GITTAGREGEX_pn-file = "FILE(?P<pver>(?!6_23).+)" | ||
206 | GITTAGREGEX_pn-xinetd = "xinetd-(?P<pver>(?!20030122).+)" | ||
207 | |||
208 | # Blacklist debian-specific tags | ||
209 | GITTAGREGEX_pn-xf86-video-omapfb = "(?P<pver>\d+(\.\d+)+)(?!-)" | ||
210 | |||
211 | # Keep old gcc versions at their major versions | 185 | # Keep old gcc versions at their major versions |
212 | REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar" | 186 | REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar" |
213 | REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar" | 187 | REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar" |