diff options
author | Mike Crowe <mac@mcrowe.com> | 2022-08-24 16:35:39 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-24 16:59:55 -0700 |
commit | 14c47261c2a90d6aa96bf3ff83028eb9404c10ce (patch) | |
tree | 2daeb97287692162bac3aabde522b02c4cccf40d | |
parent | 8e6b9583d67ffa480e23ee61709e32dbbe17af41 (diff) | |
download | meta-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.bb | 3 |
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 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9" |
6 | 6 | ||
7 | DEPENDS += "flex-native bison-native xmlto-native" | 7 | DEPENDS += "flex-native bison-native" |
8 | PACKAGECONFIG[docs] = ",,xmlto-native," | ||
8 | 9 | ||
9 | PV = "1.3.0+git${SRCPV}" | 10 | PV = "1.3.0+git${SRCPV}" |
10 | # v1.3.0 | 11 | # v1.3.0 |