Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request
@ 2011-06-02  8:17 Dexuan Cui
  2011-06-02  8:17 ` [PATCH 1/2] recipes: Upstream-status --> Upstream-Status: for multiple patches Dexuan Cui
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dexuan Cui @ 2011-06-02  8:17 UTC (permalink / raw)
  To: openembedded-core

Upstream-status --> Upstream-Status:
As a keyword, it's case sensitive, so let's fix the lowercase s here.

The fix to send-pull-request:
I don't know why othes doesn't complain about this, but without this patch,
the script can't run properly in my side.


Thanks,
-- Dexuan

The following changes since commit 484c4e73245c93a08413cd204513bf5c5698b994:

  clutter-1.6: Add patch to update gettext macro version (2011-06-01 18:34:37 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dcui/master
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Dexuan Cui (2):
  recipes: Upstream-status --> Upstream-Status: for multiple patches
  send-pull-request: fix a small typo that fails the script

 .../eglibc/eglibc-2.13/IO-acquire-lock-fix.patch   |    2 +-
 .../eglibc-svn-arm-lowlevellock-include-tls.patch  |    2 +-
 .../eglibc/eglibc-2.13/mips-rld-map-check.patch    |    2 +-
 .../eglibc-2.13/shorten-build-commands.patch       |    2 +-
 .../eglibc/eglibc-2.13/stack-protector-test.patch  |    2 +-
 .../elfutils/elfutils-0.148/mempcpy.patch          |    2 +-
 .../ghostscript/ghostscript-9.02-genarch.patch     |    2 +-
 .../ghostscript-9.02-prevent_recompiling.patch     |    2 +-
 .../lttng/lttng-ust/uclibc-sched_getcpu.patch      |    2 +-
 scripts/send-pull-request                          |    2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

-- 
1.7.2




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

* [PATCH 1/2] recipes: Upstream-status --> Upstream-Status: for multiple patches
  2011-06-02  8:17 [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Dexuan Cui
@ 2011-06-02  8:17 ` Dexuan Cui
  2011-06-02  8:17 ` [PATCH 2/2] send-pull-request: fix a small typo that fails the script Dexuan Cui
  2011-06-02 13:51 ` [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Dexuan Cui @ 2011-06-02  8:17 UTC (permalink / raw)
  To: openembedded-core

As a keyword, Upstream-Status is case sensitive.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../eglibc/eglibc-2.13/IO-acquire-lock-fix.patch   |    2 +-
 .../eglibc-svn-arm-lowlevellock-include-tls.patch  |    2 +-
 .../eglibc/eglibc-2.13/mips-rld-map-check.patch    |    2 +-
 .../eglibc-2.13/shorten-build-commands.patch       |    2 +-
 .../eglibc/eglibc-2.13/stack-protector-test.patch  |    2 +-
 .../elfutils/elfutils-0.148/mempcpy.patch          |    2 +-
 .../ghostscript/ghostscript-9.02-genarch.patch     |    2 +-
 .../ghostscript-9.02-prevent_recompiling.patch     |    2 +-
 .../lttng/lttng-ust/uclibc-sched_getcpu.patch      |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch b/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch
index 7bfb67c..cf58035 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/IO-acquire-lock-fix.patch
@@ -1,6 +1,6 @@
 import http://sourceware.org/ml/libc-ports/2007-12/msg00000.html
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Index: libc/bits/stdio-lock.h
 ===================================================================
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch b/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch
index a667d56..4313aa5 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/eglibc-svn-arm-lowlevellock-include-tls.patch
@@ -7,7 +7,7 @@ In file included from ../nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c:21:
 ../nptl/sysdeps/unix/sysv/linux/lowlevellock.c:34: error: 'header' undeclared (first use in this function)
 make[4]: *** [/var/tmp/portage/sys-libs/glibc-2.7-r1/work/build-default-armv4l-unknown-linux-gnu-nptl/nptl/rtld-libc-lowlevellock.os] Error 1
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 --- libc/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h.orig
 +++ libc/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch b/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch
index 9740e17..7772e6f 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/mips-rld-map-check.patch
@@ -8,7 +8,7 @@ see also: http://sourceware.org/bugilla/show_bug.cgi?id=11615
 
 9/19/2010 - added by Qing He <qing.he@intel.com>
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 ---
 diff -ru glibc-2.10.1.orig/ports/sysdeps/mips/dl-machine.h glibc-2.10.1/ports/sysdeps/mips/dl-machine.h
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch b/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch
index 9153258..c17d58b 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/shorten-build-commands.patch
@@ -24,7 +24,7 @@ CodeSourcery
 	* Makerules ($(common-objpfx)includes.mk): Include and create
 	includes.mk.  Create includes.
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Index: libc/Makeconfig
 ===================================================================
diff --git a/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch b/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch
index 63a86c9..dbf70a9 100644
--- a/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch
+++ b/meta/recipes-core/eglibc/eglibc-2.13/stack-protector-test.patch
@@ -3,7 +3,7 @@ might have build the compiler with --disable-ssp which means ssp should not be
 enabled. Therefore we change the test to a link time test. It will fail if
 libssp is not available.
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
diff --git a/meta/recipes-devtools/elfutils/elfutils-0.148/mempcpy.patch b/meta/recipes-devtools/elfutils/elfutils-0.148/mempcpy.patch
index 2c1e823..218a57b 100644
--- a/meta/recipes-devtools/elfutils/elfutils-0.148/mempcpy.patch
+++ b/meta/recipes-devtools/elfutils/elfutils-0.148/mempcpy.patch
@@ -5,7 +5,7 @@ This patch may make sense for upstream but elfutils uses more
 glibc specific features like obstack_printf which are missing in
 uclibc they need to be fixed along to make it work all the way
 
-Upstream-status: Inappropriate[Elfutils uses more glibc specific features]
+Upstream-Status: Inappropriate[Elfutils uses more glibc specific features]
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
index 149f9fc..3c2a4c8 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
@@ -2,7 +2,7 @@ Import patch from windriver linux for cross compilation, and split patches
 into oe way under different directories such as i586, powerpc etc according 
 to Richard's opinion.
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Signed-off-by: Kang Kai <kai.kang@windriver.com>
 
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch
index def8596..8fde77f 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch
@@ -2,7 +2,7 @@ Just use commands provided by ghostscript-native, preventing recompile them when
 compile ghostscript.
 Way to enable cross compile.
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Signed-off-by: Kang Kai <kai.kang@windriver.com>
 
diff --git a/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch b/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
index 7102a69..7ab429c 100644
--- a/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
+++ b/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
@@ -6,7 +6,7 @@ this header is not needed even in eglibc case so it can be removed
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Index: ust-0.12/libust/tracer.h
 ===================================================================
-- 
1.7.2




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

* [PATCH 2/2] send-pull-request: fix a small typo that fails the script
  2011-06-02  8:17 [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Dexuan Cui
  2011-06-02  8:17 ` [PATCH 1/2] recipes: Upstream-status --> Upstream-Status: for multiple patches Dexuan Cui
@ 2011-06-02  8:17 ` Dexuan Cui
  2011-06-02 13:51 ` [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Dexuan Cui @ 2011-06-02  8:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 scripts/send-pull-request |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 5dfc246..4904a0d 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -73,7 +73,7 @@ while getopts "achp:t:" OPT; do
 	a)
 		AUTO_CL=1
 		# Fall through to include -c
-		;&
+		;;
 	c)
 		AUTO=1
 		GITSOBCC="--signed-off-by-cc"
-- 
1.7.2




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

* Re: [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request
  2011-06-02  8:17 [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Dexuan Cui
  2011-06-02  8:17 ` [PATCH 1/2] recipes: Upstream-status --> Upstream-Status: for multiple patches Dexuan Cui
  2011-06-02  8:17 ` [PATCH 2/2] send-pull-request: fix a small typo that fails the script Dexuan Cui
@ 2011-06-02 13:51 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-06-02 13:51 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-06-02 at 16:17 +0800, Dexuan Cui wrote:
> Upstream-status --> Upstream-Status:
> As a keyword, it's case sensitive, so let's fix the lowercase s here.
> 
> The fix to send-pull-request:
> I don't know why othes doesn't complain about this, but without this patch,
> the script can't run properly in my side.
> 
> 
> Thanks,
> -- Dexuan
> 
> The following changes since commit 484c4e73245c93a08413cd204513bf5c5698b994:
> 
>   clutter-1.6: Add patch to update gettext macro version (2011-06-01 18:34:37 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dcui/master
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master
> 
> Dexuan Cui (2):
>   recipes: Upstream-status --> Upstream-Status: for multiple patches
>   send-pull-request: fix a small typo that fails the script

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-06-02 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02  8:17 [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Dexuan Cui
2011-06-02  8:17 ` [PATCH 1/2] recipes: Upstream-status --> Upstream-Status: for multiple patches Dexuan Cui
2011-06-02  8:17 ` [PATCH 2/2] send-pull-request: fix a small typo that fails the script Dexuan Cui
2011-06-02 13:51 ` [PATCH 0/2] Upstream-status --> Upstream-Status and a fix to send-pull-request Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox