Browse Source

meta-openembedded: use correct format of Upstream-Status

* some patches have also incorrect value, but e.g. "Unknown" is as good as
  "Pending" to me

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa 11 years ago
parent
commit
580fd6c743
19 changed files with 19 additions and 19 deletions
  1. 1 1
      meta-gnome/recipes-gnome/gdm/gdm-2.32.2/0001-Remove-user-switch-applet.patch
  2. 1 1
      meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-Fix-glib-includes.patch
  3. 1 1
      meta-gnome/recipes-gnome/gvfs/files/0001-gvfsfusedaemon.c-fix-glib-build.patch
  4. 1 1
      meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch
  5. 1 1
      meta-networking/recipes-daemons/vblade/files/cross.patch
  6. 1 1
      meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
  7. 1 1
      meta-oe/recipes-connectivity/networkmanager/networkmanager/0001-don-t-try-to-run-sbin-dhclient-to-get-the-version-nu.patch
  8. 1 1
      meta-oe/recipes-devtools/bootchart/bootchart/0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch
  9. 1 1
      meta-oe/recipes-devtools/bootchart/bootchart/0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch
  10. 1 1
      meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch
  11. 1 1
      meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch
  12. 1 1
      meta-oe/recipes-support/usb-modeswitch/usb-modeswitch/0001-usbmodeswitch-leave-stripping-to-packager.patch
  13. 1 1
      meta-oe/recipes-support/usb-modeswitch/usb-modeswitch/0002-usb-modeswitch-leave-script-munging-to-recipe.patch
  14. 1 1
      meta-webserver/recipes-httpd/hiawatha/files/xslt-fix.patch
  15. 1 1
      meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch
  16. 1 1
      meta-xfce/recipes-panel-plugins/datetime/files/0001-port-to-libxfce4ui.patch
  17. 1 1
      meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch
  18. 1 1
      meta-xfce/recipes-xfce/xfce4-session/files/0001-Handle-multiple-interactive-session-save-bug-5379.patch
  19. 1 1
      meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xsettings.xml-remove-trouble-causing-comment.patch

+ 1 - 1
meta-gnome/recipes-gnome/gdm/gdm-2.32.2/0001-Remove-user-switch-applet.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] Remove user switch applet
 
 This hasn't been updated to work with gnome-panel > 2.30.0, so just drop it
 
-Upstream-status: unacceptable, backport
+Upstream-Status: unacceptable, backport
 
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---

+ 1 - 1
meta-gnome/recipes-gnome/gnome-system-monitor/files/0001-Fix-glib-includes.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] Fix glib includes
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
-Upstream status: unknown
+Upstream-Status: unknown
 
 
 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

+ 1 - 1
meta-gnome/recipes-gnome/gvfs/files/0001-gvfsfusedaemon.c-fix-glib-build.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] gvfsfusedaemon.c: fix glib build
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
-Upstream-status: Applied but we can not use it because newer versions depend
+Upstream-Status: Applied but we can not use it because newer versions depend
 on gnome-disk-utiltity >= V3.02 which depends on gtk+ V3
 
 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

+ 1 - 1
meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] Fix glib includes
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
-Upstream status: unknown
+Upstream-Status: unknown
 
 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
 ---

+ 1 - 1
meta-networking/recipes-daemons/vblade/files/cross.patch

@@ -1,6 +1,6 @@
 Remove CC and CFLAGS values, we set these ourselves
 
-Upstream-status: Inappropriate [config]
+Upstream-Status: Inappropriate [config]
 
 diff -urN vblade-19.old//makefile vblade-19//makefile
 --- vblade-19.old//makefile	2008-10-08 22:07:40.000000000 +0100

+ 1 - 1
meta-oe/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] iw: version.sh: don't use git describe for versioning
 
 It will detect top-level git repositories like the Angstrom setup-scripts and break.
 
-Upstream-status: Unknown
+Upstream-Status: Unknown
 
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---

+ 1 - 1
meta-oe/recipes-connectivity/networkmanager/networkmanager/0001-don-t-try-to-run-sbin-dhclient-to-get-the-version-nu.patch

@@ -3,7 +3,7 @@ From: Koen Kooi <koen@dominion.thruhere.net>
 Date: Thu, 17 Nov 2011 11:17:42 +0100
 Subject: [PATCH] don't try to run /sbin/dhclient to get the version number, this break cross-compiling
 
-Upstream-status: Unknown
+Upstream-Status: Unknown
 
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---

+ 1 - 1
meta-oe/recipes-devtools/bootchart/bootchart/0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch

@@ -24,7 +24,7 @@ So no real way to get the actual SoC name, TI AM3359, but a lot better than 'Unk
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---
 
-Upstream-status: submitted
+Upstream-Status: submitted
 
  svg.c |    4 ++++
  1 file changed, 4 insertions(+)

+ 1 - 1
meta-oe/recipes-devtools/bootchart/bootchart/0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch

@@ -7,7 +7,7 @@ Subject: [PATCH 2/2] svg: open /etc/os-release and use PRETTY_NAME for the
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---
 
-Upstream-status: Submitted
+Upstream-Status: Submitted
 
  svg.c |   11 +++++++++++
  1 file changed, 11 insertions(+)

+ 1 - 1
meta-oe/recipes-devtools/php/php/0001-php-don-t-use-broken-wrapper-for-mkdir.patch

@@ -6,7 +6,7 @@ Subject: [PATCH] php: don't use broken wrapper for mkdir
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---
 
-Upstream-status: Inappropriate
+Upstream-Status: Inappropriate
 
  Makefile.global |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

+ 1 - 1
meta-oe/recipes-devtools/python/python-tornado/0001-disable-AI_ADDRCONFIG-flag.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] disable AI_ADDRCONFIG flag
 
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 
-Upstream-status: unknown
+Upstream-Status: unknown
 ---
  tornado/netutil.py |    6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)

+ 1 - 1
meta-oe/recipes-support/usb-modeswitch/usb-modeswitch/0001-usbmodeswitch-leave-stripping-to-packager.patch

@@ -6,7 +6,7 @@ Subject: [PATCH] usbmodeswitch: leave stripping to packager
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---
 
-Upstream-status: Unknown
+Upstream-Status: Unknown
 
  Makefile |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

+ 1 - 1
meta-oe/recipes-support/usb-modeswitch/usb-modeswitch/0002-usb-modeswitch-leave-script-munging-to-recipe.patch

@@ -6,7 +6,7 @@ Subject: [PATCH] usb-modeswitch: leave script munging to recipe
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 ---
 
-Upstream-status: Unknown
+Upstream-Status: Unknown
 
  Makefile |   13 +------------
  1 files changed, 1 insertions(+), 12 deletions(-)

+ 1 - 1
meta-webserver/recipes-httpd/hiawatha/files/xslt-fix.patch

@@ -1,4 +1,4 @@
-Upstream Status: Backport
+Upstream-Status: Backport
 Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
 ---
  src/xslt.c | 19 +++++++------------

+ 1 - 1
meta-xfce/recipes-apps/xfce4-screenshooter/files/0001-Fix-panel-plugin-build.patch

@@ -7,7 +7,7 @@ Subject: [PATCH] Fix panel plugin build.
 - Build as a module.
 - Only export needed symbols.
 ---
-Upstream-status: applied
+Upstream-Status: applied
  Makefile.am |   12 +++++++++---
  1 files changed, 9 insertions(+), 3 deletions(-)
 

+ 1 - 1
meta-xfce/recipes-panel-plugins/datetime/files/0001-port-to-libxfce4ui.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] port to libxfce4ui
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
-Upstream-status: pending
+Upstream-Status: pending
 
 
 Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>

+ 1 - 1
meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch

@@ -5,7 +5,7 @@ Subject: [PATCH] configure.ac.in: remove breaking BM_DEBUG_SUPPORT
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
-Upstream-status: pending
+Upstream-Status: pending
 
 
 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>

+ 1 - 1
meta-xfce/recipes-xfce/xfce4-session/files/0001-Handle-multiple-interactive-session-save-bug-5379.patch

@@ -9,7 +9,7 @@ anything on log out without session save.
 
 Based on original work by Chris Bainbridge (chris.bainbridge@gmail.com).
 ---
-Upstream-status: applied
+Upstream-Status: applied
  xfce4-session/xfsm-manager.c |   81 ++++++++++++++++++++++++-----------------
  1 files changed, 47 insertions(+), 34 deletions(-)
 

+ 1 - 1
meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings/0001-xsettings.xml-remove-trouble-causing-comment.patch

@@ -5,7 +5,7 @@ Subject: [PATCH 1/2] xsettings.xml: remove trouble causing comment
 MIME-Version: 1.0
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
-Upstream-status: Pending
+Upstream-Status: Pending
 
 
 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>