[meta-mingw][PATCH] gettext: Remove empty SRC_URI append
Kang Wenlin <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
From: Wenlin Kang <[email protected]> Remove unused SRC_URI:append:mingw32 that contains no files. Signed-off-by: Wenlin Kang <[email protected]> --- recipes-core/gettext/gettext_%.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-core/gettext/gettext_%.bbappend b/recipes-core/gettext/gettext_%.bbappend index 96f1dcf..6a1345e 100644 --- a/recipes-core/gettext/gettext_%.bbappend +++ b/recipes-core/gettext/gettext_%.bbappend @@ -10,8 +10,6 @@ EXTRA_OECONF:append:mingw32 = " --enable-static" CFLAGS:append:mingw32 = " -Wno-error=incompatible-pointer-types" FILESEXTRAPATHS:prepend:mingw32 := "${THISDIR}/${BPN}:" -SRC_URI:append:mingw32 = " \ - " FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll" FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll" -- 2.34.1