* [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
* [Buildroot] [PATCH] package/devmem2: remove reference from package/Config.in
2019-09-23 20:22 [Buildroot] [PATCH] package/devmem2: remove reference from package/Config.in Max Filippov
@ 2019-09-23 20:34 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-09-23 20:34 UTC (permalink / raw)
To: buildroot
On Mon, 23 Sep 2019 13:22:31 -0700
Max Filippov <jcmvbkbc@gmail.com> wrote:
> 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>
Sorry about that, I fixed it in the mean time. The original devmem2
removal patch was no longer applying with git am, so I applied it
manually... and missed the removal of this important hunk.
Sorry about that :-/
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [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