diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-07-14 11:27:11 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:09:26 +0100 |
commit | 5863080b299fe8c8751f4c30dbd5d2e553df3d27 (patch) | |
tree | f31ab4d8adc3e6e819d06b603a3b1abb5d59c991 /meta-yocto | |
parent | d3809b77c418804a524b618b51c2af7661e22e93 (diff) | |
download | poky-5863080b299fe8c8751f4c30dbd5d2e553df3d27.tar.gz |
package_regex.inc: Add rules for clutter recipes
(From meta-yocto rev: 3beb2e5cd75db16be948cba4d7182d187c9b24a0)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index d2542b2a8c..ae677aea83 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc | |||
@@ -158,6 +158,10 @@ REGEX_pn-glib-networking = "${GNOME_STABLE}" | |||
158 | REGEX_pn-librsvg = "${GNOME_STABLE}" | 158 | REGEX_pn-librsvg = "${GNOME_STABLE}" |
159 | REGEX_pn-libsoup-2.4 = "${GNOME_STABLE}" | 159 | REGEX_pn-libsoup-2.4 = "${GNOME_STABLE}" |
160 | REGEX_pn-vala = "${GNOME_STABLE}" | 160 | REGEX_pn-vala = "${GNOME_STABLE}" |
161 | REGEX_pn-clutter-1.0 = "${GNOME_STABLE}" | ||
162 | REGEX_pn-clutter-gtk-1.0 = "${GNOME_STABLE}" | ||
163 | REGEX_pn-clutter-gst-3.0 = "${GNOME_STABLE}" | ||
164 | REGEX_pn-cogl-1.0 = "${GNOME_STABLE}" | ||
161 | 165 | ||
162 | # not GNOME related but uses same even-minor-release-is-stable logic | 166 | # not GNOME related but uses same even-minor-release-is-stable logic |
163 | REGEX_pn-dbus = "${GNOME_STABLE}" | 167 | REGEX_pn-dbus = "${GNOME_STABLE}" |