libpinyin: remove obsolete workaround
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user