diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-10-07 16:41:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 15:40:36 +0100 |
commit | 5416b958be27fce1211af2e968df2779e730078d (patch) | |
tree | 740f983f20259374e794db07d11254f57347644e /meta-yocto/conf/distro/include/package_regex.inc | |
parent | 81e678bc0a6c727178d8216918234337f0b697e8 (diff) | |
download | poky-5416b958be27fce1211af2e968df2779e730078d.tar.gz |
maintainers.inc: remove obsolete recipes
This patch removes some references on imake, xorg-cf-files and transfig
from maintainers, distro_alias, recipe_color, package_regex and seperatebuilddir
files. Transfig, imake and the associated xorg-cf-files were removed.
(From meta-yocto rev: 5f26c40e6a62adcd68ddf3bbfa400aa28d78d2b6)
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/include/package_regex.inc')
-rw-r--r-- | meta-yocto/conf/distro/include/package_regex.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index 2f080dd9ff..89cd366dff 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc | |||
@@ -259,8 +259,6 @@ REGEX_URI_pn-tiff = "ftp://ftp.remotesensing.org/pub/libtiff/" | |||
259 | REGEX_pn-tiff = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 259 | REGEX_pn-tiff = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
260 | REGEX_URI_pn-tiff-native = "ftp://ftp.remotesensing.org/pub/libtiff/" | 260 | REGEX_URI_pn-tiff-native = "ftp://ftp.remotesensing.org/pub/libtiff/" |
261 | REGEX_pn-tiff-native = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" | 261 | REGEX_pn-tiff-native = "[hH][rR][eE][fF]=\"ftp://ftp.remotesensing.org:21/pub/libtiff/tiff-(?P<pver>((\d+[\.\-_]*)+))\.tar\.gz\"" |
262 | REGEX_URI_pn-transfig-native = "http://sourceforge.net/projects/mcj/files/mcj-source/" | ||
263 | REGEX_pn-transfig-native = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/mcj/files/mcj-source/transfig.(?P<pver>((\d+[\.\-_]*)+[a-z]?)).tar.gz/download\"" | ||
264 | REGEX_URI_pn-tslib = "http://sourceforge.net/projects/tslib.berlios/files/" | 262 | REGEX_URI_pn-tslib = "http://sourceforge.net/projects/tslib.berlios/files/" |
265 | REGEX_pn-tslib = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/tslib.berlios/files/tslib\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/download\"" | 263 | REGEX_pn-tslib = "[hH][rR][eE][fF]=\"http://sourceforge.net/projects/tslib.berlios/files/tslib\-(?P<pver>((\d+[\.\-_]*)+))\.tar\.bz2/download\"" |
266 | REGEX_URI_pn-tzdata = "ftp://ftp.iana.org/tz/releases/" | 264 | REGEX_URI_pn-tzdata = "ftp://ftp.iana.org/tz/releases/" |