From 72670f8298bde8211fc9c17f24af774280d60fd6 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sun, 21 Jul 2024 16:52:24 +0200 Subject: [PATCH] libpinyin: remove obsolete workaround --- recipes-support/libpinyin.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes-support/libpinyin.inc b/recipes-support/libpinyin.inc index 21c2b88..1a18a81 100644 --- a/recipes-support/libpinyin.inc +++ b/recipes-support/libpinyin.inc @@ -38,11 +38,4 @@ inherit cmake EXTRA_OECMAKE += "-DDOWNLOAD_MODEL_DATA_ARCHIVE=OFF" EXTRA_OECMAKE:class-native += "-DINSTALL_UTILS=ON -DDISABLE_DATA_GENERATION=ON" -# workaround for generator that can be executed only once: -# https://github.com/libpinyin/libpinyin/issues/128 -do_install:prepend() { - rm -f ${WORKDIR}/build/data/*.bin - rm -f ${WORKDIR}/build/data/*.db -} - BBCLASSEXTEND = "native"