mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
075e2884ce
commit
64df4e4aef
2
meta/classes/texinfo.bbclass
Normal file
2
meta/classes/texinfo.bbclass
Normal file
@@ -0,0 +1,2 @@
|
||||
# This class is inherited by recipes whose upstream packages invoke the
|
||||
# texinfo utilities at build-time. This class currently does nothing.
|
||||
@@ -52,9 +52,7 @@ python __anonymous () {
|
||||
d.setVar("GRUB_IMAGE", grubimage)
|
||||
}
|
||||
|
||||
inherit autotools-brokensep
|
||||
inherit gettext
|
||||
inherit deploy
|
||||
inherit autotools-brokensep gettext texinfo deploy
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_HELP2MAN="
|
||||
EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \
|
||||
|
||||
@@ -23,7 +23,7 @@ SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz; \
|
||||
SRC_URI[md5sum] = "cd3f3eb54446be6003156158d51f4884"
|
||||
SRC_URI[sha256sum] = "4e1d15d12dbd3e9208111d6b806ad5a9857ca8850c47877d36575b904559260b"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
COMPATIBLE_HOST = "i.86.*-linux"
|
||||
|
||||
|
||||
@@ -33,8 +33,7 @@ COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
|
||||
FILES_${PN}-dbg += "${libdir}/${BPN}/i386-pc/.debug"
|
||||
|
||||
|
||||
inherit autotools
|
||||
inherit gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
|
||||
|
||||
@@ -28,8 +28,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*)-(linux.*|freebsd.*)'
|
||||
|
||||
inherit autotools
|
||||
inherit gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[grub-mount] = "--enable-grub-mount,--disable-grub-mount,fuse"
|
||||
|
||||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
PR = "r5"
|
||||
DEPENDS_class-native = "gettext-native"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
SRC_URI_BASE = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \
|
||||
file://gnulib_m4.patch \
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
|
||||
DEPENDS = "gmp libcap"
|
||||
DEPENDS_class-native = ""
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
|
||||
file://remove-usr-local-lib-from-m4.patch \
|
||||
|
||||
@@ -38,7 +38,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial libgcc-initial linux-libc-headers
|
||||
#RDEPENDS_${PN} += "${@['','libgcc']['nptl' in '${GLIBC_ADDONS}']}"
|
||||
PROVIDES = "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
|
||||
PROVIDES += "virtual/libintl virtual/libiconv"
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
require eglibc-options.inc
|
||||
|
||||
LEAD_SONAME = "libc.so"
|
||||
|
||||
@@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc2
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs"
|
||||
acpaths = '-I ${S}/autoconf-lib-link/m4/ \
|
||||
|
||||
@@ -21,7 +21,7 @@ LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
|
||||
SRC_URI[md5sum] = "241aba309d07aa428252c74b40a818ef"
|
||||
SRC_URI[sha256sum] = "d1a4e452d60eb407ab0305976529a45c18124bd518d976971ac6dc7aa8b4c5d7"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF += "--without-lispdir \
|
||||
--disable-csharp \
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
LEAD_SONAME = "libreadline.so"
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
|
||||
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
|
||||
file://program_prefix.patch"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
do_configure() {
|
||||
oe_runconf
|
||||
|
||||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "cc2702dec21ba5b01144865163f6d1a54268d2b72aafc5520ad0e0cb57
|
||||
|
||||
DEPENDS = "guile-native libtool-native libxml2-native"
|
||||
|
||||
inherit autotools native
|
||||
inherit autotools texinfo native
|
||||
|
||||
# autogen-native links against libguile which may have been relocated with sstate
|
||||
# these environment variables ensure there isn't a relocation issue
|
||||
|
||||
@@ -7,7 +7,7 @@ SECTION = "devel"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
do_configure() {
|
||||
oe_runconf
|
||||
|
||||
@@ -13,7 +13,7 @@ LICENSE = "GPLv3"
|
||||
|
||||
DEPENDS = "flex-native bison-native zlib-native gnu-config-native autoconf-native"
|
||||
|
||||
inherit autotools gettext multilib_header
|
||||
inherit autotools gettext multilib_header texinfo
|
||||
|
||||
FILES_${PN} = " \
|
||||
${bindir}/${TARGET_PREFIX}* \
|
||||
|
||||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ec
|
||||
DEPENDS_class-native = "gettext-native"
|
||||
SRC_URI_class-native = "${BASE_SRC_URI}"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
acpaths = "-I ${S}/m4"
|
||||
|
||||
do_configure_prepend () {
|
||||
|
||||
@@ -28,7 +28,7 @@ LDFLAGS_prepend_libc-uclibc = " -lrt "
|
||||
DEPENDS_class-native = "gettext-minimal-native"
|
||||
SRC_URI_class-native = "${BASE_SRC_URI}"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
acpaths = "-I ${S}/m4"
|
||||
|
||||
do_install_append_class-native() {
|
||||
|
||||
@@ -22,4 +22,4 @@ DEPENDS = "util-linux"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
|
||||
file://mkdir.patch"
|
||||
|
||||
inherit autotools gettext pkgconfig multilib_header
|
||||
inherit autotools gettext texinfo pkgconfig multilib_header
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
inherit autotools gettext ptest
|
||||
inherit autotools gettext texinfo ptest
|
||||
|
||||
|
||||
M4 = "${bindir}/m4"
|
||||
|
||||
@@ -5,7 +5,7 @@ LICENSE = "GPL"
|
||||
|
||||
NATIVEDEPS = ""
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
BPN = "gcc"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \
|
||||
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6"
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \
|
||||
"
|
||||
|
||||
@@ -29,7 +29,7 @@ SRC_URI[md5sum] = "a69b575d4a633bdd9118f3a4a1e97766"
|
||||
SRC_URI[sha256sum] = "f70a38c8d9751f442679bfe61852bba8545af4d4355d037630997c2f37f2895b"
|
||||
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
DEPENDS = "libunistring bdwgc gmp libtool libffi"
|
||||
|
||||
@@ -33,7 +33,7 @@ do_compile_prepend () {
|
||||
./config.status
|
||||
}
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
EXTRA_AUTORECONF = "--exclude=libtoolize"
|
||||
|
||||
DEPENDS = "libtool-native"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro process
|
||||
compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \
|
||||
GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc."
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OEMAKE += "'infodir=${infodir}'"
|
||||
LDFLAGS_prepend_libc-uclibc = " -lrt "
|
||||
|
||||
@@ -7,4 +7,4 @@ SECTION = "devel"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
inherit autotools gettext pkgconfig texinfo
|
||||
|
||||
@@ -38,7 +38,7 @@ SRC_URI[sha256sum] = "af083a73425d664d4607ef6c6564fd9319a0e47ee7c105259a45356cb8
|
||||
|
||||
S = "${WORKDIR}/mtools-${PV}"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF = "--without-x"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
|
||||
file://no-x11.gplv3.patch"
|
||||
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF = "--without-x"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "base/shell"
|
||||
|
||||
DEPENDS = "ncurses bison-native"
|
||||
|
||||
inherit autotools-brokensep gettext update-alternatives ptest
|
||||
inherit autotools-brokensep gettext texinfo update-alternatives ptest
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI = "${GNU_MIRROR}/bc/bc-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "d44b5dddebd8a7a7309aea6c36fda117"
|
||||
SRC_URI[sha256sum] = "4ef6d9f17c3c0d92d8798e35666175ecd3d8efac4009d6457b5c99cea72c0e33"
|
||||
|
||||
inherit autotools-brokensep update-alternatives
|
||||
inherit autotools-brokensep texinfo update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "dc"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \
|
||||
file://statdef.patch \
|
||||
"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
S = "${WORKDIR}/cpio-${PV}"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ sdiff, and cmp utilities. These programs are usually \
|
||||
used for creating patch files."
|
||||
SECTION = "base"
|
||||
|
||||
inherit autotools update-alternatives gettext
|
||||
inherit autotools texinfo update-alternatives gettext
|
||||
|
||||
# diffutils assumes non-glibc compilation with uclibc and
|
||||
# this causes it to generate its own implementations of
|
||||
|
||||
@@ -11,7 +11,7 @@ SRC_URI = "http://download.savannah.gnu.org/releases-noredirect/ed/ed-${PV}.tar.
|
||||
SRC_URI[md5sum] = "4ee21e9dcc9b5b6012c23038734e1632"
|
||||
SRC_URI[sha256sum] = "edef2bbde0fbf0d88232782a0eded323f483a0519d6fde9a3b1809056fd35f3e"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF = "'CC=${CC}' 'CXX=${CXX}' 'CFLAGS=${CFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'CPPFLAGS=${CPPFLAGS}' 'LDFLAGS=${LDFLAGS}'"
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "565b6d1d5a9a8816b9b304fc4ed9405d"
|
||||
SRC_URI[sha256sum] = "d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88"
|
||||
|
||||
inherit texinfo
|
||||
|
||||
do_configure() {
|
||||
${S}/configure
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ SECTION = "console/utils"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
inherit autotools gettext texinfo update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "find xargs"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
@@ -21,7 +21,7 @@ SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "4760325489479cac17fe0114b8f62f30"
|
||||
SRC_URI[sha256sum] = "463dcb9d0ca398b1d4f5a332f6cd9cec56441265fca616f2ea1b44d459e9f0f8"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
inherit autotools gettext texinfo update-alternatives
|
||||
|
||||
PACKAGES += "gawk-common pgawk"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "4d505dc2c9f1eb3e9f8d6cac87d4bd1a"
|
||||
SRC_URI[sha256sum] = "6e0de117c3713aa8d7fa347fc9fd645b10038ae49d8cf947d8c1d51cbb76141a"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
inherit autotools gettext texinfo update-alternatives
|
||||
|
||||
PACKAGES += "gawk-common pgawk dgawk"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "7439f8266f50844b56cc3e2721606541"
|
||||
SRC_URI[sha256sum] = "e6436e5077fa1497feccc8feaabd3f507b172369bf120fbc9e4874bba81be720"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
EXTRA_OECONF = "--disable-perl-regexp"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
|
||||
SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c"
|
||||
SRC_URI[sha256sum] = "38c8a2bb9223d1fb1b10bdd607cf44830afc92fd451ac4cd07619bf92bdd3132"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \
|
||||
file://man-local.patch \
|
||||
file://mdoc-local.patch"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF="--without-x --prefix=${D} --exec-prefix=${D} --bindir=${D}${bindir} --datadir=${D}${datadir} --mandir=${D}${datadir}/man --infodir=${D}${datadir}info --with-appresdir=${D}${datadir}"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "380864dac4772e0c0d7b1282d25d0c5fd7f63baf45c87c4657afed22a1
|
||||
DEPENDS = "groff-native"
|
||||
DEPENDS_class-native = ""
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF = "--without-x"
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/gzip/${BP}.tar.gz"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
do_install_append () {
|
||||
# Rename and move files into /bin (FHS), which is typical place for gzip
|
||||
|
||||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
file://src/idn.c;beginline=6;endline=18;md5=56c89e359652a71cda128d75f0ffdac4"
|
||||
PR = "r1"
|
||||
|
||||
inherit pkgconfig autotools gettext
|
||||
inherit pkgconfig autotools gettext texinfo
|
||||
|
||||
SRC_URI = "http://alpha.gnu.org/gnu/libidn/${BPN}-${PV}.tar.gz"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3231f57e8fce0f62f81b03107e788888 \
|
||||
file://lib/idna.h;endline=21;md5=f73089b7f52dd2cb3540e274bd76106d \
|
||||
file://src/idn.c;endline=20;md5=d7797e6cc3a7b48e6050fc0d27104595"
|
||||
|
||||
inherit pkgconfig autotools gettext
|
||||
inherit pkgconfig autotools gettext texinfo
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz \
|
||||
file://libidn_fix_for_automake-1.12.patch \
|
||||
|
||||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b942
|
||||
|
||||
EXTRA_OECONF = "--disable-device-mapper"
|
||||
|
||||
inherit autotools pkgconfig gettext ptest
|
||||
inherit autotools pkgconfig gettext texinfo ptest
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ SRC_URI[tarball.sha256sum] = "78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceec
|
||||
SRC_URI[patch.md5sum] = "5960bdae6782ee9356b7e0e0a1fa7c19"
|
||||
SRC_URI[patch.sha256sum] = "10acb274b2fb0bb7137a0d66e52fa0f18125bc5198c7a8d5af381b4b30636316"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5 \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \
|
||||
SRC_URI[md5sum] = "928f0e06422f414091917401f1a834d0"
|
||||
SRC_URI[sha256sum] = "638e837ba765d5da0a30c98b57c2953cecea96827882f594612acace93ceeeab"
|
||||
|
||||
inherit autotools update-alternatives gettext
|
||||
inherit autotools texinfo update-alternatives gettext
|
||||
|
||||
do_configure_prepend () {
|
||||
cp ${WORKDIR}/Makevars ${S}/po/
|
||||
|
||||
@@ -10,7 +10,7 @@ SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "4111de4faa3b9848a0686b2f260c5056"
|
||||
SRC_URI[sha256sum] = "fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff"
|
||||
|
||||
inherit autotools update-alternatives gettext
|
||||
inherit autotools texinfo update-alternatives gettext
|
||||
|
||||
EXTRA_OECONF = "--disable-acl"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ SECTION = "base"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI = "http://download.savannah.gnu.org/releases/texi2html/${BPN}-${PV}.
|
||||
SRC_URI[md5sum] = "f15ac876fcdc8be865b16535f480aa54"
|
||||
SRC_URI[sha256sum] = "e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa"
|
||||
|
||||
inherit autotools gettext
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
do_configure_prepend() {
|
||||
# Make a directory for the old gettext setup
|
||||
|
||||
@@ -6,7 +6,7 @@ SECTION = "utils"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
inherit update-alternatives
|
||||
inherit texinfo update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "time"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
@@ -7,7 +7,7 @@ DEPENDS = "openssl zlib libpcre"
|
||||
|
||||
INC_PR = "r16"
|
||||
|
||||
inherit autotools gettext update-alternatives
|
||||
inherit autotools gettext texinfo update-alternatives
|
||||
|
||||
EXTRA_OECONF = "--enable-ipv6 --with-libssl-prefix=${STAGING_DIR_HOST} \
|
||||
--with-ssl=openssl --disable-rpath --disable-iri \
|
||||
|
||||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "9445cd7e02ec0c26a44fd56098464ded064ba5d93dd2e15ec12410ba56
|
||||
|
||||
DEPENDS = "cwautomacros-native"
|
||||
|
||||
inherit autotools update-alternatives
|
||||
inherit autotools texinfo update-alternatives
|
||||
|
||||
do_configure_prepend() {
|
||||
OLD="@ACLOCAL_CWFLAGS@"
|
||||
|
||||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
|
||||
file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
|
||||
DEPENDS = "cwautomacros-native"
|
||||
|
||||
inherit autotools update-alternatives
|
||||
inherit autotools texinfo update-alternatives
|
||||
|
||||
PR = "r3"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "1dddde1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc
|
||||
|
||||
EXTRA_OECONF += "--disable-builddir"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/libffi-${PV}"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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} \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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.*"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,4 +4,4 @@ HOMEPAGE = "http://www.multiprecision.org/"
|
||||
LICENSE = "LGPLv3"
|
||||
SECTION = "libs"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
@@ -28,5 +28,5 @@ SRC_URI[sha256sum] = "610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f76404
|
||||
|
||||
PR = "r3"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -3,4 +3,4 @@ HOMEPAGE = "http://www.mpfr.org/"
|
||||
LICENSE = "LGPLv3+"
|
||||
SECTION = "devel"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools texinfo
|
||||
|
||||
Reference in New Issue
Block a user