From dc7b0a9627e2d5e63f30c74d694a81ca6d07e51f Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 31 Mar 2015 15:02:22 +0000 Subject: Add tcpdump to tools Change-Id: Ib8555258663cb16139efc4b3c004012c4aa054a5 --- strata/tools.morph | 12 ++++++++++++ strata/tools/libpcap.morph | 3 +++ strata/tools/tcpdump.morph | 3 +++ 3 files changed, 18 insertions(+) create mode 100644 strata/tools/libpcap.morph create mode 100644 strata/tools/tcpdump.morph diff --git a/strata/tools.morph b/strata/tools.morph index 5b3288ec..63ef39c2 100644 --- a/strata/tools.morph +++ b/strata/tools.morph @@ -73,3 +73,15 @@ chunks: unpetrify-ref: IPMITOOL_1_8_14 build-depends: - file +- name: libpcap + morph: strata/tools/libpcap.morph + repo: upstream:libpcap + ref: 098a643f817e8a9929c70dfba157e4d399398375 + unpetrify-ref: libpcap-1.7 +- name: tcpdump + morph: strata/tools/tcpdump.morph + repo: upstream:tcpdump + ref: 8aa5edea1b8846740514dee4158b6c707d38fc13 + unpetrify-ref: tcpdump-4.7 + build-depends: + - libpcap diff --git a/strata/tools/libpcap.morph b/strata/tools/libpcap.morph new file mode 100644 index 00000000..7c5ee932 --- /dev/null +++ b/strata/tools/libpcap.morph @@ -0,0 +1,3 @@ +name: libpcap +kind: chunk +build-system: autotools diff --git a/strata/tools/tcpdump.morph b/strata/tools/tcpdump.morph new file mode 100644 index 00000000..7a974dab --- /dev/null +++ b/strata/tools/tcpdump.morph @@ -0,0 +1,3 @@ +name: tcpdump +kind: chunk +build-system: autotools -- cgit v1.2.1