diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-05-26 19:16:12 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-05-26 19:16:12 +0000 |
commit | d630bf6330993ada782a1bd856da22c78516a1d5 (patch) | |
tree | 6dea640889dbe4946eb5987d7f7e777ebc1c5b07 /recipes/kismet/kismet_2008-05-R1.bb | |
parent | 11af43ab7498f86026004daeca86fdde8f1ae0b6 (diff) |
kismet: Update to version 2008-05-R1.
Diffstat (limited to 'recipes/kismet/kismet_2008-05-R1.bb')
-rw-r--r-- | recipes/kismet/kismet_2008-05-R1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/kismet/kismet_2008-05-R1.bb b/recipes/kismet/kismet_2008-05-R1.bb new file mode 100644 index 0000000000..c413ed508a --- /dev/null +++ b/recipes/kismet/kismet_2008-05-R1.bb @@ -0,0 +1,10 @@ +require kismet.inc + +# patches *.diff are from openSUSE +SRC_URI += "file://kismet-2008-05-R1-crash.diff;patch=1;pnum=0 \ + file://kismet-2008-05-R1-fmt.diff;patch=1;pnum=0 \ + file://kismet-2008-05-R1-infinite-loop.diff;patch=1;pnum=0 \ + file://kismet-2008-05-R1-nonvoid.diff;patch=1;pnum=0 \ + file://fix_strip.patch;patch=1" + +PR = "r0" |