From: Patrick Williams <patrick@stwcx.xyz>
To: openembedded-core@lists.openembedded.org
Cc: Patrick Williams <patrick@stwcx.xyz>
Subject: [PATCH] e2fsprogs: configure with enable-symlink
Date: Wed, 14 Sep 2016 11:25:19 -0500 [thread overview]
Message-ID: <20160914162519.16212-1-patrick@stwcx.xyz> (raw)
The /sbin/fsck.ext[234] programs currently installed are all
the same binary as e2fsck. The package provides an option to
have fsck.ext[234] be symlinked to /sbin/e2fsck instead. This
reduces the uncompressed footprint of this package by ~1MB on ARM.
Add --enable-symlink-install to EXTRA_OECONF to enable.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
---
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
index f4855bc..d6db612 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.bb
@@ -18,7 +18,8 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
--enable-elf-shlibs --disable-libuuid --disable-uuidd \
- --disable-libblkid --enable-verbose-makecmds"
+ --disable-libblkid --enable-verbose-makecmds \
+ --enable-symlink-install"
EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
--
2.9.0
next reply other threads:[~2016-09-14 16:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 16:25 Patrick Williams [this message]
2016-09-14 19:50 ` [PATCH] e2fsprogs: configure with enable-symlink André Draszik
2016-09-14 21:23 ` Martin Jansa
2016-09-15 2:21 ` Patrick Williams
2016-09-15 7:11 ` André Draszik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160914162519.16212-1-patrick@stwcx.xyz \
--to=patrick@stwcx.xyz \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox