diff options
author | Ross Burton <ross.burton@intel.com> | 2015-06-02 14:47:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-03 16:38:49 +0100 |
commit | 8b5cb8618a8cee0aaa0234e1f5f287e2f1f96043 (patch) | |
tree | 0cdf35d8ce493121281280b891327d0da93cbae4 /meta-yocto | |
parent | 8313d6e30d6d1723e51081534a3b0d06fad28dfe (diff) | |
download | poky-8b5cb8618a8cee0aaa0234e1f5f287e2f1f96043.tar.gz |
distro/package_regex: add stable branch regex for Pango
(From meta-yocto rev: 955e2af19383b7389cbdd931d838cfab1e258b74)
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 | 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 83f02df3af..4aeae8968c 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc | |||
@@ -150,6 +150,7 @@ REGEX_pn-atk = "${GNOME_STABLE}" | |||
150 | REGEX_pn-at-spi2-core = "${GNOME_STABLE}" | 150 | REGEX_pn-at-spi2-core = "${GNOME_STABLE}" |
151 | REGEX_pn-at-spi2-atk = "${GNOME_STABLE}" | 151 | REGEX_pn-at-spi2-atk = "${GNOME_STABLE}" |
152 | REGEX_pn-gdk-pixbuf = "${GNOME_STABLE}" | 152 | REGEX_pn-gdk-pixbuf = "${GNOME_STABLE}" |
153 | REGEX_pn-pango = "${GNOME_STABLE}" | ||
153 | REGEX_pn-gtk+ = "${GNOME2_STABLE}" | 154 | REGEX_pn-gtk+ = "${GNOME2_STABLE}" |
154 | REGEX_pn-gtk+3 = "${GNOME_STABLE}" | 155 | REGEX_pn-gtk+3 = "${GNOME_STABLE}" |
155 | REGEX_pn-gtk-engines = "${GNOME2_STABLE}" | 156 | REGEX_pn-gtk-engines = "${GNOME2_STABLE}" |