[oe-commits] Steve Sakoman : ebtables: fix GNU_HASH error

git version control git at git.openembedded.org
Thu Sep 17 07:41:36 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: bdf926928623d70a35277f74acef87144ae54ccf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bdf926928623d70a35277f74acef87144ae54ccf

Author: Steve Sakoman <steve at sakoman.com>
Date:   Sat Sep 12 05:45:47 2009 +0000

ebtables: fix GNU_HASH error

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/ebtables/ebtables_2.0.6.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/ebtables/ebtables_2.0.6.bb b/recipes/ebtables/ebtables_2.0.6.bb
index 33ad2b9..c4fc1c3 100644
--- a/recipes/ebtables/ebtables_2.0.6.bb
+++ b/recipes/ebtables/ebtables_2.0.6.bb
@@ -4,6 +4,8 @@ LICENSE = "GPL"
 SECTION = "console/network"
 PR = "r2"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
            file://gcc34.patch;patch=1 \
            file://gcc4.patch;patch=1 \





More information about the Openembedded-commits mailing list