Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Sverzut Barbieri <barbieri@profusion.mobi>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] efl: fix target package dependency on util-linux (libmount).
Date: Tue,  3 Jan 2017 19:29:31 -0200	[thread overview]
Message-ID: <20170103212932.9254-2-barbieri@profusion.mobi> (raw)
In-Reply-To: <20170103212932.9254-1-barbieri@profusion.mobi>

use the correct variable (BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT) and do
not impose dependency on util-linux if not needed.

Signed-off-by: Gustavo Sverzut Barbieri <barbieri@profusion.mobi>
---
 package/efl/Config.in | 6 +++---
 package/efl/efl.mk    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/efl/Config.in b/package/efl/Config.in
index c51fc564d..542c354a8 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -17,9 +17,6 @@ config BR2_PACKAGE_EFL
 	# https://phab.enlightenment.org/T2728
 	select BR2_PACKAGE_LUAJIT # Lua support broken
 	select BR2_PACKAGE_LZ4
-	select BR2_PACKAGE_UTIL_LINUX
-	# libblkid is part of required tools, see EFL's README.
-	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
 	select BR2_PACKAGE_ZLIB
 	help
 	  Enlightenment Foundation Libraries
@@ -101,7 +98,10 @@ config BR2_PACKAGE_EFL_PULSEAUDIO
 
 config BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT
 	bool "Enable libmount support (recommended)"
+	select BR2_PACKAGE_UTIL_LINUX
 	select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
+	# libblkid is part of required tools, see EFL's README.
+	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
 	default y
 	help
 	  Libmount is used heavily inside Eeze for support of removable
diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index 2fe140a30..ab08946c4 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -20,7 +20,7 @@ EFL_LICENSE_FILES = \
 EFL_INSTALL_STAGING = YES
 
 EFL_DEPENDENCIES = host-pkgconf host-efl host-luajit dbus freetype \
-	jpeg luajit lz4 udev util-linux zlib
+	jpeg luajit lz4 udev zlib
 
 # Configure options:
 # --disable-lua-old: build elua for the target.
@@ -59,7 +59,7 @@ else
 EFL_CONF_OPTS += --disable-cxx-bindings
 endif
 
-ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBMOUNT),y)
+ifeq ($(BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT),y)
 EFL_DEPENDENCIES += util-linux
 EFL_CONF_OPTS += --enable-libmount
 else
-- 
2.11.0

  reply	other threads:[~2017-01-03 21:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-03 21:29 [Buildroot] [PATCH 0/2] efl: allow smaller builds Gustavo Sverzut Barbieri
2017-01-03 21:29 ` Gustavo Sverzut Barbieri [this message]
2017-01-03 22:37   ` [Buildroot] [PATCH 1/2] efl: fix target package dependency on util-linux (libmount) Romain Naour
2017-01-04  2:09     ` Gustavo Sverzut Barbieri
2017-01-05 23:20       ` Romain Naour
2017-01-06 12:42         ` Gustavo Sverzut Barbieri
2017-01-28  8:45         ` Thomas Petazzoni
2017-01-28  9:58   ` Thomas Petazzoni
2017-01-03 21:29 ` [Buildroot] [PATCH 2/2] efl: do not force dependency on libudev by making eeze a config option Gustavo Sverzut Barbieri
2017-01-03 22:20   ` Romain Naour
2017-01-04  1:10     ` Gustavo Sverzut Barbieri
2017-01-05 23:25       ` Romain Naour
2017-01-20 21:54   ` Romain Naour

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=20170103212932.9254-2-barbieri@profusion.mobi \
    --to=barbieri@profusion.mobi \
    --cc=buildroot@busybox.net \
    /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