From ff39c793cb2566d19d109ddc73af68b881901806 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Thu, 15 Aug 2013 15:43:41 +0300 Subject: [PATCH] package_regex.inc: Add regex for atk This is GNOME, 2.[odd] are development releases. (From meta-yocto rev: 4aeaf195e10ecf053acae768ff800c0245f4e15f) Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/include/package_regex.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index b03601d094..e271cd8edc 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/"