summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2022-08-24 16:35:39 +0100
committerKhem Raj <raj.khem@gmail.com>2022-08-24 16:59:55 -0700
commit14c47261c2a90d6aa96bf3ff83028eb9404c10ce (patch)
tree2daeb97287692162bac3aabde522b02c4cccf40d
parent8e6b9583d67ffa480e23ee61709e32dbbe17af41 (diff)
downloadmeta-openembedded-14c47261c2a90d6aa96bf3ff83028eb9404c10ce.tar.gz
yasm: Only depend on xmlto when docs are enabled
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/yasm/yasm_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index 044fcbea74..3dd382be1f 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/"
4 4
5LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9" 5LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9"
6 6
7DEPENDS += "flex-native bison-native xmlto-native" 7DEPENDS += "flex-native bison-native"
8PACKAGECONFIG[docs] = ",,xmlto-native,"
8 9
9PV = "1.3.0+git${SRCPV}" 10PV = "1.3.0+git${SRCPV}"
10# v1.3.0 11# v1.3.0