summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/bash/bash.inc2
-rw-r--r--meta/recipes-extended/mailx/mailx_12.5.bb1
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 0fd5af9797..d7b28cfffe 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -6,8 +6,6 @@ DEPENDS = "ncurses bison-native"
6 6
7inherit autotools gettext texinfo update-alternatives ptest 7inherit autotools gettext texinfo update-alternatives ptest
8 8
9PARALLEL_MAKE = ""
10
11EXTRA_AUTORECONF += "--exclude=autoheader" 9EXTRA_AUTORECONF += "--exclude=autoheader"
12EXTRA_OECONF = "--enable-job-control" 10EXTRA_OECONF = "--enable-job-control"
13 11
diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb
index cc0b6bfd3a..f2899d5b76 100644
--- a/meta/recipes-extended/mailx/mailx_12.5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5.bb
@@ -29,4 +29,3 @@ inherit autotools-brokensep
29CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT" 29CFLAGS_append = " -D_BSD_SOURCE -DDEBIAN -I${S}/EXT"
30EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail" 30EXTRA_OEMAKE = "SENDMAIL=${sbindir}/sendmail"
31 31
32PARALLEL_MAKE = ""