* [Buildroot] [PATCH] monkey: fix building with debugging symbols
@ 2015-06-30 10:55 Bartosz Golaszewski
2015-06-30 12:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2015-06-30 10:55 UTC (permalink / raw)
To: buildroot
Fix a typo in the monkey package - should be MONKEY_CONF_OPTS
instead of MONKEY_CONF_OPT.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
package/monkey/monkey.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/monkey/monkey.mk b/package/monkey/monkey.mk
index 2344f8c..419750e 100644
--- a/package/monkey/monkey.mk
+++ b/package/monkey/monkey.mk
@@ -47,7 +47,7 @@ MONKEY_POST_INSTALL_TARGET_HOOKS += MONKEY_REMOVE_DANGLING_SYMLINK
endif
ifeq ($(BR2_ENABLE_DEBUG),y)
-MONKEY_CONF_OPT += --debug
+MONKEY_CONF_OPTS += --debug
endif
define MONKEY_CONFIGURE_CMDS
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] monkey: fix building with debugging symbols
2015-06-30 10:55 [Buildroot] [PATCH] monkey: fix building with debugging symbols Bartosz Golaszewski
@ 2015-06-30 12:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-06-30 12:27 UTC (permalink / raw)
To: buildroot
Dear Bartosz Golaszewski,
On Tue, 30 Jun 2015 12:55:20 +0200, Bartosz Golaszewski wrote:
> Fix a typo in the monkey package - should be MONKEY_CONF_OPTS
> instead of MONKEY_CONF_OPT.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> package/monkey/monkey.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Indeed, I missed that. Thanks for spotting, applied!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-30 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 10:55 [Buildroot] [PATCH] monkey: fix building with debugging symbols Bartosz Golaszewski
2015-06-30 12:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox