diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-09-11 16:06:08 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-12 10:07:31 +0200 |
commit | 23c18144b10a12aa8593b98125e9733519c69acc (patch) | |
tree | b8b3cd6f32aa85af9b3e574d9dba69e8c985a204 /recipes | |
parent | 53c0673ba015ba400d4e18fef5c5903830a06c09 (diff) |
ebtables: fix GNU_HASH error
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 33ad2b9113..c4fc1c329a 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 \ |