aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gpm
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/gpm
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/gpm')
-rw-r--r--meta-oe/recipes-support/gpm/gpm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb
index 7034d33858..3800d147f9 100644
--- a/meta-oe/recipes-support/gpm/gpm_git.bb
+++ b/meta-oe/recipes-support/gpm/gpm_git.bb
@@ -21,7 +21,7 @@ SRC_URI = "git://github.com/telmich/gpm;protocol=git \
S = "${WORKDIR}/git"
-inherit autotools-brokensep update-rc.d systemd
+inherit autotools-brokensep update-rc.d systemd texinfo
INITSCRIPT_NAME = "gpm"
INITSCRIPT_PARAMS = "defaults"