diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-03-09 16:54:57 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-03-19 10:41:54 -0700 |
commit | a215c2f283476776567506c2e3f969c48f7e5e3d (patch) | |
tree | d2fbc73e905e93959f0627097a72d52dff200815 /recipes/hping | |
parent | e0503768af714c4e8c7fc75e462d4e58e34042a7 (diff) |
Don't inherit siteinfo in base.bbclass
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/hping')
-rw-r--r-- | recipes/hping/hping2_1.9.9+2.0.0rc3.bb | 2 |
1 files changed, 2 insertions, 0 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 471be84d29..f8f4bb7281 100644 --- a/recipes/hping/hping2_1.9.9+2.0.0rc3.bb +++ b/recipes/hping/hping2_1.9.9+2.0.0rc3.bb @@ -14,6 +14,8 @@ SRC_URI = "http://www.hping.org/hping2.0.0-rc3.tar.gz \ file://hping2_configure.patch;patch=1" S = "${WORKDIR}/hping2-rc3" +inherit siteinfo + # # We've patched configure to accept byte order and ostype as env # variables Pass those values in to stop it trying to figure it out |