[poky] [PATCH 0/9] [PULL] base utils and libs upgrade

Saul Wold saul.wold at intel.com
Wed Nov 17 21:13:11 PST 2010


On 11/17/2010 07:12 PM, He, Qing wrote:
> On Thu, 2010-11-18 at 02:31 +0800, Wold, Saul wrote:
>> On 11/17/2010 12:39 AM, Qing He wrote:
>>>
>>>
>>> Pull URL: git://git.pokylinux.org/poky-contrib.git
>>>     Branch: qhe/distro
>>>     Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/distro
>>>
>>> Thanks,
>>>       Qing He
>>> ---
>>>
>> I will take this set of updates, but had one question below.
>>
>> Sau!
>>
>>>
>>> Qing He (9):
>>>     libnl: upgrade to version 2.0
>> Why did you remove the utils.c from the LIC_FILES_CHKSUM list?
>
> Saul,
> 	There is a major directory re-org of the libnl, so utils.c is
> not there anymore.
>
Please include this information in the commit message.

> 	There is however, some problem in this package. A new
> src/COPYING is introduced labeled GPLv3, but not a single file is under
> this license, all of them are still LGPLv2 or GPLv2.
>
If that is the case, we should keep the old recipe around also and label 
the new recipe as GPLv3, remember that depending on the working of v2 
licenses they can have newer versions of the license apply.

Since the upstream has chosen to include v3, we should keep the v2 version.

Sau!

> Thanks,
> Qing
>
>>
>>>     libtasn1: upgrade to version 2.8
>>>     syslinux: upgrade to version 4.03
>>>     busybox: upgrade to version 1.17.3
>>>     dbus: upgrade to version 1.4.0
>>>     dbus-glib: upgrade to version 0.88
>>>     dhcp: upgrade to version 4.2.0
>>>     sysstat: upgrade to version 9.1.5
>>>     openssl: upgrade to version 0.9.8p
>>>
>>>    .../dhcp-3.0.3-dhclient-dbus.patch                 |    0
>>>    .../fix-client-path.patch                          |    0
>>>    .../fixincludes.patch                              |    0
>>>    .../{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/noattrmode.patch |    0
>>>    .../dhcp/{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/site.h      |    0
>>>    .../dhcp/{dhcp_4.1.1-P1.bb =>   dhcp_4.2.0.bb}       |    2 +-
>>>    .../configure-targets.patch                        |    0
>>>    .../debian/ca.patch                                |    0
>>>    .../debian/config-hurd.patch                       |    0
>>>    .../debian/debian-targets.patch                    |    0
>>>    .../debian/engines-path.patch                      |    0
>>>    .../debian/kfreebsd-pipe.patch                     |    0
>>>    .../debian/make-targets.patch                      |    0
>>>    .../debian/man-dir.patch                           |    0
>>>    .../debian/man-section.patch                       |    0
>>>    .../debian/no-rpath.patch                          |    0
>>>    .../debian/no-symbolic.patch                       |    0
>>>    .../debian/perl-path.diff                          |    0
>>>    .../debian/pic.patch                               |    0
>>>    .../debian/pkg-config.patch                        |    0
>>>    .../debian/rc4-amd64.patch                         |    0
>>>    .../debian/rehash-crt.patch                        |    0
>>>    .../debian/rehash_pod.patch                        |    0
>>>    .../debian/series                                  |    0
>>>    .../debian/shared-lib-ext.patch                    |    0
>>>    .../debian/stddef.patch                            |    0
>>>    .../debian/valgrind.patch                          |    0
>>>    .../debian/version-script.patch                    |    0
>>>    .../shared-libs.patch                              |    0
>>>    .../{openssl_0.9.8o.bb =>   openssl_0.9.8p.bb}       |    0
>>>    .../B921600.patch                                  |    0
>>>    .../busybox-appletlib-dependency.patch             |    0
>>>    .../{busybox-1.16.2 =>   busybox-1.17.3}/defconfig   |    0
>>>    .../get_header_tar.patch                           |    0
>>>    .../make-382-fix.patch                             |    0
>>>    .../run-parts.in.usr-bin.patch                     |    6 +-
>>>    .../udhcpc-fix-nfsroot.patch                       |    0
>>>    .../udhcpscript.patch                              |    0
>>>    meta/recipes-core/busybox/busybox.inc              |    9 +++-
>>>    .../{busybox_1.16.2.bb =>   busybox_1.17.3.bb}       |    2 +-
>>>    .../dbus/dbus-1.2.24/fix-install-daemon.patch      |   56 --------------------
>>>    .../dbus/{dbus-1.2.24 =>   dbus-1.4.0}/dbus-1.init   |    0
>>>    .../dbus/{dbus-1.2.24 =>   dbus-1.4.0}/tmpdir.patch  |    0
>>>    .../fix_asneeded.patch                             |    0
>>>    .../no-examples.patch                              |    0
>>>    .../dbus/{dbus-glib_0.86.bb =>   dbus-glib_0.88.bb}  |    0
>>>    meta/recipes-core/dbus/dbus.inc                    |    1 -
>>>    .../dbus/{dbus_1.2.24.bb =>   dbus_1.4.0.bb}         |    2 +-
>>>    .../syslinux/files/cross-build.patch               |    7 ++-
>>>    .../{syslinux_3.86.bb =>   syslinux_4.03.bb}         |    2 +-
>>>    .../sysstat/{sysstat_9.1.4.bb =>   sysstat_9.1.5.bb} |    0
>>>    .../gnutls/{libtasn1_2.7.bb =>   libtasn1_2.8.bb}    |    2 +-
>>>    meta/recipes-support/libnl/libnl/compilefix.patch  |   12 ----
>>>    .../libnl/libnl/local-includes.patch               |   11 ----
>>>    .../libnl/{libnl_1.1.bb =>   libnl_2.0.bb}           |   11 ++--
>>>    55 files changed, 27 insertions(+), 96 deletions(-)
>>>    rename meta/recipes-connectivity/dhcp/{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/dhcp-3.0.3-dhclient-dbus.patch (100%)
>>>    rename meta/recipes-connectivity/dhcp/{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/fix-client-path.patch (100%)
>>>    rename meta/recipes-connectivity/dhcp/{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/fixincludes.patch (100%)
>>>    rename meta/recipes-connectivity/dhcp/{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/noattrmode.patch (100%)
>>>    rename meta/recipes-connectivity/dhcp/{dhcp-4.1.1-P1 =>   dhcp-4.2.0}/site.h (100%)
>>>    rename meta/recipes-connectivity/dhcp/{dhcp_4.1.1-P1.bb =>   dhcp_4.2.0.bb} (94%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/configure-targets.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/ca.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/config-hurd.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/debian-targets.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/engines-path.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/kfreebsd-pipe.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/make-targets.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/man-dir.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/man-section.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/no-rpath.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/no-symbolic.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/perl-path.diff (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/pic.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/pkg-config.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/rc4-amd64.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/rehash-crt.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/rehash_pod.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/series (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/shared-lib-ext.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/stddef.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/valgrind.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/debian/version-script.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl-0.9.8o =>   openssl-0.9.8p}/shared-libs.patch (100%)
>>>    rename meta/recipes-connectivity/openssl/{openssl_0.9.8o.bb =>   openssl_0.9.8p.bb} (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/B921600.patch (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/busybox-appletlib-dependency.patch (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/defconfig (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/get_header_tar.patch (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/make-382-fix.patch (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/run-parts.in.usr-bin.patch (82%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/udhcpc-fix-nfsroot.patch (100%)
>>>    rename meta/recipes-core/busybox/{busybox-1.16.2 =>   busybox-1.17.3}/udhcpscript.patch (100%)
>>>    rename meta/recipes-core/busybox/{busybox_1.16.2.bb =>   busybox_1.17.3.bb} (98%)
>>>    delete mode 100644 meta/recipes-core/dbus/dbus-1.2.24/fix-install-daemon.patch
>>>    rename meta/recipes-core/dbus/{dbus-1.2.24 =>   dbus-1.4.0}/dbus-1.init (100%)
>>>    rename meta/recipes-core/dbus/{dbus-1.2.24 =>   dbus-1.4.0}/tmpdir.patch (100%)
>>>    rename meta/recipes-core/dbus/{dbus-glib-0.86 =>   dbus-glib-0.88}/fix_asneeded.patch (100%)
>>>    rename meta/recipes-core/dbus/{dbus-glib-0.86 =>   dbus-glib-0.88}/no-examples.patch (100%)
>>>    rename meta/recipes-core/dbus/{dbus-glib_0.86.bb =>   dbus-glib_0.88.bb} (100%)
>>>    rename meta/recipes-core/dbus/{dbus_1.2.24.bb =>   dbus_1.4.0.bb} (64%)
>>>    rename meta/recipes-devtools/syslinux/{syslinux_3.86.bb =>   syslinux_4.03.bb} (99%)
>>>    rename meta/recipes-extended/sysstat/{sysstat_9.1.4.bb =>   sysstat_9.1.5.bb} (100%)
>>>    rename meta/recipes-support/gnutls/{libtasn1_2.7.bb =>   libtasn1_2.8.bb} (98%)
>>>    delete mode 100644 meta/recipes-support/libnl/libnl/compilefix.patch
>>>    delete mode 100644 meta/recipes-support/libnl/libnl/local-includes.patch
>>>    rename meta/recipes-support/libnl/{libnl_1.1.bb =>   libnl_2.0.bb} (61%)
>>>
>>> _______________________________________________
>>> poky mailing list
>>> poky at yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/poky
>>>
>>
>




More information about the poky mailing list