| Submitter | Stefan Schmidt |
|---|---|
| Date | Feb. 2, 2011, 2:35 p.m. |
| Message ID | <1296657327-11166-1-git-send-email-stefan@buglabs.net> |
| Download | mbox | patch |
| Permalink | /patch/454/ |
| State | Accepted |
| Headers | show |
Comments
On (02/02/11 15:35), Stefan Schmidt wrote: > This allows the use of the new DBUS API which is needed by connman 0.68 and > higher. > > Signed-off-by: Stefan Schmidt <stefan@buglabs.net> I dont know if angstrom-2008 is still taking package verison upgrades but nonetheless Acked-by: Khem Raj <raj.khem@gmail.com> > --- > .../include/angstrom-2008-preferred-versions.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc > index c5e1a42..77e5e00 100644 > --- a/conf/distro/include/angstrom-2008-preferred-versions.inc > +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc > @@ -61,7 +61,7 @@ PREFERRED_VERSION_udev_libc-uclibc = "141" > UDEV_GE_141 = "1" > > PREFERRED_VERSION_usbutils = "0.86" > -PREFERRED_VERSION_wpa-supplicant = "0.6.9" > +PREFERRED_VERSION_wpa-supplicant = "0.7.3" > PREFERRED_VERSION_wget = "1.11.4" > PREFERRED_VERSION_xserver-common = "1.33" > PREFERRED_VERSION_xserver-kdrive = "1.4.0.90" > -- > 1.7.2.3 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
On 12/02/2011 00:22, Khem Raj wrote: > On (02/02/11 15:35), Stefan Schmidt wrote: >> This allows the use of the new DBUS API which is needed by connman 0.68 and >> higher. >> >> Signed-off-by: Stefan Schmidt<stefan@buglabs.net> > I dont know if angstrom-2008 is still taking package verison upgrades but > nonetheless > > Acked-by: Khem Raj<raj.khem@gmail.com> Think we can trust Stefan on this one. Acked-by: Graeme Gregory <dp@xora.org.uk> Graeme
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12-02-11 04:02, Graeme Gregory wrote: > On 12/02/2011 00:22, Khem Raj wrote: >> On (02/02/11 15:35), Stefan Schmidt wrote: >>> This allows the use of the new DBUS API which is needed by connman >>> 0.68 and >>> higher. >>> >>> Signed-off-by: Stefan Schmidt<stefan@buglabs.net> >> I dont know if angstrom-2008 is still taking package verison upgrades but >> nonetheless >> >> Acked-by: Khem Raj<raj.khem@gmail.com> > Think we can trust Stefan on this one. > > Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNVjTKMkyGM64RGpERArZ+AKC9e/+unLFLyNA6qlMeXZEr1ZRNWACdHOyh DNMrA+DfJ5jZrDg7ucxujg4= =7T6/ -----END PGP SIGNATURE-----
Hello. On Fri, 2011-02-11 at 16:22, Khem Raj wrote: > On (02/02/11 15:35), Stefan Schmidt wrote: > > This allows the use of the new DBUS API which is needed by connman 0.68 and > > higher. > > > > Signed-off-by: Stefan Schmidt <stefan@buglabs.net> > > I dont know if angstrom-2008 is still taking package verison upgrades but > nonetheless > > Acked-by: Khem Raj <raj.khem@gmail.com> Yes, they do. Koen acked this one in private as he had no mail access durin a trip. Patch is already pushed and of course I forgot to have a look at patchwork. Totally my fault. Will go through it now. regards Stefan Schmidt
Patch
diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index c5e1a42..77e5e00 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -61,7 +61,7 @@ PREFERRED_VERSION_udev_libc-uclibc = "141" UDEV_GE_141 = "1" PREFERRED_VERSION_usbutils = "0.86" -PREFERRED_VERSION_wpa-supplicant = "0.6.9" +PREFERRED_VERSION_wpa-supplicant = "0.7.3" PREFERRED_VERSION_wget = "1.11.4" PREFERRED_VERSION_xserver-common = "1.33" PREFERRED_VERSION_xserver-kdrive = "1.4.0.90"
This allows the use of the new DBUS API which is needed by connman 0.68 and higher. Signed-off-by: Stefan Schmidt <stefan@buglabs.net> --- .../include/angstrom-2008-preferred-versions.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)