aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gettext/gettext-native_0.14.1.bb4
-rw-r--r--recipes/gettext/gettext-native_0.17.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gettext/gettext-native_0.14.1.bb b/recipes/gettext/gettext-native_0.14.1.bb
index 3bf4b50d35..fed847b5c5 100644
--- a/recipes/gettext/gettext-native_0.14.1.bb
+++ b/recipes/gettext/gettext-native_0.14.1.bb
@@ -7,7 +7,7 @@ inherit native
DEPENDS = ""
PROVIDES = ""
-M4 = "\
+M4_FILES = "\
lib-ld.m4 \
lib-link.m4 \
lib-prefix.m4 \
@@ -39,7 +39,7 @@ xsize.m4 \
"
do_stage_append() {
- for i in ${M4}; do
+ for i in ${M4_FILES}; do
src="gettext-runtime/m4/$i"
if [ ! -f $src ]; then
src="gettext-tools/m4/$i"
diff --git a/recipes/gettext/gettext-native_0.17.bb b/recipes/gettext/gettext-native_0.17.bb
index 89e61c2c74..d2de0bcccb 100644
--- a/recipes/gettext/gettext-native_0.17.bb
+++ b/recipes/gettext/gettext-native_0.17.bb
@@ -9,7 +9,7 @@ inherit native
S = "${WORKDIR}/gettext-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gettext-${PV}"
-M4 = "\
+M4_FILES = "\
ansi-c++.m4 \
codeset.m4 \
gettext.m4 \
@@ -43,7 +43,7 @@ lib-prefix.m4 \
"
do_stage_append() {
- for i in ${M4}; do
+ for i in ${M4_FILES}; do
src="gettext-runtime/m4/$i"
if [ ! -f $src ]; then
src="gettext-tools/m4/$i"