[poky] [PATCH] package_regex.inc: Add regex for atk
Cristiana Voicu
cristiana.voicu at intel.com
Thu Aug 15 05:43:41 PDT 2013
This is GNOME, 2.[odd] are development releases.
Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
---
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 b03601d..e271cd8 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<pver>(\d\.(\d+[\.\-_]*)+))/\""
+REGEX_pn-atk = "[hH][rR][eE][fF]=\"atk\-(?P<pver>(\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<pver>((\d+[\.\-_]*)+))/\""
REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/"
--
1.7.9.5
More information about the poky
mailing list