diff --git a/meta-oniro-core/recipes-core/gettext/gettext_%.bbappend b/meta-oniro-core/recipes-core/gettext/gettext_%.bbappend
deleted file mode 100644
index be47e65f2fac35e2eb8fd78d4589be1b952e9ae3..0000000000000000000000000000000000000000
--- a/meta-oniro-core/recipes-core/gettext/gettext_%.bbappend
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-# Use system libraries instead of internal bundled copies.
-# It's better for code size and security (fix bugs in one place),
-# and startup time of something only run on a developer machine
-# hardly matters.
-DEPENDS += "libxml2 libcroco glib-2.0"
-do_configure:prepend () {
-	# Get rid of forcing bundled library versions
-	sed -i \
-		-e 's,gl_LIBXML(\[yes\]),gl_LIBXML([no]),g' \
-		-e 's,gl_LIBCROCO(\[yes\]),gl_LIBCROCO([no]),g' \
-		-e 's,gl_LIBGLIB(\[yes\]),gl_LIBGLIB([no]),g' \
-		${S}/libtextstyle/gnulib-m4/gnulib-comp.m4
-	sed -i -e 's,force_included=yes,force_included=no,g' \
-		${S}/configure ${S}/*/configure
-}