diff options
Diffstat (limited to 'dynamic-layers/meta-rust/recipes-ids/suricata/files/fixup.patch')
| -rw-r--r-- | dynamic-layers/meta-rust/recipes-ids/suricata/files/fixup.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dynamic-layers/meta-rust/recipes-ids/suricata/files/fixup.patch b/dynamic-layers/meta-rust/recipes-ids/suricata/files/fixup.patch new file mode 100644 index 0000000..fc44ce6 --- /dev/null +++ b/dynamic-layers/meta-rust/recipes-ids/suricata/files/fixup.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | Skip pkg Makefile from using its own rust steps | ||
| 2 | |||
| 3 | Upstream-Status: OE Specific | ||
| 4 | |||
| 5 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||
| 6 | |||
| 7 | Index: suricata-6.0.2/Makefile.am | ||
| 8 | =================================================================== | ||
| 9 | --- suricata-6.0.2.orig/Makefile.am | ||
| 10 | +++ suricata-6.0.2/Makefile.am | ||
| 11 | @@ -7,7 +7,7 @@ EXTRA_DIST = ChangeLog COPYING LICENSE s | ||
| 12 | $(SURICATA_UPDATE_DIR) \ | ||
| 13 | lua \ | ||
| 14 | acsite.m4 | ||
| 15 | -SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \ | ||
| 16 | +SUBDIRS = $(HTP_DIR) src qa rules doc contrib etc python ebpf \ | ||
| 17 | $(SURICATA_UPDATE_DIR) | ||
| 18 | |||
| 19 | CLEANFILES = stamp-h[0-9]* | ||
| 20 | Index: suricata-6.0.2/Makefile.in | ||
| 21 | =================================================================== | ||
| 22 | --- suricata-6.0.2.orig/Makefile.in | ||
| 23 | +++ suricata-6.0.2/Makefile.in | ||
| 24 | @@ -426,7 +426,7 @@ EXTRA_DIST = ChangeLog COPYING LICENSE s | ||
| 25 | lua \ | ||
| 26 | acsite.m4 | ||
| 27 | |||
| 28 | -SUBDIRS = $(HTP_DIR) rust src qa rules doc contrib etc python ebpf \ | ||
| 29 | +SUBDIRS = $(HTP_DIR) src qa rules doc contrib etc python ebpf \ | ||
| 30 | $(SURICATA_UPDATE_DIR) | ||
| 31 | |||
| 32 | CLEANFILES = stamp-h[0-9]* | ||
