diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-08-15 15:43:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:27:57 +0100 |
commit | ff39c793cb2566d19d109ddc73af68b881901806 (patch) | |
tree | 823157509297569fb77d4d555c628cfecb23aaf9 /meta-yocto/conf/distro | |
parent | 1b3f8ac9cffe29cd3b066544697df6c2e4292398 (diff) | |
download | poky-ff39c793cb2566d19d109ddc73af68b881901806.tar.gz |
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 <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro')
-rw-r--r-- | meta-yocto/conf/distro/include/package_regex.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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+[\.\-_]*)+)" | |||
18 | #This will need to be changed a little bit when versions are bigger than 9. | 18 | #This will need to be changed a little bit when versions are bigger than 9. |
19 | REGEX_URI_pn-acpid = "http://sourceforge.net/projects/acpid/files/acpid/" | 19 | REGEX_URI_pn-acpid = "http://sourceforge.net/projects/acpid/files/acpid/" |
20 | REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P<pver>(\d\.(\d+[\.\-_]*)+))/\"" | 20 | REGEX_pn-acpid = "[hH][rR][eE][fF]=\"/projects/acpid/files/acpid/(acpid\-)?(?P<pver>(\d\.(\d+[\.\-_]*)+))/\"" |
21 | REGEX_pn-atk = "[hH][rR][eE][fF]=\"atk\-(?P<pver>(\d+\.\d*[0|2|4|6|8]\.\d+))\.tar\.(gz|xz|bz2)\"" | ||
21 | REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" | 22 | REGEX_URI_pn-beecrypt = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" |
22 | REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" | 23 | REGEX_pn-beecrypt = "[hH][rR][eE][fF]=\"/projects/beecrypt/files/beecrypt/(?P<pver>((\d+[\.\-_]*)+))/\"" |
23 | REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" | 24 | REGEX_URI_pn-beecrypt-native = "http://sourceforge.net/projects/beecrypt/files/beecrypt/" |