All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] libnl: upgrade to version 2.0
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
@ 2010-11-15  9:16 ` Qing He
  2010-11-16  1:27 ` [PATCH 2/9] libtasn1: upgrade to version 2.8 Qing He
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-15  9:16 UTC (permalink / raw)
  To: poky

from 1.1
removed outdated patches

Signed-off-by: Qing He <qing.he@intel.com>
---
 meta/recipes-support/libnl/libnl/compilefix.patch  |   12 ------------
 .../libnl/libnl/local-includes.patch               |   11 -----------
 .../libnl/{libnl_1.1.bb => libnl_2.0.bb}           |   11 +++++------
 3 files changed, 5 insertions(+), 29 deletions(-)
 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%)

diff --git a/meta/recipes-support/libnl/libnl/compilefix.patch b/meta/recipes-support/libnl/libnl/compilefix.patch
deleted file mode 100644
index f75ff28..0000000
--- a/meta/recipes-support/libnl/libnl/compilefix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: libnl-1.1/include/netlink-local.h
-===================================================================
---- libnl-1.1.orig/include/netlink-local.h	2009-09-04 10:10:09.000000000 +0100
-+++ libnl-1.1/include/netlink-local.h	2009-09-04 10:10:15.000000000 +0100
-@@ -26,6 +26,7 @@
- #include <sys/socket.h>
- #include <inttypes.h>
- #include <assert.h>
-+#include <limits.h>
- 
- #include <arpa/inet.h>
- #include <netdb.h>
diff --git a/meta/recipes-support/libnl/libnl/local-includes.patch b/meta/recipes-support/libnl/libnl/local-includes.patch
deleted file mode 100644
index 5af4630..0000000
--- a/meta/recipes-support/libnl/libnl/local-includes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libnl-1.0-pre6/Makefile.opts.in.orig	2006-08-24 14:57:42.000000000 +0200
-+++ libnl-1.0-pre6/Makefile.opts.in	2006-08-24 14:58:20.000000000 +0200
-@@ -10,7 +10,7 @@
- #
- 
- CC               := @CC@
--CFLAGS           := @CFLAGS@
-+CFLAGS           := -I./include -I. -I../include @CFLAGS@
- LDFLAGS          := @LDFLAGS@
- CPPFLAGS         := @CPPFLAGS@
- PACKAGE_NAME     := @PACKAGE_NAME@
diff --git a/meta/recipes-support/libnl/libnl_1.1.bb b/meta/recipes-support/libnl/libnl_2.0.bb
similarity index 61%
rename from meta/recipes-support/libnl/libnl_1.1.bb
rename to meta/recipes-support/libnl/libnl_2.0.bb
index 683df91..fa96215 100644
--- a/meta/recipes-support/libnl/libnl_1.1.bb
+++ b/meta/recipes-support/libnl/libnl_2.0.bb
@@ -4,13 +4,12 @@ SECTION = "libs/network"
 PRIORITY = "optional"
 
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc \
-                    file://src/utils.c;beginline=4;endline=9;md5=6e99dfba5cfd64e92b4eb2c7b31e5e4e"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
 
-PR = "r1"
+PR = "r0"
 
-SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz \
-          file://local-includes.patch;apply=yes \
-          file://compilefix.patch;apply=yes"
+SRC_URI= "http://www.infradead.org/~tgr/libnl/files/${PN}-${PV}.tar.gz"
 
 inherit autotools pkgconfig
+
+LEAD_SONAME = "libnl.so"
-- 
1.7.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 2/9] libtasn1: upgrade to version 2.8
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
  2010-11-15  9:16 ` [PATCH 1/9] libnl: upgrade to version 2.0 Qing He
@ 2010-11-16  1:27 ` Qing He
  2010-11-16  5:32 ` [PATCH 3/9] syslinux: upgrade to version 4.03 Qing He
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-16  1:27 UTC (permalink / raw)
  To: poky

from 2.7

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../gnutls/{libtasn1_2.7.bb => libtasn1_2.8.bb}    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 rename meta/recipes-support/gnutls/{libtasn1_2.7.bb => libtasn1_2.8.bb} (98%)

diff --git a/meta/recipes-support/gnutls/libtasn1_2.7.bb b/meta/recipes-support/gnutls/libtasn1_2.8.bb
similarity index 98%
rename from meta/recipes-support/gnutls/libtasn1_2.7.bb
rename to meta/recipes-support/gnutls/libtasn1_2.8.bb
index 8dc6265..791f914 100644
--- a/meta/recipes-support/gnutls/libtasn1_2.7.bb
+++ b/meta/recipes-support/gnutls/libtasn1_2.8.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
 
 #RREPLACES_${PN}-bin = "libtasn1 (<< 2.7)"
 
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
 
-- 
1.7.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 3/9] syslinux: upgrade to version 4.03
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
  2010-11-15  9:16 ` [PATCH 1/9] libnl: upgrade to version 2.0 Qing He
  2010-11-16  1:27 ` [PATCH 2/9] libtasn1: upgrade to version 2.8 Qing He
@ 2010-11-16  5:32 ` Qing He
  2010-11-17  2:51 ` [PATCH 4/9] busybox: upgrade to version 1.17.3 Qing He
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-16  5:32 UTC (permalink / raw)
  To: poky

from 3.86
rebased the patch

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../syslinux/files/cross-build.patch               |    7 ++++++-
 .../{syslinux_3.86.bb => syslinux_4.03.bb}         |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/syslinux/{syslinux_3.86.bb => syslinux_4.03.bb} (99%)

diff --git a/meta/recipes-devtools/syslinux/files/cross-build.patch b/meta/recipes-devtools/syslinux/files/cross-build.patch
index c90c7af..8115629 100644
--- a/meta/recipes-devtools/syslinux/files/cross-build.patch
+++ b/meta/recipes-devtools/syslinux/files/cross-build.patch
@@ -10,6 +10,10 @@ also AUXDIR stays in $(LIBDIR)/syslinux rather than $(DATADIR)/syslinux
 
 07/08/2010 - qhe
 
+updated for 4.03
+
+11/16/2010 - Qing He <qing.he@intel.com>
+
 ---
 diff --git a/MCONFIG b/MCONFIG
 index e9c16d3..4d49f33 100644
@@ -43,7 +47,8 @@ index e9c16d3..4d49f33 100644
 -CC	 = gcc
 +CC	 ?= gcc
  gcc_ok   = $(shell tmpf=gcc_ok.$$$$.tmp; \
- 		   if $(CC) $(1) -c $(topdir)/dummy.c -o $$tmpf 2>/dev/null ; \
+ 		   if $(CC) $(GCCOPT) $(1) -c $(topdir)/dummy.c \
+ 			-o $$tmpf 2>/dev/null ; \
  		   then echo '$(1)'; else echo '$(2)'; fi; \
  		   rm -f $$tmpf)
  
diff --git a/meta/recipes-devtools/syslinux/syslinux_3.86.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb
similarity index 99%
rename from meta/recipes-devtools/syslinux/syslinux_3.86.bb
rename to meta/recipes-devtools/syslinux/syslinux_4.03.bb
index 42295b5..74e3f60 100644
--- a/meta/recipes-devtools/syslinux/syslinux_3.86.bb
+++ b/meta/recipes-devtools/syslinux/syslinux_4.03.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
 # If you really want to run syslinux, you need mtools.  We just want the
 # ldlinux.* stuff for now, so skip mtools-native
 DEPENDS = "nasm-native"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/boot/syslinux/syslinux-${PV}.tar.bz2 \
            file://cross-build.patch"
-- 
1.7.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 4/9] busybox: upgrade to version 1.17.3
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (2 preceding siblings ...)
  2010-11-16  5:32 ` [PATCH 3/9] syslinux: upgrade to version 4.03 Qing He
@ 2010-11-17  2:51 ` Qing He
  2010-11-17 23:16   ` Scott Garman
  2010-11-17  4:35 ` [PATCH 5/9] dbus: upgrade to version 1.4.0 Qing He
                   ` (6 subsequent siblings)
  10 siblings, 1 reply; 15+ messages in thread
From: Qing He @ 2010-11-17  2:51 UTC (permalink / raw)
  To: poky

from 1.16.2
update license info: add checksum and change gplv2+ to gplv2

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../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 +-
 10 files changed, 12 insertions(+), 5 deletions(-)
 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%)

diff --git a/meta/recipes-core/busybox/busybox-1.16.2/B921600.patch b/meta/recipes-core/busybox/busybox-1.17.3/B921600.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/B921600.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/B921600.patch
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/busybox-appletlib-dependency.patch b/meta/recipes-core/busybox/busybox-1.17.3/busybox-appletlib-dependency.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/busybox-appletlib-dependency.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/busybox-appletlib-dependency.patch
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/defconfig b/meta/recipes-core/busybox/busybox-1.17.3/defconfig
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/defconfig
rename to meta/recipes-core/busybox/busybox-1.17.3/defconfig
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/get_header_tar.patch b/meta/recipes-core/busybox/busybox-1.17.3/get_header_tar.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/get_header_tar.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/get_header_tar.patch
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch b/meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/make-382-fix.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/run-parts.in.usr-bin.patch b/meta/recipes-core/busybox/busybox-1.17.3/run-parts.in.usr-bin.patch
similarity index 82%
rename from meta/recipes-core/busybox/busybox-1.16.2/run-parts.in.usr-bin.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/run-parts.in.usr-bin.patch
index bedb974..e01fdc7 100644
--- a/meta/recipes-core/busybox/busybox-1.16.2/run-parts.in.usr-bin.patch
+++ b/meta/recipes-core/busybox/busybox-1.17.3/run-parts.in.usr-bin.patch
@@ -13,9 +13,9 @@
 # Poky doesn't have debianutils, but let's keep it for safety
 # above comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
 
-diff -uNr busybox-1.15.3.orig//include/applets.h busybox-1.15.3/include/applets.h
---- busybox-1.15.3.orig//include/applets.h	2009-12-12 22:13:28.000000000 +0100
-+++ busybox-1.15.3/include/applets.h	2010-04-30 15:35:40.000000000 +0200
+diff -uNr busybox-1.15.3.orig//include/applets.src.h busybox-1.15.3/include/applets.src.h
+--- busybox-1.15.3.orig//include/applets.src.h	2009-12-12 22:13:28.000000000 +0100
++++ busybox-1.15.3/include/applets.src.h	2010-04-30 15:35:40.000000000 +0200
 @@ -323,7 +323,7 @@
  IF_RPM(APPLET(rpm, _BB_DIR_BIN, _BB_SUID_DROP))
  IF_RPM2CPIO(APPLET(rpm2cpio, _BB_DIR_USR_BIN, _BB_SUID_DROP))
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/udhcpc-fix-nfsroot.patch b/meta/recipes-core/busybox/busybox-1.17.3/udhcpc-fix-nfsroot.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/udhcpc-fix-nfsroot.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/udhcpc-fix-nfsroot.patch
diff --git a/meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch b/meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.16.2/udhcpscript.patch
rename to meta/recipes-core/busybox/busybox-1.17.3/udhcpscript.patch
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 24f9120..142c72f 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -2,8 +2,12 @@ SUMMARY = "Tiny versions of many common UNIX utilities in a single small executa
 DESCRIPTION = "BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system."
 HOMEPAGE = "http://www.busybox.net"
 BUGTRACKER = "https://bugs.busybox.net/"
+
 # bzip2 applet in busybox is based on lightly-modified bzip2 source
-LICENSE = "GPLv2+ & bzip2"
+# the GPL is version 2 only
+LICENSE = "GPLv2 & bzip2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb"
+
 SECTION = "base"
 PRIORITY = "required"
 
@@ -96,6 +100,9 @@ do_install () {
 	fi
 
 	install -m 0644 ${S}/busybox.links ${D}${sysconfdir}
+
+	# remove the temp dir to suppress warning, we are done with it
+	rm -rf ${D}/busybox
 }
 
 pkg_postinst_${PN} () {
diff --git a/meta/recipes-core/busybox/busybox_1.16.2.bb b/meta/recipes-core/busybox/busybox_1.17.3.bb
similarity index 98%
rename from meta/recipes-core/busybox/busybox_1.16.2.bb
rename to meta/recipes-core/busybox/busybox_1.17.3.bb
index 6e53502..473eabf 100644
--- a/meta/recipes-core/busybox/busybox_1.16.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.17.3.bb
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r3"
+PR = "r0"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://udhcpscript.patch \
-- 
1.7.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 5/9] dbus: upgrade to version 1.4.0
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (3 preceding siblings ...)
  2010-11-17  2:51 ` [PATCH 4/9] busybox: upgrade to version 1.17.3 Qing He
@ 2010-11-17  4:35 ` Qing He
  2010-11-17  4:37 ` [PATCH 6/9] dbus-glib: upgrade to version 0.88 Qing He
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-17  4:35 UTC (permalink / raw)
  To: poky

from 1.2.24

 - fix-install-daemon is removed since two binaries can be handled
   correctly by Makefile

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../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
 meta/recipes-core/dbus/dbus.inc                    |    1 -
 .../dbus/{dbus_1.2.24.bb => dbus_1.4.0.bb}         |    2 +-
 5 files changed, 1 insertions(+), 58 deletions(-)
 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_1.2.24.bb => dbus_1.4.0.bb} (64%)

diff --git a/meta/recipes-core/dbus/dbus-1.2.24/fix-install-daemon.patch b/meta/recipes-core/dbus/dbus-1.2.24/fix-install-daemon.patch
deleted file mode 100644
index edb63a5..0000000
--- a/meta/recipes-core/dbus/dbus-1.2.24/fix-install-daemon.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-# Update fix-daemon-install patch to use automake magic to avoid the wrapper scripts
-#
-# original by RP, updated to handle dbus-daemon-launch-helper by Kevin Tian <kevin.tian@intel.com>, 2010-07-10
-Index: dbus-1.2.14/bus/Makefile.am
-===================================================================
---- dbus-1.2.14.orig/bus/Makefile.am	2009-04-17 20:45:29.000000000 +0100
-+++ dbus-1.2.14/bus/Makefile.am	2009-11-13 09:47:24.000000000 +0000
-@@ -149,7 +149,7 @@ endif
- 
- ## we use noinst_PROGRAMS not check_PROGRAMS so that we build 
- ## even when not doing "make check"
--noinst_PROGRAMS=$(TESTS) dbus-daemon dbus-daemon-launch-helper-test dbus-daemon-launch-helper
-+noinst_PROGRAMS=$(TESTS) dbus-daemon-launch-helper-test
- 
- bus_test_system_SOURCES=			\
- 	$(XML_SOURCES)				\
-@@ -171,34 +171,22 @@ bus_test_SOURCES=				\
- bus_test_LDADD=$(top_builddir)/dbus/libdbus-convenience.la $(DBUS_BUS_LIBS)
- bus_test_LDFLAGS=@R_DYNAMIC_LDFLAG@
- 
-+dbusdaemondir = $(DBUS_DAEMONDIR)
-+dbusdaemon_PROGRAMS = dbus-daemon
-+
-+libexec_PROGRAMS = dbus-daemon-launch-helper
-+
- ## mop up the gcov files
- clean-local:
- 	/bin/rm *.bb *.bbg *.da *.gcov || true
- 
--uninstall-hook:
--	rm -f $(DESTDIR)$(DBUS_DAEMONDIR)/dbus-daemon
--	rm -f $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper
--
- install-data-hook:
--	if test '!' -d $(DESTDIR)$(DBUS_DAEMONDIR); then \
--		$(mkinstalldirs) $(DESTDIR)$(DBUS_DAEMONDIR); \
--		chmod 755 $(DESTDIR)$(DBUS_DAEMONDIR); \
--	fi
--	$(INSTALL_PROGRAM) dbus-daemon $(DESTDIR)$(DBUS_DAEMONDIR)
- 	$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus
- 	$(mkinstalldirs) $(DESTDIR)$(configdir)/system.d
- 	$(mkinstalldirs) $(DESTDIR)$(configdir)/session.d
- 	$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services
- 	$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/system-services
- 	$(mkinstalldirs) $(DESTDIR)$(libexecdir)/dbus-1
--	$(INSTALL_PROGRAM) dbus-daemon-launch-helper $(DESTDIR)$(libexecdir)
--	if test `id -u` -eq 0; then \
--		chown root:$(DBUS_USER) $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \
--		chmod 4750 $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper; \
--	else \
--		echo "Not installing $(DESTDIR)$(libexecdir)/dbus-daemon-launch-helper binary setuid!"; \
--		echo "You'll need to manually set permissions to root:$(DBUS_USER) and permissions 4750"; \
--	fi
- 
- #### Init scripts fun
- SCRIPT_IN_FILES=messagebus.in \
diff --git a/meta/recipes-core/dbus/dbus-1.2.24/dbus-1.init b/meta/recipes-core/dbus/dbus-1.4.0/dbus-1.init
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.2.24/dbus-1.init
rename to meta/recipes-core/dbus/dbus-1.4.0/dbus-1.init
diff --git a/meta/recipes-core/dbus/dbus-1.2.24/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.4.0/tmpdir.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.2.24/tmpdir.patch
rename to meta/recipes-core/dbus/dbus-1.4.0/tmpdir.patch
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index daf5960..402cf13 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -9,7 +9,6 @@ DEPENDS = "expat glib-2.0 virtual/libintl virtual/libx11 libsm"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
            file://tmpdir.patch; \
-           file://fix-install-daemon.patch; \
            file://dbus-1.init"
 
 inherit autotools pkgconfig gettext update-rc.d
diff --git a/meta/recipes-core/dbus/dbus_1.2.24.bb b/meta/recipes-core/dbus/dbus_1.4.0.bb
similarity index 64%
rename from meta/recipes-core/dbus/dbus_1.2.24.bb
rename to meta/recipes-core/dbus/dbus_1.4.0.bb
index 8e3e329..f331b14 100644
--- a/meta/recipes-core/dbus/dbus_1.2.24.bb
+++ b/meta/recipes-core/dbus/dbus_1.4.0.bb
@@ -1,3 +1,3 @@
 include dbus.inc
 
-PR = "r1"
+PR = "r0"
-- 
1.7.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 6/9] dbus-glib: upgrade to version 0.88
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (4 preceding siblings ...)
  2010-11-17  4:35 ` [PATCH 5/9] dbus: upgrade to version 1.4.0 Qing He
@ 2010-11-17  4:37 ` Qing He
  2010-11-17  5:55 ` [PATCH 7/9] dhcp: upgrade to version 4.2.0 Qing He
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-17  4:37 UTC (permalink / raw)
  To: poky

from 0.86

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../fix_asneeded.patch                             |    0
 .../no-examples.patch                              |    0
 .../dbus/{dbus-glib_0.86.bb => dbus-glib_0.88.bb}  |    0
 3 files changed, 0 insertions(+), 0 deletions(-)
 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%)

diff --git a/meta/recipes-core/dbus/dbus-glib-0.86/fix_asneeded.patch b/meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib-0.86/fix_asneeded.patch
rename to meta/recipes-core/dbus/dbus-glib-0.88/fix_asneeded.patch
diff --git a/meta/recipes-core/dbus/dbus-glib-0.86/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib-0.86/no-examples.patch
rename to meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch
diff --git a/meta/recipes-core/dbus/dbus-glib_0.86.bb b/meta/recipes-core/dbus/dbus-glib_0.88.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib_0.86.bb
rename to meta/recipes-core/dbus/dbus-glib_0.88.bb
-- 
1.7.0



^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 7/9] dhcp: upgrade to version 4.2.0
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (5 preceding siblings ...)
  2010-11-17  4:37 ` [PATCH 6/9] dbus-glib: upgrade to version 0.88 Qing He
@ 2010-11-17  5:55 ` Qing He
  2010-11-17  6:01 ` [PATCH 8/9] sysstat: upgrade to version 9.1.5 Qing He
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-17  5:55 UTC (permalink / raw)
  To: poky

from 4.1.1-P1

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../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 +-
 6 files changed, 1 insertions(+), 1 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%)

diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/dhcp-3.0.3-dhclient-dbus.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/dhcp-3.0.3-dhclient-dbus.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/dhcp-3.0.3-dhclient-dbus.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.0/dhcp-3.0.3-dhclient-dbus.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/fix-client-path.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/fix-client-path.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/fix-client-path.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.0/fix-client-path.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/fixincludes.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/fixincludes.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/fixincludes.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.0/fixincludes.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/noattrmode.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/noattrmode.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/noattrmode.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.0/noattrmode.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/site.h b/meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.1.1-P1/site.h
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.0/site.h
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.1.1-P1.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
similarity index 94%
rename from meta/recipes-connectivity/dhcp/dhcp_4.1.1-P1.bb
rename to meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
index e9759de..3f770d9 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.1.1-P1.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.0.bb
@@ -1,6 +1,6 @@
 require dhcp4.inc
 
-PR = "r1"
+PR = "r0"
 
 SRC_URI += "file://fixincludes.patch \
             file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
-- 
1.7.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 8/9] sysstat: upgrade to version 9.1.5
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (6 preceding siblings ...)
  2010-11-17  5:55 ` [PATCH 7/9] dhcp: upgrade to version 4.2.0 Qing He
@ 2010-11-17  6:01 ` Qing He
  2010-11-17  6:20 ` [PATCH 9/9] openssl: upgrade to version 0.9.8p Qing He
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-17  6:01 UTC (permalink / raw)
  To: poky

from 9.1.4

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../sysstat/{sysstat_9.1.4.bb => sysstat_9.1.5.bb} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-extended/sysstat/{sysstat_9.1.4.bb => sysstat_9.1.5.bb} (100%)

diff --git a/meta/recipes-extended/sysstat/sysstat_9.1.4.bb b/meta/recipes-extended/sysstat/sysstat_9.1.5.bb
similarity index 100%
rename from meta/recipes-extended/sysstat/sysstat_9.1.4.bb
rename to meta/recipes-extended/sysstat/sysstat_9.1.5.bb
-- 
1.7.0



^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 9/9] openssl: upgrade to version 0.9.8p
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (7 preceding siblings ...)
  2010-11-17  6:01 ` [PATCH 8/9] sysstat: upgrade to version 9.1.5 Qing He
@ 2010-11-17  6:20 ` Qing He
  2010-11-17 18:31 ` [PATCH 0/9] [PULL] base utils and libs upgrade Saul Wold
  2010-11-19 19:17 ` Saul Wold
  10 siblings, 0 replies; 15+ messages in thread
From: Qing He @ 2010-11-17  6:20 UTC (permalink / raw)
  To: poky

from 0.9.8o

Signed-off-by: Qing He <qing.he@intel.com>
---
 .../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
 24 files changed, 0 insertions(+), 0 deletions(-)
 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%)

diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/configure-targets.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/configure-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/configure-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/configure-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/ca.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/ca.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/ca.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/ca.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/config-hurd.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/config-hurd.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/config-hurd.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/config-hurd.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/debian-targets.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/debian-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/debian-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/debian-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/engines-path.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/engines-path.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/engines-path.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/engines-path.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/kfreebsd-pipe.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/kfreebsd-pipe.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/kfreebsd-pipe.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/kfreebsd-pipe.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/make-targets.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/make-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/make-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/make-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/man-dir.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/man-dir.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/man-dir.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/man-dir.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/man-section.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/man-section.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/man-section.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/man-section.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/no-rpath.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/no-rpath.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/no-rpath.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/no-rpath.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/no-symbolic.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/no-symbolic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/no-symbolic.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/no-symbolic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/perl-path.diff b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/perl-path.diff
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/perl-path.diff
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/perl-path.diff
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/pic.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/pic.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/pkg-config.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/pkg-config.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/rc4-amd64.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/rc4-amd64.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/rc4-amd64.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/rc4-amd64.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/rehash-crt.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/rehash-crt.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/rehash-crt.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/rehash-crt.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/rehash_pod.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/rehash_pod.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/rehash_pod.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/rehash_pod.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/series b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/series
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/series
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/series
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/shared-lib-ext.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/shared-lib-ext.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/shared-lib-ext.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/shared-lib-ext.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/stddef.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/stddef.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/stddef.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/stddef.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/valgrind.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/valgrind.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/valgrind.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/valgrind.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/version-script.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/version-script.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/debian/version-script.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/version-script.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8o/shared-libs.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/shared-libs.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8o/shared-libs.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8p/shared-libs.patch
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8o.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl_0.9.8o.bb
rename to meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
-- 
1.7.0



^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 0/9] [PULL] base utils and libs upgrade
@ 2010-11-17  8:39 Qing He
  2010-11-15  9:16 ` [PATCH 1/9] libnl: upgrade to version 2.0 Qing He
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Qing He @ 2010-11-17  8:39 UTC (permalink / raw)
  To: poky



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
---


Qing He (9):
  libnl: upgrade to version 2.0
  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%)



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 0/9] [PULL] base utils and libs upgrade
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (8 preceding siblings ...)
  2010-11-17  6:20 ` [PATCH 9/9] openssl: upgrade to version 0.9.8p Qing He
@ 2010-11-17 18:31 ` Saul Wold
  2010-11-18  3:12   ` Qing He
  2010-11-19 19:17 ` Saul Wold
  10 siblings, 1 reply; 15+ messages in thread
From: Saul Wold @ 2010-11-17 18:31 UTC (permalink / raw)
  To: Qing He; +Cc: poky@yoctoproject.org

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
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 4/9] busybox: upgrade to version 1.17.3
  2010-11-17  2:51 ` [PATCH 4/9] busybox: upgrade to version 1.17.3 Qing He
@ 2010-11-17 23:16   ` Scott Garman
  0 siblings, 0 replies; 15+ messages in thread
From: Scott Garman @ 2010-11-17 23:16 UTC (permalink / raw)
  To: poky

On 11/16/2010 06:51 PM, Qing He wrote:
> from 1.16.2
> update license info: add checksum and change gplv2+ to gplv2

This upgrade makes my previous make 3.82 pull request obsolete, as this
version of busybox builds fine on my Fedora 14 system.

Scott

-- 
Scott Garman
Embedded Linux Distro Engineer - Yocto Project


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 0/9] [PULL] base utils and libs upgrade
  2010-11-17 18:31 ` [PATCH 0/9] [PULL] base utils and libs upgrade Saul Wold
@ 2010-11-18  3:12   ` Qing He
  2010-11-18  5:13     ` Saul Wold
  0 siblings, 1 reply; 15+ messages in thread
From: Qing He @ 2010-11-18  3:12 UTC (permalink / raw)
  To: Wold, Saul; +Cc: poky@yoctoproject.org

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.

	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.

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@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
> >
> 


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 0/9] [PULL] base utils and libs upgrade
  2010-11-18  3:12   ` Qing He
@ 2010-11-18  5:13     ` Saul Wold
  0 siblings, 0 replies; 15+ messages in thread
From: Saul Wold @ 2010-11-18  5:13 UTC (permalink / raw)
  To: He, Qing; +Cc: poky@yoctoproject.org

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@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/poky
>>>
>>
>



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 0/9] [PULL] base utils and libs upgrade
  2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
                   ` (9 preceding siblings ...)
  2010-11-17 18:31 ` [PATCH 0/9] [PULL] base utils and libs upgrade Saul Wold
@ 2010-11-19 19:17 ` Saul Wold
  10 siblings, 0 replies; 15+ messages in thread
From: Saul Wold @ 2010-11-19 19:17 UTC (permalink / raw)
  To: poky

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
> ---
>
>
> Qing He (9):
>    libnl: upgrade to version 2.0
>    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
>
Pulled into Master

Thanks
    Sau!


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-11-19 19:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17  8:39 [PATCH 0/9] [PULL] base utils and libs upgrade Qing He
2010-11-15  9:16 ` [PATCH 1/9] libnl: upgrade to version 2.0 Qing He
2010-11-16  1:27 ` [PATCH 2/9] libtasn1: upgrade to version 2.8 Qing He
2010-11-16  5:32 ` [PATCH 3/9] syslinux: upgrade to version 4.03 Qing He
2010-11-17  2:51 ` [PATCH 4/9] busybox: upgrade to version 1.17.3 Qing He
2010-11-17 23:16   ` Scott Garman
2010-11-17  4:35 ` [PATCH 5/9] dbus: upgrade to version 1.4.0 Qing He
2010-11-17  4:37 ` [PATCH 6/9] dbus-glib: upgrade to version 0.88 Qing He
2010-11-17  5:55 ` [PATCH 7/9] dhcp: upgrade to version 4.2.0 Qing He
2010-11-17  6:01 ` [PATCH 8/9] sysstat: upgrade to version 9.1.5 Qing He
2010-11-17  6:20 ` [PATCH 9/9] openssl: upgrade to version 0.9.8p Qing He
2010-11-17 18:31 ` [PATCH 0/9] [PULL] base utils and libs upgrade Saul Wold
2010-11-18  3:12   ` Qing He
2010-11-18  5:13     ` Saul Wold
2010-11-19 19:17 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.