[OE-core] [PATCH 0/4] Patch cleanup

Paul Eggleton paul.eggleton at linux.intel.com
Wed Nov 19 08:53:19 UTC 2014


I've been doing some work with patch mangling lately, and it turns out
that quilt ignores some things in patches that git/patch won't - in
particular, certain types of already applied patches as well as patches
that add .orig files. This series cleans up those patches which failed
to apply with git am / git apply / patch for those reasons.


The following changes since commit e7b731a1a358e0007dba1038ad504888bec5916e:

  docbook-xsl-stylesheets: fix do_configure typo (2014-11-12 15:36:14 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/patch-cleanup
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/patch-cleanup

Paul Eggleton (4):
  openssh: drop already applied patch
  cmake: drop already applied patches
  xmodmap: drop already applied patch
  gtk+: drop part of patch adding useless file

 .../openssh/openssh/openssh-CVE-2014-2532.patch    |   22 -
 meta/recipes-connectivity/openssh/openssh_6.6p1.bb |    1 -
 meta/recipes-devtools/cmake/cmake.inc              |    2 -
 .../cmake/cmake/aarch64-cmake.patch                |   37 -
 .../cmake/cmake/aarch64-kwsys.patch                |   40 -
 .../gtk+/gtk+-2.24.24/hardcoded_libtool.patch      | 1779 --------------------
 .../xorg-app/xmodmap/gnu-source.patch              |   60 -
 meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb    |    2 -
 8 files changed, 1943 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/aarch64-cmake.patch
 delete mode 100644 meta/recipes-devtools/cmake/cmake/aarch64-kwsys.patch
 delete mode 100644 meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch

-- 
1.9.3




More information about the Openembedded-core mailing list