summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/dropbear/dropbear.inc2
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.12.bb2
-rw-r--r--meta/recipes-core/glibc/glibc_2.10.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/dropbear/dropbear.inc b/meta/recipes-core/dropbear/dropbear.inc
index ab7719c469..08be70e72f 100644
--- a/meta/recipes-core/dropbear/dropbear.inc
+++ b/meta/recipes-core/dropbear/dropbear.inc
@@ -34,7 +34,7 @@ DISTRO_TYPE = "${@base_contains("IMAGE_FEATURES", "debug-tweaks", "debug", "",d)
34 34
35do_configure_prepend() { 35do_configure_prepend() {
36 if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" = "debug" ]; then 36 if [ "x${DISTRO}" != "xfamiliar" -a "${DISTRO_TYPE}" = "debug" ]; then
37 oenote "WARNING: applying allow-nopw.patch which allows password-less logins!" 37 bbnote "WARNING: applying allow-nopw.patch which allows password-less logins!"
38 patch -p1 < ${WORKDIR}/allow-nopw.patch 38 patch -p1 < ${WORKDIR}/allow-nopw.patch
39 fi 39 fi
40} 40}
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index c773af0efa..7598c614e5 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -96,7 +96,7 @@ do_compile () {
96 cd ${S}/sunrpc/rpcsvc 96 cd ${S}/sunrpc/rpcsvc
97 for r in ${rpcsvc}; do 97 for r in ${rpcsvc}; do
98 h=`echo $r|sed -e's,\.x$,.h,'` 98 h=`echo $r|sed -e's,\.x$,.h,'`
99 rpcgen -h $r -o $h || oewarn "unable to generate header for $r" 99 rpcgen -h $r -o $h || bbwarn "unable to generate header for $r"
100 done 100 done
101 ) 101 )
102} 102}
diff --git a/meta/recipes-core/glibc/glibc_2.10.1.bb b/meta/recipes-core/glibc/glibc_2.10.1.bb
index 02d485e8ef..33ebe24b03 100644
--- a/meta/recipes-core/glibc/glibc_2.10.1.bb
+++ b/meta/recipes-core/glibc/glibc_2.10.1.bb
@@ -149,7 +149,7 @@ do_compile () {
149 cd ${S}/sunrpc/rpcsvc 149 cd ${S}/sunrpc/rpcsvc
150 for r in ${rpcsvc}; do 150 for r in ${rpcsvc}; do
151 h=`echo $r|sed -e's,\.x$,.h,'` 151 h=`echo $r|sed -e's,\.x$,.h,'`
152 rpcgen -h $r -o $h || oewarn "unable to generate header for $r" 152 rpcgen -h $r -o $h || bbwarn "unable to generate header for $r"
153 done 153 done
154 ) 154 )
155} 155}