diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autoconf/autoconf.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/autogen/autogen-native_5.18.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/automake/automake.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/bison/bison_2.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/bison/bison_2.7.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/flex/flex.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/guile/guile_2.0.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-2.4.2.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/m4/m4.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.18.bb | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 222106a78e..8ed4b134ea 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc | |||
@@ -29,7 +29,7 @@ RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" | |||
29 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ | 29 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
30 | file://program_prefix.patch" | 30 | file://program_prefix.patch" |
31 | 31 | ||
32 | inherit autotools | 32 | inherit autotools texinfo |
33 | 33 | ||
34 | do_configure() { | 34 | do_configure() { |
35 | oe_runconf | 35 | oe_runconf |
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb index 98bdb59792..92e7099f20 100644 --- a/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb +++ b/meta/recipes-devtools/autogen/autogen-native_5.18.2.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "cc2702dec21ba5b01144865163f6d1a54268d2b72aafc5520ad0e0cb57 | |||
17 | 17 | ||
18 | DEPENDS = "guile-native libtool-native libxml2-native" | 18 | DEPENDS = "guile-native libtool-native libxml2-native" |
19 | 19 | ||
20 | inherit autotools native | 20 | inherit autotools texinfo native |
21 | 21 | ||
22 | # autogen-native links against libguile which may have been relocated with sstate | 22 | # autogen-native links against libguile which may have been relocated with sstate |
23 | # these environment variables ensure there isn't a relocation issue | 23 | # these environment variables ensure there isn't a relocation issue |
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index b73cdeb60b..a1debd8d53 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc | |||
@@ -7,7 +7,7 @@ SECTION = "devel" | |||
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz" | 8 | SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.gz" |
9 | 9 | ||
10 | inherit autotools | 10 | inherit autotools texinfo |
11 | 11 | ||
12 | do_configure() { | 12 | do_configure() { |
13 | oe_runconf | 13 | oe_runconf |
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 5ab2b92f14..afb582ad67 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -13,7 +13,7 @@ LICENSE = "GPLv3" | |||
13 | 13 | ||
14 | DEPENDS = "flex-native bison-native zlib-native gnu-config-native autoconf-native" | 14 | DEPENDS = "flex-native bison-native zlib-native gnu-config-native autoconf-native" |
15 | 15 | ||
16 | inherit autotools gettext multilib_header | 16 | inherit autotools gettext multilib_header texinfo |
17 | 17 | ||
18 | FILES_${PN} = " \ | 18 | FILES_${PN} = " \ |
19 | ${bindir}/${TARGET_PREFIX}* \ | 19 | ${bindir}/${TARGET_PREFIX}* \ |
diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb index a135451162..174916bcb1 100644 --- a/meta/recipes-devtools/bison/bison_2.3.bb +++ b/meta/recipes-devtools/bison/bison_2.3.bb | |||
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ec | |||
22 | DEPENDS_class-native = "gettext-native" | 22 | DEPENDS_class-native = "gettext-native" |
23 | SRC_URI_class-native = "${BASE_SRC_URI}" | 23 | SRC_URI_class-native = "${BASE_SRC_URI}" |
24 | 24 | ||
25 | inherit autotools gettext | 25 | inherit autotools gettext texinfo |
26 | acpaths = "-I ${S}/m4" | 26 | acpaths = "-I ${S}/m4" |
27 | 27 | ||
28 | do_configure_prepend () { | 28 | do_configure_prepend () { |
diff --git a/meta/recipes-devtools/bison/bison_2.7.1.bb b/meta/recipes-devtools/bison/bison_2.7.1.bb index 1df750a255..4a3ad154db 100644 --- a/meta/recipes-devtools/bison/bison_2.7.1.bb +++ b/meta/recipes-devtools/bison/bison_2.7.1.bb | |||
@@ -28,7 +28,7 @@ LDFLAGS_prepend_libc-uclibc = " -lrt " | |||
28 | DEPENDS_class-native = "gettext-minimal-native" | 28 | DEPENDS_class-native = "gettext-minimal-native" |
29 | SRC_URI_class-native = "${BASE_SRC_URI}" | 29 | SRC_URI_class-native = "${BASE_SRC_URI}" |
30 | 30 | ||
31 | inherit autotools gettext | 31 | inherit autotools gettext texinfo |
32 | acpaths = "-I ${S}/m4" | 32 | acpaths = "-I ${S}/m4" |
33 | 33 | ||
34 | do_install_append_class-native() { | 34 | do_install_append_class-native() { |
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc index 99447c1540..bcd9ba7590 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | |||
@@ -22,4 +22,4 @@ DEPENDS = "util-linux" | |||
22 | SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ | 22 | SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \ |
23 | file://mkdir.patch" | 23 | file://mkdir.patch" |
24 | 24 | ||
25 | inherit autotools gettext pkgconfig multilib_header | 25 | inherit autotools gettext texinfo pkgconfig multilib_header |
diff --git a/meta/recipes-devtools/flex/flex.inc b/meta/recipes-devtools/flex/flex.inc index 75c10ef340..54e4ec3b25 100644 --- a/meta/recipes-devtools/flex/flex.inc +++ b/meta/recipes-devtools/flex/flex.inc | |||
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ | |||
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | ||
13 | inherit autotools gettext ptest | 13 | inherit autotools gettext texinfo ptest |
14 | 14 | ||
15 | 15 | ||
16 | M4 = "${bindir}/m4" | 16 | M4 = "${bindir}/m4" |
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index e56e598b75..0d19575b5a 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "GPL" | |||
5 | 5 | ||
6 | NATIVEDEPS = "" | 6 | NATIVEDEPS = "" |
7 | 7 | ||
8 | inherit autotools gettext | 8 | inherit autotools gettext texinfo |
9 | 9 | ||
10 | BPN = "gcc" | 10 | BPN = "gcc" |
11 | 11 | ||
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 60f03e734e..b4d48809d3 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
19 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ | 19 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674 \ |
20 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 20 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
21 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" | 21 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" |
22 | inherit autotools | 22 | inherit autotools texinfo |
23 | 23 | ||
24 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ | 24 | SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.gz \ |
25 | " | 25 | " |
diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 60318e73cf..b35d54e7d2 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb +++ b/meta/recipes-devtools/guile/guile_2.0.9.bb | |||
@@ -29,7 +29,7 @@ SRC_URI[md5sum] = "a69b575d4a633bdd9118f3a4a1e97766" | |||
29 | SRC_URI[sha256sum] = "f70a38c8d9751f442679bfe61852bba8545af4d4355d037630997c2f37f2895b" | 29 | SRC_URI[sha256sum] = "f70a38c8d9751f442679bfe61852bba8545af4d4355d037630997c2f37f2895b" |
30 | 30 | ||
31 | 31 | ||
32 | inherit autotools gettext | 32 | inherit autotools gettext texinfo |
33 | BBCLASSEXTEND = "native" | 33 | BBCLASSEXTEND = "native" |
34 | 34 | ||
35 | DEPENDS = "libunistring bdwgc gmp libtool libffi" | 35 | DEPENDS = "libunistring bdwgc gmp libtool libffi" |
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc b/meta/recipes-devtools/libtool/libtool-2.4.2.inc index d26982dc62..9c50d46fe2 100644 --- a/meta/recipes-devtools/libtool/libtool-2.4.2.inc +++ b/meta/recipes-devtools/libtool/libtool-2.4.2.inc | |||
@@ -33,7 +33,7 @@ do_compile_prepend () { | |||
33 | ./config.status | 33 | ./config.status |
34 | } | 34 | } |
35 | 35 | ||
36 | inherit autotools | 36 | inherit autotools texinfo |
37 | EXTRA_AUTORECONF = "--exclude=libtoolize" | 37 | EXTRA_AUTORECONF = "--exclude=libtoolize" |
38 | 38 | ||
39 | DEPENDS = "libtool-native" | 39 | DEPENDS = "libtool-native" |
diff --git a/meta/recipes-devtools/m4/m4.inc b/meta/recipes-devtools/m4/m4.inc index ae101c2b6d..4a83929f0c 100644 --- a/meta/recipes-devtools/m4/m4.inc +++ b/meta/recipes-devtools/m4/m4.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro process | |||
3 | compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \ | 3 | compatible although it has some extensions (for example, handling more than 9 positional parameters to macros). \ |
4 | GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc." | 4 | GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc." |
5 | 5 | ||
6 | inherit autotools | 6 | inherit autotools texinfo |
7 | 7 | ||
8 | EXTRA_OEMAKE += "'infodir=${infodir}'" | 8 | EXTRA_OEMAKE += "'infodir=${infodir}'" |
9 | LDFLAGS_prepend_libc-uclibc = " -lrt " | 9 | LDFLAGS_prepend_libc-uclibc = " -lrt " |
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 4036345089..57ea605b97 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc | |||
@@ -7,4 +7,4 @@ SECTION = "devel" | |||
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" |
9 | 9 | ||
10 | inherit autotools gettext pkgconfig | 10 | inherit autotools gettext pkgconfig texinfo |
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index 38f09decd2..d995c8f042 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb | |||
@@ -38,7 +38,7 @@ SRC_URI[sha256sum] = "af083a73425d664d4607ef6c6564fd9319a0e47ee7c105259a45356cb8 | |||
38 | 38 | ||
39 | S = "${WORKDIR}/mtools-${PV}" | 39 | S = "${WORKDIR}/mtools-${PV}" |
40 | 40 | ||
41 | inherit autotools | 41 | inherit autotools texinfo |
42 | 42 | ||
43 | EXTRA_OECONF = "--without-x" | 43 | EXTRA_OECONF = "--without-x" |
44 | 44 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb index 0cc7f6c6e2..6c71f0ab1f 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.18.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb | |||
@@ -31,7 +31,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | |||
31 | file://no-x11.gplv3.patch" | 31 | file://no-x11.gplv3.patch" |
32 | 32 | ||
33 | 33 | ||
34 | inherit autotools | 34 | inherit autotools texinfo |
35 | 35 | ||
36 | EXTRA_OECONF = "--without-x" | 36 | EXTRA_OECONF = "--without-x" |
37 | 37 | ||