diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-05-17 16:15:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 17:15:30 +0100 |
commit | b0052e9467608cdc2e3b85f5b718e6b9c03d44ca (patch) | |
tree | 45255b042ab2be4cd0c2bbc0d6f749f11d381bb1 /meta/recipes-devtools | |
parent | 78a3cc9e8588e37badcd2ea02d2cf3b5a25ee5b8 (diff) | |
download | openembedded-core-b0052e9467608cdc2e3b85f5b718e6b9c03d44ca.tar.gz openembedded-core-b0052e9467608cdc2e3b85f5b718e6b9c03d44ca.tar.bz2 openembedded-core-b0052e9467608cdc2e3b85f5b718e6b9c03d44ca.zip |
recipes: Add upstream status information for patches
gypsy: Add upstream status information for gypsy's patch
alsa-utils: fix upstream status typo
pulseaudio: add upstream status for pulseaudio-0.9.15's patches
hostap: add upstream status for hostap's patch
glibc: add upstream status for glibc's patch
glib-2.0: add upstream status for glib-2.0's patch
mtd-utils: add upstream status for mtd-utils patches
add upstream status for opkg's patches
mark add_vercmp.patch as inappropriate since the added function is not
used.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
6 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch index fb776fddce..57d6a30d82 100644 --- a/meta/recipes-devtools/mtd/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch +++ b/meta/recipes-devtools/mtd/mtd-utils-1.4.1/add-exclusion-to-mkfs-jffs2-git-2.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + --- /tmp/mkfs.jffs2.c 2009-01-11 15:28:41.000000000 +0100 +++ git/mkfs.jffs2.c 2009-01-11 15:59:29.000000000 +0100 @@ -100,6 +100,11 @@ diff --git a/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git.patch b/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git.patch index 5555654490..60edb8f9da 100644 --- a/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git.patch +++ b/meta/recipes-devtools/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2-git.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + --- mkfs.jffs2.c | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils/fix-ignoreerrors-git.patch b/meta/recipes-devtools/mtd/mtd-utils/fix-ignoreerrors-git.patch index bec60a18c1..f532a27e9d 100644 --- a/meta/recipes-devtools/mtd/mtd-utils/fix-ignoreerrors-git.patch +++ b/meta/recipes-devtools/mtd/mtd-utils/fix-ignoreerrors-git.patch @@ -1,3 +1,5 @@ +Upstream-Status: Pending + --- nanddump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch b/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch index 4928db00be..24a4697222 100644 --- a/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch +++ b/meta/recipes-devtools/mtd/mtd-utils/remove-ubi.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [configuration] + --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/opkg/opkg-0.1.8/add_vercmp.patch b/meta/recipes-devtools/opkg/opkg-0.1.8/add_vercmp.patch index 540be83950..c3396d5890 100644 --- a/meta/recipes-devtools/opkg/opkg-0.1.8/add_vercmp.patch +++ b/meta/recipes-devtools/opkg/opkg-0.1.8/add_vercmp.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [other] + Index: trunk/libopkg/opkg.c =================================================================== --- trunk.orig/libopkg/opkg.c 2010-01-26 20:32:19.000000000 +0000 diff --git a/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch b/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch index d0711ecd0e..b3515a0f8e 100644 --- a/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch +++ b/meta/recipes-devtools/opkg/opkg-0.1.8/headerfix.patch @@ -2,6 +2,8 @@ Without this, the FILE reference in this header can cause compile issues. RP - 29/1/10 +Upstream-Status: Pending + Index: trunk/libopkg/pkg_dest.h =================================================================== --- trunk.orig/libopkg/pkg_dest.h 2010-01-29 09:37:22.000000000 +0000 |