From 386409b14f381d83af13e72d3bd38c6bb52fbb95 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 17 Dec 2009 22:19:57 -0700 Subject: gettext-native: rename the M4 var to better reflect its contents Signed-off-by: Chris Larson --- recipes/gettext/gettext-native_0.14.1.bb | 4 ++-- recipes/gettext/gettext-native_0.17.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/gettext') 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" -- cgit 1.2.3-korg