]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: remove default byteorder from config.sh
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 23 Jun 2015 03:29:22 +0000 (20:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jul 2015 14:38:21 +0000 (15:38 +0100)
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>
meta/recipes-devtools/perl/perl/config.sh

index d80f0c0bfa75552f977fff29fa1f5a1058121536..9fb50423b5fa52c6ca01fb914da3efa5f8a16528 100644 (file)
@@ -83,7 +83,6 @@ bin_ELF='define'
 binexp='@USRBIN@'
 bison='bison'
 byacc='byacc'
-byteorder='12345678'
 c=''
 castflags='0'
 cat='cat'