aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-06-22 20:29:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-01 15:38:21 +0100
commit536e2f71874154e70676ba9902329d0efa24e2c3 (patch)
tree731ad08c93d45bcf29c08b4c58b58dea93aa1fb9
parentd261f4254b049276c086bc05adb068deb331e1d5 (diff)
downloadopenembedded-core-contrib-536e2f71874154e70676ba9902329d0efa24e2c3.tar.gz
perl: remove default byteorder from config.sh
Fixed test case: Failed test 146 - single result for config_re('byteorder') at ../lib/Config.t got "2" expected "1" There is a byteorder in config.sh-32/64. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-devtools/perl/perl/config.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl/config.sh b/meta/recipes-devtools/perl/perl/config.sh
index d80f0c0bfa..9fb50423b5 100644
--- a/meta/recipes-devtools/perl/perl/config.sh
+++ b/meta/recipes-devtools/perl/perl/config.sh
@@ -83,7 +83,6 @@ bin_ELF='define'
binexp='@USRBIN@'
bison='bison'
byacc='byacc'
-byteorder='12345678'
c=''
castflags='0'
cat='cat'