aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gengetopt
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-28 22:15:45 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-28 22:37:15 -0800
commit4078a203e8de353d61f42c72fd82d9acba58c198 (patch)
treece8910b1e8c6d133d12193167de524e2f923dc41 /meta-oe/recipes-support/gengetopt
parent4db827198bf5837c90301ff175c668187a8cc8e9 (diff)
downloadmeta-openembedded-contrib-4078a203e8de353d61f42c72fd82d9acba58c198.tar.gz
recipes: Inherit missing texinfo for makeinfo program
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gengetopt')
-rw-r--r--meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb b/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb
index a31ad0d676..118e3c50c8 100644
--- a/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb
+++ b/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb
@@ -11,6 +11,6 @@ SRC_URI = "${GNU_MIRROR}/gengetopt/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "ea165d618640dbdecb42ae4491337965"
SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac"
-inherit autotools
+inherit autotools texinfo
BBCLASSEXTEND = "native nativesdk"