summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-05-26 20:11:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-26 22:43:46 +0100
commit374064caca5c9bf5c5a23cef93a492dfb3714f75 (patch)
tree500ea2fd733f1fb5df0eaa7f3592a13403be877e /meta-yocto
parentd60a2078ca7ca7417e67813c763ce6e077b6ae39 (diff)
downloadpoky-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.inc7
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
148REGEX_pn-glib-2.0 = "${GNOME_STABLE}" 148REGEX_pn-glib-2.0 = "${GNOME_STABLE}"
149REGEX_pn-atk = "${GNOME_STABLE}" 149REGEX_pn-atk = "${GNOME_STABLE}"
150REGEX_pn-at-spi2-core = "${GNOME_STABLE}"
151REGEX_pn-at-spi2-atk = "${GNOME_STABLE}"
152REGEX_pn-gdk-pixbuf = "${GNOME_STABLE}"
150REGEX_pn-gtk+ = "${GNOME2_STABLE}" 153REGEX_pn-gtk+ = "${GNOME2_STABLE}"
151REGEX_pn-gtk+3 = "${GNOME_STABLE}" 154REGEX_pn-gtk+3 = "${GNOME_STABLE}"
155REGEX_pn-gtk-engines = "${GNOME2_STABLE}"
156REGEX_pn-glib-networking = "${GNOME_STABLE}"
157REGEX_pn-librsvg = "${GNOME_STABLE}"
158REGEX_pn-libsoup-2.4 = "${GNOME_STABLE}"