From: Cristiana Voicu Date: Thu, 15 Aug 2013 12:43:41 +0000 (+0300) Subject: package_regex.inc: Add regex for atk X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4aeaf195e10ecf053acae768ff800c0245f4e15f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git package_regex.inc: Add regex for atk This is GNOME, 2.[odd] are development releases. Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index b03601d094f..e271cd8edc0 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc @@ -18,6 +18,7 @@ COMMON_REGEX = "((\d+[\.\-_]*)+)" #This will need to be changed a little bit when versions are bigger than 9. REGEX_URI_pn-acpid = "http://sourceforge.net/projects/acpid/files/acpid/" REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P(\d\.(\d+[\.\-_]*)+))/\"" +REGEX_pn-atk = "[hH][rR][eE][fF]=\"atk\-(?P(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P((\d+[\.\-_]*)+))/\"" REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/"