diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-05 10:50:32 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 10:51:23 +0400 |
commit | 929d154c3fdf3f3bd0ebb8dc35655c2bcc951744 (patch) | |
tree | 793223df9e301f4eaf464eb746cb6a529dc2bd2e /recipes/pf_ring | |
parent | 64b73f5d3bc4516de7deaf2c3647a96a1d5285e1 (diff) |
libpfring: remove deprecated patch options
Sorry, didn't check this one when picking from local branch.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/pf_ring')
-rw-r--r-- | recipes/pf_ring/libpfring_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pf_ring/libpfring_svn.bb b/recipes/pf_ring/libpfring_svn.bb index 711d2893d1..07c7d259a4 100644 --- a/recipes/pf_ring/libpfring_svn.bb +++ b/recipes/pf_ring/libpfring_svn.bb @@ -10,7 +10,7 @@ S = "${WORKDIR}/lib" SRCREV = "4326" SRC_URI = " \ svn://svn.ntop.org/svn/ntop/trunk/PF_RING/userland;module=lib;proto=https \ - file://libpfring-makefile-fixes.patch;patch=1;pnum=0 \ + file://libpfring-makefile-fixes.patch;striplevel=0 \ " CFLAGS += "-fPIC" |