diff options
author | Martin Dietze <di@fh-wedel.de> | 2009-05-20 09:41:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 10:12:39 +0200 |
commit | 24db351c88feaa1b7ef23dd20a95d2ce78fb5bd4 (patch) | |
tree | 7a96af3157bb280d63e9580e2e5fa300748b5b2a /recipes/pciutils/pciutils_3.1.2.bb | |
parent | 6f393268e4b5d687bc2ca50d63e0bb25050d8439 (diff) |
pciutils: filter out flags that break gcc3
* this is done with a nylon override since we lack gcc3 overrides
Diffstat (limited to 'recipes/pciutils/pciutils_3.1.2.bb')
-rw-r--r-- | recipes/pciutils/pciutils_3.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb index 25782a5549..d7458a1c7a 100644 --- a/recipes/pciutils/pciutils_3.1.2.bb +++ b/recipes/pciutils/pciutils_3.1.2.bb @@ -8,6 +8,7 @@ DEPENDS = "zlib" SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ file://pciutils.patch;patch=1 " +SRC_URI_append_nylon = "file://gcc-3-compatibility.patch;patch=1 " PARALLEL_MAKE = "" |