From: Jussi Kukkonen Date: Tue, 16 Jun 2015 11:59:40 +0000 (+0300) Subject: distro/package_regex.inc: Fix dbus version pattern X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afeff9cf964fe0616fe1439d76ddd90f0d62b8a1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git distro/package_regex.inc: Fix dbus version pattern D-Bus version x.y.z is unstable when y is odd. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index 4aeae8968cb..f26bc138990 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc @@ -157,3 +157,8 @@ REGEX_pn-gtk-engines = "${GNOME2_STABLE}" REGEX_pn-glib-networking = "${GNOME_STABLE}" REGEX_pn-librsvg = "${GNOME_STABLE}" REGEX_pn-libsoup-2.4 = "${GNOME_STABLE}" + +# not GNOME related but uses same even-minor-release-is-stable logic +REGEX_pn-dbus = "${GNOME_STABLE}" +REGEX_pn-dbus-test = "${GNOME_STABLE}" +