Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/devmem2: remove reference from package/Config.in
@ 2019-09-23 20:22 Max Filippov
  2019-09-23 20:34 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2019-09-23 20:22 UTC (permalink / raw)
  To: buildroot

Change that removed package/devmem2 didn't remove reference to it from
the package/Config.in. As a result make menuconfig fails with the
following message now:

  package/Config.in:428: can't open file "package/devmem2/Config.in"

Remove reference to the package/devmem2 from package/Config.in.

Cc: Carlos Santos <unixmania@gmail.com>
Fixes: 2b2579afebfc ("package/devmem2: remove package")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
 package/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/Config.in b/package/Config.in
index 2fc11065f68d..c336dfeda342 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -425,7 +425,6 @@ endmenu
 	source "package/dbus-glib/Config.in"
 	source "package/dbus-python/Config.in"
 	source "package/dbus-triggerd/Config.in"
-	source "package/devmem2/Config.in"
 	source "package/dfu-util/Config.in"
 	source "package/dmidecode/Config.in"
 	source "package/dmraid/Config.in"
-- 
2.11.0

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

end of thread, other threads:[~2019-09-23 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23 20:22 [Buildroot] [PATCH] package/devmem2: remove reference from package/Config.in Max Filippov
2019-09-23 20:34 ` Thomas Petazzoni

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