aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-12-17 22:19:57 -0700
committerChris Larson <clarson@mvista.com>2009-12-17 22:20:37 -0700
commit386409b14f381d83af13e72d3bd38c6bb52fbb95 (patch)
tree3b542f07361d86d3ab7306f1758be1526349c828 /recipes/gettext
parentd4c00c4ffd291e70dd6d44372a84ec42e6e6ec1e (diff)
downloadopenembedded-386409b14f381d83af13e72d3bd38c6bb52fbb95.tar.gz
gettext-native: rename the M4 var to better reflect its contents
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/gettext')
-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"