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-devtools/file | |
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-devtools/file')
-rw-r--r-- | meta/recipes-devtools/file/file/ge-le.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/file/file/stringb-compat.patch | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/file/file/ge-le.patch b/meta/recipes-devtools/file/file/ge-le.patch index 7b7d8b60a4..fb7d671d6c 100644 --- a/meta/recipes-devtools/file/file/ge-le.patch +++ b/meta/recipes-devtools/file/file/ge-le.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | `>=' and `<=' was silently ignored in previous version, | 3 | `>=' and `<=' was silently ignored in previous version, |
2 | but causes an warning in file 5.04. Add support for these | 4 | but causes an warning in file 5.04. Add support for these |
3 | two operators as a feature extension, however, users should | 5 | two operators as a feature extension, however, users should |
diff --git a/meta/recipes-devtools/file/file/stringb-compat.patch b/meta/recipes-devtools/file/file/stringb-compat.patch index 055e43e30a..8aba31e99f 100644 --- a/meta/recipes-devtools/file/file/stringb-compat.patch +++ b/meta/recipes-devtools/file/file/stringb-compat.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | `B' in file 4.x has the same meaning with `W' in file 5, | 3 | `B' in file 4.x has the same meaning with `W' in file 5, |
2 | let `B' be an alias of `W'. | 4 | let `B' be an alias of `W'. |
3 | 5 | ||