diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 19:15:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-02 16:57:21 +0000 |
commit | 9f734a34a3f22d0ca491d3805772c984a4528053 (patch) | |
tree | 6ea1033274b2d4f5849ee5a46e51ba754a47aa52 /meta | |
parent | e14c2a4986242d2a2c0eb070d4be550c56a3dded (diff) | |
download | poky-9f734a34a3f22d0ca491d3805772c984a4528053.tar.gz |
autoconf-archive: Add missing texinfo inherit
(From OE-Core rev: 0675fdcc2bd29ee98adf428bcb4758dc28bf1230)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb index 985a254fcc..13593d7bb3 100644 --- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb +++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" | |||
9 | SRC_URI[md5sum] = "d46413c8b00a125b1529bae385bbec55" | 9 | SRC_URI[md5sum] = "d46413c8b00a125b1529bae385bbec55" |
10 | SRC_URI[sha256sum] = "17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f" | 10 | SRC_URI[sha256sum] = "17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f" |
11 | 11 | ||
12 | inherit autotools allarch | 12 | inherit autotools allarch texinfo |
13 | 13 | ||
14 | PACKAGES = "${PN} ${PN}-doc" | 14 | PACKAGES = "${PN} ${PN}-doc" |
15 | 15 | ||