diff options
author | Qing He <qing.he@intel.com> | 2011-05-12 11:13:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-13 11:02:14 +0100 |
commit | 9deb37367135b6f45c7fe5d836a08188fa882c1d (patch) | |
tree | b4f05b15c460943ddf4a9cdc3eb93a27b823f1da /meta/recipes-support/hal | |
parent | f8382175a1a5a6f3fdcfb55e73b8782a953b517c (diff) | |
download | poky-9deb37367135b6f45c7fe5d836a08188fa882c1d.tar.gz |
update patch upstream status
This patch includes the update of patch upstream status of the following
recipes (50 in all):
grub pciutils setserial dhcp iproute2 libnss-mdns nfs-utils openssl portmap
busybox coreutils dbus dropbear ncurses readline sysfsutils sysvinit tinylogin
udev update-rc.d util-linux elfutils file pkgconfig syslinux ubootchart
yaffs2 findutils gamin hdparm libaio libzypp parted procps sat-solver
screen sed sysklogd tcp-wrapper time zypper attr boost createrepo gnutls
hal js libgcrypt libnl libusb-compat
(From OE-Core rev: 1e6f767663b7d5fb6277fd2b214f4a50e24d4ffd)
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/hal')
4 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-support/hal/files/autoconf.diff b/meta/recipes-support/hal/files/autoconf.diff index eb30cccdbe..451a2525d9 100644 --- a/meta/recipes-support/hal/files/autoconf.diff +++ b/meta/recipes-support/hal/files/autoconf.diff | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
1 | --- hal-0.5.9/configure.in~ 2007-04-03 05:36:44.000000000 +0100 | 3 | --- hal-0.5.9/configure.in~ 2007-04-03 05:36:44.000000000 +0100 |
2 | +++ hal-0.5.9/configure.in 2007-04-03 10:29:39.000000000 +0100 | 4 | +++ hal-0.5.9/configure.in 2007-04-03 10:29:39.000000000 +0100 |
3 | @@ -6,7 +6,7 @@ | 5 | @@ -6,7 +6,7 @@ |
diff --git a/meta/recipes-support/hal/files/hal-right-input-h.patch b/meta/recipes-support/hal/files/hal-right-input-h.patch index f820b7790a..06697ed19d 100644 --- a/meta/recipes-support/hal/files/hal-right-input-h.patch +++ b/meta/recipes-support/hal/files/hal-right-input-h.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
1 | diff --git a/configure.in b/configure.in | 3 | diff --git a/configure.in b/configure.in |
2 | index e76ff51..5e8cc21 100644 | 4 | index e76ff51..5e8cc21 100644 |
3 | --- a/configure.in | 5 | --- a/configure.in |
diff --git a/meta/recipes-support/hal/files/sg-inhibit.patch b/meta/recipes-support/hal/files/sg-inhibit.patch index f0cc41448a..c655c29896 100644 --- a/meta/recipes-support/hal/files/sg-inhibit.patch +++ b/meta/recipes-support/hal/files/sg-inhibit.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- hal-0.5.9.1/hald/linux/probing/linux_dvd_rw_utils.c.old 2007-08-03 17:24:12.000000000 +0100 | 3 | --- hal-0.5.9.1/hald/linux/probing/linux_dvd_rw_utils.c.old 2007-08-03 17:24:12.000000000 +0100 |
2 | +++ hal-0.5.9.1/hald/linux/probing/linux_dvd_rw_utils.c 2007-08-03 17:25:06.000000000 +0100 | 4 | +++ hal-0.5.9.1/hald/linux/probing/linux_dvd_rw_utils.c 2007-08-03 17:25:06.000000000 +0100 |
3 | @@ -58,6 +58,10 @@ | 5 | @@ -58,6 +58,10 @@ |
diff --git a/meta/recipes-support/hal/hal/configure_fix.patch b/meta/recipes-support/hal/hal/configure_fix.patch index e8417040de..076e784e0b 100644 --- a/meta/recipes-support/hal/hal/configure_fix.patch +++ b/meta/recipes-support/hal/hal/configure_fix.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
1 | The AC_LANG sections upset libtool 2.2.2, as do .cpp files without a call | 3 | The AC_LANG sections upset libtool 2.2.2, as do .cpp files without a call |
2 | to AC_PROG_CXX. Easiest solution is to patch this out for now. | 4 | to AC_PROG_CXX. Easiest solution is to patch this out for now. |
3 | 5 | ||