Skip to content
Snippets Groups Projects
Unverified Commit 4a126055 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

gettext: Refactor long lines


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent f97377b2
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -5,11 +5,14 @@
# 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
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment