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 | |
| 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>
| -rw-r--r-- | meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/indent/indent_2.2.12.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/nana/nana_2.5.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/gpm/gpm_git.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/iksemel/iksemel_1.5.bb | 2 |
6 files changed, 6 insertions, 7 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 57e364e1ca..9d373fc989 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 \ |
diff --git a/meta-oe/recipes-extended/indent/indent_2.2.12.bb b/meta-oe/recipes-extended/indent/indent_2.2.12.bb index f8d63d43ce..0a866574bd 100644 --- a/meta-oe/recipes-extended/indent/indent_2.2.12.bb +++ b/meta-oe/recipes-extended/indent/indent_2.2.12.bb | |||
| @@ -9,7 +9,6 @@ Install the indent package if you are developing applications in C and \ | |||
| 9 | you want a program to format your code." | 9 | you want a program to format your code." |
| 10 | LICENSE = "GPLv3" | 10 | LICENSE = "GPLv3" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 12 | DEPENDS = "virtual/gettext" | ||
| 13 | 12 | ||
| 14 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | 13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ |
| 15 | file://0001-src-indent.c-correct-the-check-for-locale.h.patch \ | 14 | file://0001-src-indent.c-correct-the-check-for-locale.h.patch \ |
| @@ -19,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
| 19 | SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" | 18 | SRC_URI[md5sum] = "4764b6ac98f6654a35da117b8e5e8e14" |
| 20 | SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" | 19 | SRC_URI[sha256sum] = "e77d68c0211515459b8812118d606812e300097cfac0b4e9fb3472664263bb8b" |
| 21 | 20 | ||
| 22 | inherit autotools gettext | 21 | inherit autotools gettext texinfo |
| 23 | 22 | ||
| 24 | CFLAGS_class-native += " -Wno-error=unused-value" | 23 | CFLAGS_class-native += " -Wno-error=unused-value" |
| 25 | 24 | ||
diff --git a/meta-oe/recipes-extended/nana/nana_2.5.bb b/meta-oe/recipes-extended/nana/nana_2.5.bb index 595852a9f6..4235006984 100644 --- a/meta-oe/recipes-extended/nana/nana_2.5.bb +++ b/meta-oe/recipes-extended/nana/nana_2.5.bb | |||
| @@ -15,7 +15,7 @@ LICENSE = "BSD-2-Clause" | |||
| 15 | 15 | ||
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=16aa57f3b7fdda870cee597275bd5d11" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=16aa57f3b7fdda870cee597275bd5d11" |
| 17 | 17 | ||
| 18 | inherit autotools-brokensep pkgconfig | 18 | inherit autotools-brokensep pkgconfig texinfo |
| 19 | 19 | ||
| 20 | EXTRA_OEMAKE = "DESTDIR=${D}" | 20 | EXTRA_OEMAKE = "DESTDIR=${D}" |
| 21 | 21 | ||
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" | |||
| 11 | SRC_URI[md5sum] = "ea165d618640dbdecb42ae4491337965" | 11 | SRC_URI[md5sum] = "ea165d618640dbdecb42ae4491337965" |
| 12 | SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac" | 12 | SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac" |
| 13 | 13 | ||
| 14 | inherit autotools | 14 | inherit autotools texinfo |
| 15 | 15 | ||
| 16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
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 \ | |||
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | inherit autotools-brokensep update-rc.d systemd | 24 | inherit autotools-brokensep update-rc.d systemd texinfo |
| 25 | 25 | ||
| 26 | INITSCRIPT_NAME = "gpm" | 26 | INITSCRIPT_NAME = "gpm" |
| 27 | INITSCRIPT_PARAMS = "defaults" | 27 | INITSCRIPT_PARAMS = "defaults" |
diff --git a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb index 0903e90d7d..986984d1ff 100644 --- a/meta-oe/recipes-support/iksemel/iksemel_1.5.bb +++ b/meta-oe/recipes-support/iksemel/iksemel_1.5.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/meduketto/iksemel.git;protocol=https \ | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit autotools pkgconfig lib_package | 16 | inherit autotools pkgconfig lib_package texinfo |
| 17 | 17 | ||
| 18 | # TLS support requires either openssl or gnutls (if both are enabled openssl will be used). | 18 | # TLS support requires either openssl or gnutls (if both are enabled openssl will be used). |
| 19 | PACKAGECONFIG ?= "gnutls" | 19 | PACKAGECONFIG ?= "gnutls" |
