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-02 20:46:59 +0100 |
commit | 64df4e4aefe6cc460145c8a25c7afadc56fd4a88 (patch) | |
tree | 39b9b91c1d8de7a7aa113da186f701414b830e52 /meta/recipes-support | |
parent | 075e2884ce10094258af6f7c6db1af7579b5bffa (diff) | |
download | poky-64df4e4aefe6cc460145c8a25c7afadc56fd4a88.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.
(From OE-Core rev: e6fb2f9afe2ba6b676c46d1eb297ca9cc532d405)
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 8ac8809a06..56dabd38eb 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.*" | |||
23 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | 23 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" |
24 | 24 | ||
25 | ARM_INSTRUCTION_SET = "arm" | 25 | ARM_INSTRUCTION_SET = "arm" |
26 | inherit autotools-brokensep gettext | 26 | 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 de32e873cb..3d02594881 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" | |||
10 | SRC_URI[md5sum] = "72c832680cf0999caedbe5b265c8c1bd" | 10 | SRC_URI[md5sum] = "72c832680cf0999caedbe5b265c8c1bd" |
11 | SRC_URI[sha256sum] = "8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3" | 11 | SRC_URI[sha256sum] = "8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3" |
12 | 12 | ||
13 | inherit autotools gettext lib_package | 13 | inherit autotools gettext texinfo lib_package |
14 | 14 | ||
15 | # Needed for dbm python module | 15 | # Needed for dbm python module |
16 | EXTRA_OECONF = "-enable-libgdbm-compat" | 16 | 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 bcf6b99f61..aecf47afb9 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 \ | |||
13 | SRC_URI[md5sum] = "1d1b1d5c0245b1c00aff92da751e9aa1" | 13 | SRC_URI[md5sum] = "1d1b1d5c0245b1c00aff92da751e9aa1" |
14 | SRC_URI[sha256sum] = "cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9" | 14 | SRC_URI[sha256sum] = "cc340338a2e28b40058ab9eb5354a21d53f88a1582ea21ba0bb185c37a281dc9" |
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools texinfo |
17 | 17 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index be2983ffc4..d025e07256 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 \ | |||
10 | file://configure.patch \ | 10 | file://configure.patch \ |
11 | file://amd64.patch " | 11 | file://amd64.patch " |
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools texinfo |
14 | 14 | ||
15 | ARM_INSTRUCTION_SET = "arm" | 15 | ARM_INSTRUCTION_SET = "arm" |
16 | 16 | ||
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 362aacf46c..5c93925daa 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 \ | |||
17 | SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" | 17 | SRC_URI[md5sum] = "091c56e0e1cca6b09b17b69d47ef18e3" |
18 | SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" | 18 | SRC_URI[sha256sum] = "d07ffcb37eecec35c5ec72516d10b35fdf6e6fef1fcf1dcd37e30b8cbf8bf941" |
19 | 19 | ||
20 | inherit autotools | 20 | 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 e8f797d4f4..031eaf3cab 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 \ | |||
22 | SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" | 22 | SRC_URI[md5sum] = "b06a141cca5cd1a55bbdd25ab833303c" |
23 | SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d" | 23 | SRC_URI[sha256sum] = "69d18b7d193f62ca27ed4febcb4c9044aa0c95305d3258fe902e2fae5fc6468d" |
24 | 24 | ||
25 | inherit autotools gettext | 25 | inherit autotools gettext texinfo |
26 | 26 | ||
27 | # --with-egd-socket=NAME use NAME for the EGD socket | 27 | # --with-egd-socket=NAME use NAME for the EGD socket |
28 | # --with-photo-viewer=FIXED_VIEWER set a fixed photo ID viewer | 28 | # --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 7f36df5bd3..c1ed28c5e6 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" | |||
8 | PTH = "pth" | 8 | PTH = "pth" |
9 | PTH_libc-uclibc = "npth" | 9 | PTH_libc-uclibc = "npth" |
10 | 10 | ||
11 | inherit autotools gettext | 11 | inherit autotools gettext texinfo |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" | 13 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2" |
14 | 14 | ||
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 25ec3a6659..206ba4b96e 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] | |||
19 | 19 | ||
20 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.bz2" | 20 | SRC_URI = "ftp://ftp.gnutls.org/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.bz2" |
21 | 21 | ||
22 | inherit autotools-brokensep binconfig pkgconfig gettext lib_package | 22 | inherit autotools-brokensep texinfo binconfig pkgconfig gettext lib_package |
23 | 23 | ||
24 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ | 24 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ |
25 | --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ | 25 | --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 590987e504..174eddf11c 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 \ | |||
16 | SRC_URI[md5sum] = "21ec021c534b0f30b2834ce233c70f15" | 16 | SRC_URI[md5sum] = "21ec021c534b0f30b2834ce233c70f15" |
17 | SRC_URI[sha256sum] = "f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8" | 17 | SRC_URI[sha256sum] = "f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8" |
18 | 18 | ||
19 | inherit autotools binconfig lib_package | 19 | inherit autotools texinfo binconfig lib_package |
20 | 20 | ||
21 | BBCLASSEXTEND = "native" | 21 | 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 78182c01bd..bb53e38e4c 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" | |||
19 | 19 | ||
20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" | 20 | EXTRA_OECONF = "--with-gpg=${bindir}/gpg --without-gpgsm" |
21 | 21 | ||
22 | inherit autotools binconfig | 22 | inherit autotools texinfo binconfig |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-pthread" | 24 | PACKAGES =+ "${PN}-pthread" |
25 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | 25 | 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 4e6b4f8ad6..60b3f929d5 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 \ | |||
16 | SRC_URI[md5sum] = "757243cc4a71b30ed8d8dbe784035d36" | 16 | SRC_URI[md5sum] = "757243cc4a71b30ed8d8dbe784035d36" |
17 | SRC_URI[sha256sum] = "23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d" | 17 | SRC_URI[sha256sum] = "23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d" |
18 | 18 | ||
19 | inherit autotools binconfig pkgconfig | 19 | 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 12ef1d455d..2a83031302 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 | |||
13 | 13 | ||
14 | S = "${WORKDIR}/check-${PV}" | 14 | S = "${WORKDIR}/check-${PV}" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig texinfo |
17 | 17 | ||
18 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" | 18 | CACHED_CONFIGUREVARS += "ac_cv_path_AWK_PATH=${bindir}/gawk" |
19 | 19 | ||
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc index e7fcc62908..724bf3d5a0 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 \ | |||
14 | file://add-pkgconfig-support.patch \ | 14 | file://add-pkgconfig-support.patch \ |
15 | file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch" | 15 | file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch" |
16 | 16 | ||
17 | inherit autotools-brokensep binconfig pkgconfig | 17 | inherit autotools-brokensep texinfo binconfig pkgconfig |
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-asm --with-capabilities" | 19 | EXTRA_OECONF = "--disable-asm --with-capabilities" |
20 | 20 | ||
diff --git a/meta/recipes-support/libksba/libksba_1.3.0.bb b/meta/recipes-support/libksba/libksba_1.3.0.bb index 4690ba953f..7486befd73 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" | |||
10 | 10 | ||
11 | DEPENDS = "libgpg-error" | 11 | DEPENDS = "libgpg-error" |
12 | 12 | ||
13 | inherit autotools binconfig pkgconfig | 13 | inherit autotools binconfig pkgconfig texinfo |
14 | 14 | ||
15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ | 15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ |
16 | file://ksba-add-pkgconfig-support.patch" | 16 | file://ksba-add-pkgconfig-support.patch" |
diff --git a/meta/recipes-support/libmpc/libmpc.inc b/meta/recipes-support/libmpc/libmpc.inc index 61b71c6f89..b3742543df 100644 --- a/meta/recipes-support/libmpc/libmpc.inc +++ b/meta/recipes-support/libmpc/libmpc.inc | |||
@@ -4,4 +4,4 @@ HOMEPAGE = "http://www.multiprecision.org/" | |||
4 | LICENSE = "LGPLv3" | 4 | LICENSE = "LGPLv3" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | 6 | ||
7 | inherit autotools | 7 | 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 faabe0332c..db1651b2a6 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 | |||
28 | 28 | ||
29 | PR = "r3" | 29 | PR = "r3" |
30 | 30 | ||
31 | inherit autotools | 31 | inherit autotools texinfo |
32 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/mpfr/mpfr.inc b/meta/recipes-support/mpfr/mpfr.inc index ecee7314bf..7f3f9175dc 100644 --- a/meta/recipes-support/mpfr/mpfr.inc +++ b/meta/recipes-support/mpfr/mpfr.inc | |||
@@ -3,4 +3,4 @@ HOMEPAGE = "http://www.mpfr.org/" | |||
3 | LICENSE = "LGPLv3+" | 3 | LICENSE = "LGPLv3+" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | 5 | ||
6 | inherit autotools | 6 | inherit autotools texinfo |