Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] e2fsprogs: disable libblkid again
@ 2016-01-21  7:20 Koen Kooi
  2016-01-21  7:42 ` Robert Yang
  2016-01-21 20:32 ` Burton, Ross
  0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2016-01-21  7:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

We use the util-linux one and do_install deletes it anyway.

See OE-core commit fb8e776ea91c39d586b46400ad30aeea8dead1c4 for more info.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
index c82e99a..f244473 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
@@ -14,7 +14,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
 
 EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
                 --enable-elf-shlibs --disable-libuuid --disable-uuidd \
-                --enable-libblkid --enable-verbose-makecmds"
+                --disable-libblkid --enable-verbose-makecmds"
 
 EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
 
-- 
2.4.3



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

end of thread, other threads:[~2016-01-22  9:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21  7:20 [PATCH] e2fsprogs: disable libblkid again Koen Kooi
2016-01-21  7:42 ` Robert Yang
2016-01-21  7:44   ` Koen Kooi
2016-01-21 21:53     ` Richard Purdie
2016-01-21 20:32 ` Burton, Ross
2016-01-22  9:20   ` Robert Yang

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