diff options
author | Max Eliaser <max.eliaser@intel.com> | 2014-05-01 13:00:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-01 23:17:50 +0100 |
commit | e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405 (patch) | |
tree | 5282f0201ed86aa3aab4273233082b3f8ea7a48b /meta/recipes-support | |
parent | ce1f3fd20d81545d6d5dfc68f86f9fddf8ac9bbf (diff) | |
download | openembedded-core-contrib-e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405.tar.gz |
Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.
The class itself currently does nothing. The idea is to mark all recipes that
make use of the texinfo utilities. In the future, this class could be used to
suppress the generation/formatting of documentation for performance,
explicitly track dependencies on these utilities, and eliminate Yocto's
current dependency on the host system's texinfo utilities.
Signed-off-by: Max Eliaser <max.eliaser@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.11.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.8.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_1.4.7.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.0.22.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gnutls/libtasn1_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.4.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.1.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.9.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libksba/libksba_1.3.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libmpc/libmpc.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/libunistring/libunistring_0.9.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/mpfr/mpfr.inc | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index 8ac8809a064..56dabd38eb4 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb @@ -23,4 +23,4 @@ FILES_libpspell = "${libdir}/libpspell.so.*" FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" ARM_INSTRUCTION_SET = "arm" -inherit autotools-brokensep gettext +inherit autotools-brokensep gettext texinfo diff --git a/meta/recipes-support/gdbm/gdbm_1.11.bb b/meta/recipes-support/gdbm/gdbm_1.11.bb index de32e873cb4..3d025948814 100644 --- a/meta/recipes-support/gdbm/gdbm_1.11.bb +++ b/meta/recipes-support/gdbm/gdbm_1.11.bb @@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz" SRC_URI[md5sum] = "72c832680cf0999caedbe5b265c8c1bd" SRC_URI[sha256sum] = "8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3" -inherit autotools gettext lib_package +inherit autotools gettext texinfo lib_package # Needed for dbm python module EXTRA_OECONF = "-enable-libgdbm-compat" diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/meta/recipes-support/gdbm/gdbm_1.8.3.bb index bcf6b99f613..aecf47afb90 100644 --- a/meta/recipes-support/gdbm/gdbm_1.8.3.bb +++ b/meta/recipes-support/gdbm/gdbm_1.8.3.bb @@ -13,6 +13,6 @@ SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ SRC_URI[md5sum] = "1d1b1d5c0245b1c00aff92da751e9aa1" SRC_URI[sha256sum] = "cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9" -inherit autotools +inherit autotools texinfo BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index be2983ffc40..d025e07256c 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc @@ -10,7 +10,7 @@ SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \ file://configure.patch \ file://amd64.patch " -inherit autotools +inherit autotools texinfo ARM_INSTRUCTION_SET = "arm" diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 362aacf46c5..5c93925daa4 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb @@ -17,4 +17,4 @@ SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" -inherit autotools +inherit autotools texinfo diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb index e8f797d4f4b..031eaf3cab3 100644 --- a/meta/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb @@ -22,7 +22,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \ SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d" -inherit autotools gettext +inherit autotools gettext texinfo # --with-egd-socket=NAME use NAME for the EGD socket # --with-photo-viewer=FIXED_VIEWER set a fixed photo ID viewer diff --git a/meta/recipes-support/gnupg/gnupg_2.0.22.bb b/meta/recipes-support/gnupg/gnupg_2.0.22.bb index 7f36df5bd36..c1ed28c5e64 100644 --- a/meta/recipes-support/gnupg/gnupg_2.0.22.bb +++ b/meta/recipes-support/gnupg/gnupg_2.0.22.bb @@ -8,7 +8,7 @@ DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" PTH = "pth" PTH_libc-uclibc = "npth" -inherit autotools gettext +inherit autotools gettext texinfo SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 25ec3a6659f..206ba4b96ed 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -19,7 +19,7 @@ SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1] SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.bz2" -inherit autotools-brokensep binconfig pkgconfig gettext lib_package +inherit autotools-brokensep texinfo binconfig pkgconfig gettext lib_package EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ diff --git a/meta/recipes-support/gnutls/libtasn1_3.4.bb b/meta/recipes-support/gnutls/libtasn1_3.4.bb index 590987e504a..174eddf11c1 100644 --- a/meta/recipes-support/gnutls/libtasn1_3.4.bb +++ b/meta/recipes-support/gnutls/libtasn1_3.4.bb @@ -16,6 +16,6 @@ SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \ SRC_URI[md5sum] = "21ec021c534b0f30b2834ce233c70f15" SRC_URI[sha256sum] = "f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8" -inherit autotools binconfig lib_package +inherit autotools texinfo binconfig lib_package BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index 78182c01bd3..bb53e38e4c1 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb @@ -19,7 +19,7 @@ DEPENDS = "libgpg-error libassuan" EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" -inherit autotools binconfig +inherit autotools texinfo binconfig PACKAGES =+ "${PN}-pthread" FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" diff --git a/meta/recipes-support/libassuan/libassuan_2.1.1.bb b/meta/recipes-support/libassuan/libassuan_2.1.1.bb index 4e6b4f8ad64..60b3f929d55 100644 --- a/meta/recipes-support/libassuan/libassuan_2.1.1.bb +++ b/meta/recipes-support/libassuan/libassuan_2.1.1.bb @@ -16,4 +16,4 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \ SRC_URI[md5sum] = "757243cc4a71b30ed8d8dbe784035d36" SRC_URI[sha256sum] = "23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d" -inherit autotools binconfig pkgconfig +inherit autotools texinfo binconfig pkgconfig diff --git a/meta/recipes-support/libcheck/libcheck_0.9.12.bb b/meta/recipes-support/libcheck/libcheck_0.9.12.bb index 12ef1d455d3..2a830313022 100644 --- a/meta/recipes-support/libcheck/libcheck_0.9.12.bb +++ b/meta/recipes-support/libcheck/libcheck_0.9.12.bb @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "c7d47e55e133a0ca19a52e08a99333ac55cb22618b53719b7f4117a187 S = "${WORKDIR}/check-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig texinfo CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index e7fcc62908b..724bf3d5a0f 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt.inc +++ b/meta/recipes-support/libgcrypt/libgcrypt.inc @@ -14,7 +14,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ file://add-pkgconfig-support.patch \ file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch" -inherit autotools-brokensep binconfig pkgconfig +inherit autotools-brokensep texinfo binconfig pkgconfig EXTRA_OECONF = "--disable-asm --with-capabilities" diff --git a/meta/recipes-support/libksba/libksba_1.3.0.bb b/meta/recipes-support/libksba/libksba_1.3.0.bb index 4690ba953fd..7486befd73d 100644 --- a/meta/recipes-support/libksba/libksba_1.3.0.bb +++ b/meta/recipes-support/libksba/libksba_1.3.0.bb @@ -10,7 +10,7 @@ PR = "r1" DEPENDS = "libgpg-error" -inherit autotools binconfig pkgconfig +inherit autotools binconfig pkgconfig texinfo SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ file://ksba-add-pkgconfig-support.patch" diff --git a/meta/recipes-support/libmpc/libmpc.inc b/meta/recipes-support/libmpc/libmpc.inc index 61b71c6f89a..b3742543df1 100644 --- a/meta/recipes-support/libmpc/libmpc.inc +++ b/meta/recipes-support/libmpc/libmpc.inc @@ -4,4 +4,4 @@ HOMEPAGE = "http://www.multiprecision.org/" LICENSE = "LGPLv3" SECTION = "libs" -inherit autotools +inherit autotools texinfo diff --git a/meta/recipes-support/libunistring/libunistring_0.9.3.bb b/meta/recipes-support/libunistring/libunistring_0.9.3.bb index faabe0332c1..db1651b2a6a 100644 --- a/meta/recipes-support/libunistring/libunistring_0.9.3.bb +++ b/meta/recipes-support/libunistring/libunistring_0.9.3.bb @@ -28,5 +28,5 @@ SRC_URI[sha256sum] = "610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f76404 PR = "r3" -inherit autotools +inherit autotools texinfo BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/mpfr/mpfr.inc b/meta/recipes-support/mpfr/mpfr.inc index ecee7314bf0..7f3f9175dc4 100644 --- a/meta/recipes-support/mpfr/mpfr.inc +++ b/meta/recipes-support/mpfr/mpfr.inc @@ -3,4 +3,4 @@ HOMEPAGE = "http://www.mpfr.org/" LICENSE = "LGPLv3+" SECTION = "devel" -inherit autotools +inherit autotools texinfo |