[oe-commits] Robert Yang : perl: remove default byteorder from config.sh

git at git.openembedded.org git at git.openembedded.org
Sun Jun 28 12:38:56 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 6147231e35e8d5249af207574cfaf4857257f0ee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6147231e35e8d5249af207574cfaf4857257f0ee

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jun 22 20:29:22 2015 -0700

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 at windriver.com>

---

 meta/recipes-devtools/perl/perl/config.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/perl/perl/config.sh b/meta/recipes-devtools/perl/perl/config.sh
index d80f0c0..9fb5042 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'



More information about the Openembedded-commits mailing list