All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] autotools: don't special-case help2man-native for dependencies
@ 2020-07-16 11:55 Ross Burton
  2020-07-16 11:55 ` [PATCH 2/4] help2man: rewrite recipe Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ross Burton @ 2020-07-16 11:55 UTC (permalink / raw)
  To: openembedded-core

From: Ross Burton <ross.burton@arm.com>

help2man-native doesn't need to be handled specially, we can build it
normally or use INHIBIT_AUTOTOOLS_DEPS like everyone else.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 6c2a33ac72..1f3c771c69 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -5,7 +5,7 @@ def autotools_dep_prepend(d):
     pn = d.getVar('PN')
     deps = ''
 
-    if pn in ['autoconf-native', 'automake-native', 'help2man-native']:
+    if pn in ['autoconf-native', 'automake-native']:
         return deps
     deps += 'autoconf-native automake-native '
 
-- 
2.26.2


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

end of thread, other threads:[~2020-07-17  6:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 11:55 [PATCH 1/4] autotools: don't special-case help2man-native for dependencies Ross Burton
2020-07-16 11:55 ` [PATCH 2/4] help2man: rewrite recipe Ross Burton
2020-07-17  6:14   ` [OE-core] " Richard Purdie
     [not found]   ` <1622758F3BA9F568.2727@lists.openembedded.org>
2020-07-17  6:15     ` Richard Purdie
2020-07-16 11:55 ` [PATCH 3/4] flex: fix build with autoconf 2.70 Ross Burton
2020-07-16 11:55 ` [PATCH 4/4] nasm: " Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.