diff options
author | Ross Burton <ross.burton@intel.com> | 2015-05-26 20:11:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-26 22:43:46 +0100 |
commit | 374064caca5c9bf5c5a23cef93a492dfb3714f75 (patch) | |
tree | 500ea2fd733f1fb5df0eaa7f3592a13403be877e /meta-yocto | |
parent | d60a2078ca7ca7417e67813c763ce6e077b6ae39 (diff) | |
download | poky-374064caca5c9bf5c5a23cef93a492dfb3714f75.tar.gz |
distro/package_regex: Add extra patterns for GNOME stable release packages
(From meta-yocto rev: 2514f7642cebb761ce87f9fb7f20e09b741413e2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/include/package_regex.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index 7e383f67d6..83f02df3af 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc | |||
@@ -147,5 +147,12 @@ GNOME_STABLE = "(?P<pver>\d+\.(\d*[02468])+\.\d+)" | |||
147 | 147 | ||
148 | REGEX_pn-glib-2.0 = "${GNOME_STABLE}" | 148 | REGEX_pn-glib-2.0 = "${GNOME_STABLE}" |
149 | REGEX_pn-atk = "${GNOME_STABLE}" | 149 | REGEX_pn-atk = "${GNOME_STABLE}" |
150 | REGEX_pn-at-spi2-core = "${GNOME_STABLE}" | ||
151 | REGEX_pn-at-spi2-atk = "${GNOME_STABLE}" | ||
152 | REGEX_pn-gdk-pixbuf = "${GNOME_STABLE}" | ||
150 | REGEX_pn-gtk+ = "${GNOME2_STABLE}" | 153 | REGEX_pn-gtk+ = "${GNOME2_STABLE}" |
151 | REGEX_pn-gtk+3 = "${GNOME_STABLE}" | 154 | REGEX_pn-gtk+3 = "${GNOME_STABLE}" |
155 | REGEX_pn-gtk-engines = "${GNOME2_STABLE}" | ||
156 | REGEX_pn-glib-networking = "${GNOME_STABLE}" | ||
157 | REGEX_pn-librsvg = "${GNOME_STABLE}" | ||
158 | REGEX_pn-libsoup-2.4 = "${GNOME_STABLE}" | ||