diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-23 13:02:19 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-11 10:47:20 +0100 |
| commit | 6d7a4d6a81c5238d5b35adea0cb63fe82aae988a (patch) | |
| tree | c08c6576fa91a80a989bc5899dc86f26b93baafa /meta-networking | |
| parent | f08b9e8e7d9740f8353d70aa9c2a0989951bed1d (diff) | |
| download | meta-openembedded-6d7a4d6a81c5238d5b35adea0cb63fe82aae988a.tar.gz | |
snort: fix indentation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | 79 |
1 files changed, 39 insertions, 40 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb index 65dc524a86..e15f7bec89 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb | |||
| @@ -6,14 +6,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "libpcap libpcre daq libdnet util-linux" | 7 | DEPENDS = "libpcap libpcre daq libdnet util-linux" |
| 8 | 8 | ||
| 9 | |||
| 10 | SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ | 9 | SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \ |
| 11 | file://snort.init \ | 10 | file://snort.init \ |
| 12 | file://disable-inaddr-none.patch \ | 11 | file://disable-inaddr-none.patch \ |
| 13 | file://disable-dap-address-space-id.patch \ | 12 | file://disable-dap-address-space-id.patch \ |
| 14 | file://0001-libpcap-search-sysroot-for-headers.patch \ | 13 | file://0001-libpcap-search-sysroot-for-headers.patch \ |
| 15 | file://not-hardcoded-libdir.patch \ | 14 | file://not-hardcoded-libdir.patch \ |
| 16 | file://m4-oom-during-configure.patch \ | 15 | file://m4-oom-during-configure.patch \ |
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" | 18 | SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659" |
| @@ -25,17 +24,17 @@ INITSCRIPT_NAME = "snort" | |||
| 25 | INITSCRIPT_PARAMS = "defaults" | 24 | INITSCRIPT_PARAMS = "defaults" |
| 26 | 25 | ||
| 27 | EXTRA_OECONF = " \ | 26 | EXTRA_OECONF = " \ |
| 28 | --enable-gre \ | 27 | --enable-gre \ |
| 29 | --enable-linux-smp-stats \ | 28 | --enable-linux-smp-stats \ |
| 30 | --enable-reload \ | 29 | --enable-reload \ |
| 31 | --enable-reload-error-restart \ | 30 | --enable-reload-error-restart \ |
| 32 | --enable-targetbased \ | 31 | --enable-targetbased \ |
| 33 | --disable-static-daq \ | 32 | --disable-static-daq \ |
| 34 | --with-dnet-includes=${STAGING_INCDIR} \ | 33 | --with-dnet-includes=${STAGING_INCDIR} \ |
| 35 | --with-dnet-libraries=${STAGING_LIBDIR} \ | 34 | --with-dnet-libraries=${STAGING_LIBDIR} \ |
| 36 | --with-libpcre-includes=${STAGING_INCDIR} \ | 35 | --with-libpcre-includes=${STAGING_INCDIR} \ |
| 37 | --with-libpcre-libraries=${STAGING_INCDIR} \ | 36 | --with-libpcre-libraries=${STAGING_INCDIR} \ |
| 38 | " | 37 | " |
| 39 | 38 | ||
| 40 | # if you want to disable it, you need to patch configure.in first | 39 | # if you want to disable it, you need to patch configure.in first |
| 41 | # AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no") | 40 | # AC_CHECK_HEADERS([openssl/sha.h],, SHA_H="no") |
| @@ -57,28 +56,28 @@ do_install_append() { | |||
| 57 | } | 56 | } |
| 58 | 57 | ||
| 59 | FILES_${PN} += " \ | 58 | FILES_${PN} += " \ |
| 60 | ${libdir}/snort_dynamicengine/*.so.* \ | 59 | ${libdir}/snort_dynamicengine/*.so.* \ |
| 61 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ | 60 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ |
| 62 | ${libdir}/snort_dynamicrules/*.so.* \ | 61 | ${libdir}/snort_dynamicrules/*.so.* \ |
| 63 | " | 62 | " |
| 64 | FILES_${PN}-dbg += " \ | 63 | FILES_${PN}-dbg += " \ |
| 65 | ${libdir}/snort_dynamicengine/.debug \ | 64 | ${libdir}/snort_dynamicengine/.debug \ |
| 66 | ${libdir}/snort_dynamicpreprocessor/.debug \ | 65 | ${libdir}/snort_dynamicpreprocessor/.debug \ |
| 67 | ${libdir}/snort_dynamicrules/.debug \ | 66 | ${libdir}/snort_dynamicrules/.debug \ |
| 68 | " | 67 | " |
| 69 | FILES_${PN}-staticdev += " \ | 68 | FILES_${PN}-staticdev += " \ |
| 70 | ${libdir}/snort_dynamicengine/*.a \ | 69 | ${libdir}/snort_dynamicengine/*.a \ |
| 71 | ${libdir}/snort_dynamicpreprocessor/*.a \ | 70 | ${libdir}/snort_dynamicpreprocessor/*.a \ |
| 72 | ${libdir}/snort_dynamicrules/*.a \ | 71 | ${libdir}/snort_dynamicrules/*.a \ |
| 73 | ${libdir}/snort/dynamic_preproc/*.a \ | 72 | ${libdir}/snort/dynamic_preproc/*.a \ |
| 74 | ${libdir}/snort/dynamic_output/*.a \ | 73 | ${libdir}/snort/dynamic_output/*.a \ |
| 75 | " | 74 | " |
| 76 | FILES_${PN}-dev += " \ | 75 | FILES_${PN}-dev += " \ |
| 77 | ${libdir}/snort_dynamicengine/*.la \ | 76 | ${libdir}/snort_dynamicengine/*.la \ |
| 78 | ${libdir}/snort_dynamicpreprocessor/*.la \ | 77 | ${libdir}/snort_dynamicpreprocessor/*.la \ |
| 79 | ${libdir}/snort_dynamicrules/*.la \ | 78 | ${libdir}/snort_dynamicrules/*.la \ |
| 80 | ${libdir}/snort_dynamicengine/*.so \ | 79 | ${libdir}/snort_dynamicengine/*.so \ |
| 81 | ${libdir}/snort_dynamicpreprocessor/*.so \ | 80 | ${libdir}/snort_dynamicpreprocessor/*.so \ |
| 82 | ${libdir}/snort_dynamicrules/*.so \ | 81 | ${libdir}/snort_dynamicrules/*.so \ |
| 83 | ${prefix}/src/snort_dynamicsrc \ | 82 | ${prefix}/src/snort_dynamicsrc \ |
| 84 | " | 83 | " |
