From patchwork Mon May 2 11:32:43 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: angstrom-2010-preferred-versions.inc: prefer DBus 1.4.1 Date: Mon, 02 May 2011 11:32:43 -0000 From: Paul Menzel X-Patchwork-Id: 3067 Message-Id: <1304335963.3949.56.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org Date: Mon, 2 May 2011 13:26:24 +0200 Signed-off-by: Paul Menzel --- This patch should go in before [1] [oe] [PATCH] systemd: update to v26 because otherwise task configure fails with the following error. | checking for UDEV... yes | checking for DBUS... configure: error: Package requirements ( dbus-1 >= 1.3.2 ) were not met: | | Requested 'dbus-1 >= 1.3.2' but version of dbus is 1.2.24 | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables DBUS_CFLAGS | and DBUS_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | NOTE: package systemd-v26-r0: task do_configure: Failed [1] http://patches.openembedded.org/patch/3061/ --- .../include/angstrom-2010-preferred-versions.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc index 5c28440..ae01b57 100644 --- a/conf/distro/include/angstrom-2010-preferred-versions.inc +++ b/conf/distro/include/angstrom-2010-preferred-versions.inc @@ -14,7 +14,7 @@ PREFERRED_VERSION_automake = "1.11.1" PREFERRED_VERSION_automake-native = "1.11.1" PREFERRED_VERSION_busybox = "1.18.4" PREFERRED_VERSION_cairo = "1.10.0" -PREFERRED_VERSION_dbus = "1.2.24" +PREFERRED_VERSION_dbus = "1.4.1" PREFERRED_VERSION_dropbear = "0.52" PREFERRED_VERSION_fontconfig = "2.8.0" PREFERRED_VERSION_glib-2.0 = "2.28.0"