From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx1.pokylinux.org (Postfix) with ESMTP id 66E374C80052 for ; Wed, 17 Nov 2010 12:31:56 -0600 (CST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 17 Nov 2010 10:31:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,212,1288594800"; d="scan'208";a="574797544" Received: from unknown (HELO [10.255.13.148]) ([10.255.13.148]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2010 10:31:55 -0800 Message-ID: <4CE41F9A.1020407@intel.com> Date: Wed, 17 Nov 2010 10:31:54 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Qing He References: In-Reply-To: Cc: "poky@yoctoproject.org" Subject: Re: [PATCH 0/9] [PULL] base utils and libs upgrade X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 18:31:56 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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? > 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@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky >