diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-28 22:15:45 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-28 22:37:15 -0800 |
commit | 4078a203e8de353d61f42c72fd82d9acba58c198 (patch) | |
tree | ce8910b1e8c6d133d12193167de524e2f923dc41 /meta-oe/recipes-devtools | |
parent | 4db827198bf5837c90301ff175c668187a8cc8e9 (diff) | |
download | meta-openembedded-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-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb index 57e364e1c..9d373fc98 100644 --- a/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb +++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
7 | 7 | ||
8 | DEPENDS = "flex-native readline ncurses" | 8 | DEPENDS = "flex-native readline ncurses" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools texinfo |
11 | 11 | ||
12 | SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \ | 12 | SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \ |
13 | file://0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch \ | 13 | file://0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch \ |