| Submitter | Paul Menzel |
|---|---|
| Date | May 2, 2011, 11:32 a.m. |
| Message ID | <1304335963.3949.56.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/3067/ |
| State | Accepted |
| Commit | ff5a9ce01041994f9f0dfe6e74bb98b413c2b53f |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02-05-11 13:32, Paul Menzel wrote: > Date: Mon, 2 May 2011 13:26:24 +0200 > > Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> > --- > This patch should go in before [1] I know, I have a similar patch (and others) queued locally. > > [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" > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNvqreMkyGM64RGpERAmKIAJ9w0RRThv+MshZMLSCpODjLCSt3DACgqT1w SgIeyg+ZuSMJxRZuT++nyJk= =TiSC -----END PGP SIGNATURE-----
Patch
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"
Date: Mon, 2 May 2011 13:26:24 +0200 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- 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(-)