[oe-commits] Chris Larson : gettext-native: rename the M4 var to better reflect its contents

git version control git at git.openembedded.org
Tue Dec 22 09:48:04 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 386409b14f381d83af13e72d3bd38c6bb52fbb95
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=386409b14f381d83af13e72d3bd38c6bb52fbb95

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Dec 17 22:19:57 2009 -0700

gettext-native: rename the M4 var to better reflect its contents

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/gettext/gettext-native_0.14.1.bb |    4 ++--
 recipes/gettext/gettext-native_0.17.bb   |    4 ++--
 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 3bf4b50..fed847b 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 89e61c2..d2de0bc 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"





More information about the Openembedded-commits mailing list