]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
package_regex.inc: Add regex for atk
authorCristiana Voicu <cristiana.voicu@intel.com>
Thu, 15 Aug 2013 12:43:41 +0000 (15:43 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Aug 2013 10:22:54 +0000 (11:22 +0100)
This is GNOME, 2.[odd] are development releases.

Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/include/package_regex.inc

index b03601d094f9012a3402968bf12a1d43fb0156eb..e271cd8edc08c66f777009db28b3c073d5264550 100644 (file)
@@ -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/"