diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-22 20:29:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:39:59 +0100 |
commit | dc5813d8d057a5d48ba42032558bfa1508e2409e (patch) | |
tree | 805b1fb88bd205db4dc028d71ffe37baad4cc40d /meta/recipes-devtools/perl | |
parent | f4248c6a69b8ce1086f348e7f16e114775828a10 (diff) | |
download | poky-dc5813d8d057a5d48ba42032558bfa1508e2409e.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.
(From OE-Core rev: 536e2f71874154e70676ba9902329d0efa24e2c3)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl/config.sh | 1 |
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' | |||
83 | binexp='@USRBIN@' | 83 | binexp='@USRBIN@' |
84 | bison='bison' | 84 | bison='bison' |
85 | byacc='byacc' | 85 | byacc='byacc' |
86 | byteorder='12345678' | ||
87 | c='' | 86 | c='' |
88 | castflags='0' | 87 | castflags='0' |
89 | cat='cat' | 88 | cat='cat' |