Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] opkg-util: Fix documentation DEPENDS
@ 2019-06-27 13:53 Joshua Watt
  2019-06-27 16:23 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Watt @ 2019-06-27 13:53 UTC (permalink / raw)
  To: openembedded-core

opkg-utils requires perl to generate documentation in do_compile. If not
present, the documentation will be skipped, which is not reproducible.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb
index 4be7b16d8a2..2f1bf0d21ba 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/${BPN}/snapshot/${BPN}-${PV
 "
 UPSTREAM_CHECK_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/refs/"
 
+# Perl is required to generate documentation
+DEPENDS_class-target = "perl-native"
 
 SRC_URI[md5sum] = "8c140f835b694a0c27cfb23d2426a02b"
 SRC_URI[sha256sum] = "9ea9efdd9fe13661ad251e3a2860c1c93045adcfaa6659c3e86d9748ecda3b6e"
-- 
2.21.0



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

end of thread, other threads:[~2019-06-28  2:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27 13:53 [PATCH] opkg-util: Fix documentation DEPENDS Joshua Watt
2019-06-27 16:23 ` Burton, Ross
2019-06-28  2:53   ` Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox