All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][PATCH 0/2] Update to new override syntax
@ 2021-08-09 13:09 Anthony Bagwell
  2021-08-09 13:09 ` [meta-java][PATCH 1/2] all: run convert-overrides (0.9.3) script to convert to new override format Anthony Bagwell
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Anthony Bagwell @ 2021-08-09 13:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: AJ Bagwell

This consists of two commits, the first is the result of running the
automatic migration script, the second is cleaning up some places
where it was over zealous.

I also had to rename the do_remove* tasks to do_delete* as the _remove
trips up the old syntax checker

AJ Bagwell (2):
  all: run convert-overrides (0.9.3) script to convert to new override
    format
  all: manual fixes for new override syntax

 classes/java-library.bbclass                  | 10 +--
 classes/openjdk-build-helper.bbclass          |  4 +-
 classes/openjdk-test-image.bbclass            |  2 +-
 classes/openjre-test-image.bbclass            |  2 +-
 recipes-core/ant/ant-native_1.8.1.bb          |  6 +-
 recipes-core/antlr/antlr_2.7.7.bb             |  6 +-
 .../ca-certificates-java_20180516.bb          | 12 +--
 .../cacao/cacao-initial-native_0.98.bb        |  2 +-
 recipes-core/cacao/cacao_git.bb               | 24 +++---
 .../classpath-initial-native_0.93.bb          |  2 +-
 .../classpath/classpath-native_0.99.bb        |  2 +-
 recipes-core/classpath/classpath.inc          | 38 +++++-----
 recipes-core/cup/cup_0.10k.bb                 |  8 +-
 recipes-core/fastjar/fastjar.inc              |  6 +-
 recipes-core/icedtea/icedtea7-native.inc      | 20 ++---
 .../icedtea/openjdk-7-release-03b147.inc      |  4 +-
 .../commons-beanutils_1.8.0.bb                |  2 +-
 .../commons-configuration_1.5.bb              |  2 +-
 .../jakarta-commons/commons-digester_1.8.bb   |  2 +-
 .../jakarta-commons/commons-discovery_0.4.bb  |  2 +-
 .../jakarta-commons/commons-el_1.0.bb         |  2 +-
 .../commons-fileupload_1.2.1.bb               |  2 +-
 .../jakarta-commons/commons-httpclient_3.1.bb |  4 +-
 .../jakarta-commons/commons-jxpath_1.3.bb     |  2 +-
 .../jakarta-commons/commons-net_1.4.1.bb      |  4 +-
 .../jamvm/jamvm-initial-native_1.4.5.bb       |  2 +-
 recipes-core/jamvm/jamvm.inc                  | 28 +++----
 recipes-core/jamvm/jamvm_git.bb               |  2 +-
 .../javasqlite/javasqlite_20150419.bb         | 10 +--
 recipes-core/jcraft/jsch_0.1.40.bb            |  4 +-
 recipes-core/jikes/jikes_1.22.bb              | 10 +--
 recipes-core/jlex/jlex_1.2.6.bb               |  8 +-
 recipes-core/junit/junit_3.8.2.bb             |  4 +-
 recipes-core/libmatthew/libmatthew.inc        | 22 +++---
 recipes-core/openjdk/openjdk-7-common.inc     | 76 +++++++++----------
 recipes-core/openjdk/openjdk-7_99b00-2.6.5.bb |  2 +-
 recipes-core/openjdk/openjdk-8-common.inc     | 16 ++--
 recipes-core/openjdk/openjdk-8-cross.inc      | 14 ++--
 recipes-core/openjdk/openjdk-8-native.inc     | 18 ++---
 .../openjdk/openjdk-8-release-aarch32.inc     | 30 ++++----
 .../openjdk/openjdk-8-release-aarch64.inc     | 16 ++--
 .../openjdk/openjdk-8-release-common.inc      | 53 ++++++-------
 recipes-core/openjdk/openjdk-8-release.inc    |  4 +-
 recipes-core/openjdk/openjdk-8_272.bb         | 24 +++---
 recipes-core/openjdk/openjre-8_272.bb         | 16 ++--
 recipes-core/rhino/rhino_1.7r4.bb             | 10 +--
 recipes-core/servlet-api/jsp2.0_5.5.26.bb     |  2 +-
 recipes-core/xalan-j/xalan-j_2.7.1.bb         |  4 +-
 recipes-core/xerces-j/xerces-j_2.11.0.bb      |  4 +-
 recipes-core/xml-commons/jaxme_0.5.2.bb       |  2 +-
 recipes-core/xml-commons/xom_1.2.10.bb        |  2 +-
 recipes-core/xml-commons/xpp3_1.1.3.4.O.bb    |  4 +-
 recipes-extended/dbus/dbus-java_2.7.bb        | 14 ++--
 recipes-extended/rxtx/rxtx_2.2.0.bb           | 18 ++---
 recipes-images/images/openjdk-7-test-image.bb |  2 +-
 recipes-images/images/openjdk-8-test-image.bb |  2 +-
 recipes-images/images/openjre-7-test-image.bb |  2 +-
 recipes-images/images/openjre-8-test-image.bb |  2 +-
 58 files changed, 299 insertions(+), 298 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-08-11  5:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 13:09 [meta-java][PATCH 0/2] Update to new override syntax Anthony Bagwell
2021-08-09 13:09 ` [meta-java][PATCH 1/2] all: run convert-overrides (0.9.3) script to convert to new override format Anthony Bagwell
2021-08-09 13:09 ` [meta-java][PATCH 2/2] all: manual fixes for new override syntax Anthony Bagwell
2021-08-09 13:46 ` [oe] [meta-java][PATCH 0/2] Update to " Richard Leitner
2021-08-09 13:58   ` Michael Opdenacker
2021-08-11  5:03     ` Richard Leitner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.