[OE-core] [PATCH 0/6] Remove lost patches from oe-core

Ruslan Bilovol ruslan.bilovol at gmail.com
Sat Jan 26 12:57:54 UTC 2019


Working with recent oe-core I noticed that there are
patches not used by any recipe, which is confusing.
This is caused by mistakes in recipe upgrades, when
people remove patch from SRC_URI but forgets to
delete actual patch.
Instead of fixing only recipes I worked on,
I wrote a simple bash script which found all 6
lost patches in oe-core.

This patch series removes all of them

Ruslan Bilovol (6):
  lttng: drop lost patch
  bind: drop lost patch
  dhcp: drop lost patch
  connman: drop lost patch
  subversion: drop lost patch
  perl: drop lost patch

 ...0001-build-use-pkg-config-to-find-libxml2.patch |  54 ----------
 ...Add-prefixlen-to-iproute_default_function.patch |  63 -----------
 .../dhcp/0008-tweak-to-support-external-bind.patch | 117 ---------------------
 ...kefile.SH-Pod-Simple-requires-Getopt-Long.patch |  34 ------
 ...erf.m4-Regex-modified-to-allow-D-in-paths.patch |  32 ------
 ...trfs-Remove-unnecessary-fs_info-parameter.patch | 116 --------------------
 6 files changed, 416 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bind/bind/0001-build-use-pkg-config-to-find-libxml2.patch
 delete mode 100644 meta/recipes-connectivity/connman/connman/0001-inet-Add-prefixlen-to-iproute_default_function.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/0008-tweak-to-support-external-bind.patch
 delete mode 100644 meta/recipes-devtools/perl/perl/0001-Makefile.SH-Pod-Simple-requires-Getopt-Long.patch
 delete mode 100644 meta/recipes-devtools/subversion/subversion/serf.m4-Regex-modified-to-allow-D-in-paths.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-btrfs-Remove-unnecessary-fs_info-parameter.patch

-- 
1.9.1



More information about the Openembedded-core mailing list