public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] e2fsprogs: configure with enable-symlink
@ 2016-09-14 16:25 Patrick Williams
  2016-09-14 19:50 ` André Draszik
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick Williams @ 2016-09-14 16:25 UTC (permalink / raw)
  To: openembedded-core; +Cc: Patrick Williams

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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-15  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14 16:25 [PATCH] e2fsprogs: configure with enable-symlink Patrick Williams
2016-09-14 19:50 ` André Draszik
2016-09-14 21:23   ` Martin Jansa
2016-09-15  2:21     ` Patrick Williams
2016-09-15  7:11       ` André Draszik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox