All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] yasm: Only depend on xmlto when docs are enabled
@ 2022-08-24 15:35 Mike Crowe
  2022-08-24 16:05 ` [oe] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Crowe @ 2022-08-24 15:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Mike Crowe

The yasm build system only requires xmlto when building its
documentation. It automatically detects whether it is present at
configure time.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
---
 meta-oe/recipes-devtools/yasm/yasm_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index 044fcbea7..3dd382be1 100644
--- a/meta-oe/recipes-devtools/yasm/yasm_git.bb
+++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb
@@ -4,7 +4,8 @@ HOMEPAGE = "http://www.tortall.net/projects/yasm/"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9"
 
-DEPENDS += "flex-native bison-native xmlto-native"
+DEPENDS += "flex-native bison-native"
+PACKAGECONFIG[docs] = ",,xmlto-native,"
 
 PV = "1.3.0+git${SRCPV}"
 # v1.3.0
-- 
2.30.2



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

end of thread, other threads:[~2022-08-24 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24 15:35 [meta-oe][PATCH] yasm: Only depend on xmlto when docs are enabled Mike Crowe
2022-08-24 16:05 ` [oe] " Khem Raj
2022-08-24 17:28   ` Mike Crowe
2022-08-24 17:53     ` Khem Raj

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.