Modern g++ versions require operator== and operator!= for the DumpMemoryAllocator.
Moved over to github, where this commit has been accepted upstream. Signed-off-by: Douglas Royds <[email protected]> --- recipes-core/cacao/cacao_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bb index fef7f34..12b8db3 100644 --- a/recipes-core/cacao/cacao_git.bb +++ b/recipes-core/cacao/cacao_git.bb @@ -10,8 +10,8 @@ PROVIDES:class-native = "virtual/java-native" DEPENDS = "zlib libtool classpath virtual/javac-native bdwgc" RPROVIDES:${PN} = "java2-runtime" -SRCREV = "6c4694f9bd175386a8c451531e9a5ad97aa23b6f" -SRC_URI = "git://bitbucket.org/cacaovm/cacao.git;protocol=https;branch=master \ +SRCREV = "b29fd96d2fd1dd8afc897febdb5261371f2c9348" +SRC_URI = "git://github.com/tekknolagi/cacao.git;protocol=https;branch=master \ file://0001-java.in-Do-not-use-hardcode-paths.patch \ file://0002-cacao-use-system-s-boehm-garbage-collector.patch \ " -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124865): https://lists.openembedded.org/g/openembedded-devel/message/124865 Mute This Topic: https://lists.openembedded.org/mt/118149275/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
