From: Mike Crowe <mac@mcrowe.com>
To: openembedded-devel@lists.openembedded.org
Cc: Mike Crowe <mac@mcrowe.com>
Subject: [meta-oe][PATCH] yasm: Only depend on xmlto when docs are enabled
Date: Wed, 24 Aug 2022 16:35:39 +0100 [thread overview]
Message-ID: <20220824153539.423878-1-mac@mcrowe.com> (raw)
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
next reply other threads:[~2022-08-24 15:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 15:35 Mike Crowe [this message]
2022-08-24 16:05 ` [oe] [meta-oe][PATCH] yasm: Only depend on xmlto when docs are enabled Khem Raj
2022-08-24 17:28 ` Mike Crowe
2022-08-24 17:53 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220824153539.423878-1-mac@mcrowe.com \
--to=mac@mcrowe.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.