aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hping/hping2_1.9.9+2.0.0rc3.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-07-26 15:09:08 -0700
committerChris Larson <chris_larson@mentor.com>2010-07-26 15:09:25 -0700
commit155f1ff7f2c9d9a044e6307cce57f0936d541d3b (patch)
treecdabe87a806f482d17aa77f2ea8c1bc46e13f874 /recipes/hping/hping2_1.9.9+2.0.0rc3.bb
parent6303c5602c9315952047640447829c4f6c15764c (diff)
downloadopenembedded-155f1ff7f2c9d9a044e6307cce57f0936d541d3b.tar.gz
Revert "Siteinfo cleanup"
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
Diffstat (limited to 'recipes/hping/hping2_1.9.9+2.0.0rc3.bb')
-rw-r--r--recipes/hping/hping2_1.9.9+2.0.0rc3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/hping/hping2_1.9.9+2.0.0rc3.bb b/recipes/hping/hping2_1.9.9+2.0.0rc3.bb
index 0b7ca71ee9..4a7fe8bb95 100644
--- a/recipes/hping/hping2_1.9.9+2.0.0rc3.bb
+++ b/recipes/hping/hping2_1.9.9+2.0.0rc3.bb
@@ -24,7 +24,7 @@ inherit siteinfo
#
do_configure() {
# Additional flag based on target endiness (see siteinfo.bbclass)
- BYTEORDER="${@base_conditional('SITEINFO_ENDIANNESS', 'le', '__LITTLE_ENDIAN_BITFIELD', '__BIG_ENDIAN_BITFIELD', d)}"
+ BYTEORDER="${@base_conditional('SITEINFO_ENDIANESS', 'le', '__LITTLE_ENDIAN_BITFIELD', '__BIG_ENDIAN_BITFIELD', d)}"
oenote Determined byteorder as: $BYTEORDER
BYTEORDER="${BYTEORDER}" CONFIGOSTYPE="LINUX" ./configure
}