diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-connectivity/snort | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/snort')
| -rw-r--r-- | meta-networking/recipes-connectivity/snort/snort_2.9.18.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb index cca18d726c..47c201fa13 100644 --- a/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb +++ b/meta-networking/recipes-connectivity/snort/snort_2.9.18.bb | |||
| @@ -50,7 +50,7 @@ PACKAGECONFIG[appid] = "--enable-open-appid, --disable-open-appid, luajit, bash" | |||
| 50 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" | 50 | CFLAGS += "-I${STAGING_INCDIR}/tirpc" |
| 51 | LDFLAGS += " -ltirpc" | 51 | LDFLAGS += " -ltirpc" |
| 52 | 52 | ||
| 53 | do_install_append() { | 53 | do_install:append() { |
| 54 | install -d ${D}${sysconfdir}/snort/rules | 54 | install -d ${D}${sysconfdir}/snort/rules |
| 55 | install -d ${D}${sysconfdir}/snort/preproc_rules | 55 | install -d ${D}${sysconfdir}/snort/preproc_rules |
| 56 | install -d ${D}${sysconfdir}/init.d | 56 | install -d ${D}${sysconfdir}/init.d |
| @@ -77,30 +77,30 @@ do_install_append() { | |||
| 77 | sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc | 77 | sed -i -e 's|-ffile-prefix-map[^ ]*||g; s|-fdebug-prefix-map[^ ]*||g; s|-fmacro-prefix-map[^ ]*||g; s|${STAGING_DIR_TARGET}||g' ${D}${libdir}/pkgconfig/*.pc |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | pkg_postinst_${PN}() { | 80 | pkg_postinst:${PN}() { |
| 81 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then | 81 | if [ -z "$D" ] && [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then |
| 82 | ${sysconfdir}/init.d/populate-volatile.sh update | 82 | ${sysconfdir}/init.d/populate-volatile.sh update |
| 83 | fi | 83 | fi |
| 84 | } | 84 | } |
| 85 | 85 | ||
| 86 | FILES_${PN} += " \ | 86 | FILES:${PN} += " \ |
| 87 | ${libdir}/snort_dynamicengine/*.so.* \ | 87 | ${libdir}/snort_dynamicengine/*.so.* \ |
| 88 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ | 88 | ${libdir}/snort_dynamicpreprocessor/*.so.* \ |
| 89 | ${libdir}/snort_dynamicrules/*.so.* \ | 89 | ${libdir}/snort_dynamicrules/*.so.* \ |
| 90 | " | 90 | " |
| 91 | FILES_${PN}-dbg += " \ | 91 | FILES:${PN}-dbg += " \ |
| 92 | ${libdir}/snort_dynamicengine/.debug \ | 92 | ${libdir}/snort_dynamicengine/.debug \ |
| 93 | ${libdir}/snort_dynamicpreprocessor/.debug \ | 93 | ${libdir}/snort_dynamicpreprocessor/.debug \ |
| 94 | ${libdir}/snort_dynamicrules/.debug \ | 94 | ${libdir}/snort_dynamicrules/.debug \ |
| 95 | " | 95 | " |
| 96 | FILES_${PN}-staticdev += " \ | 96 | FILES:${PN}-staticdev += " \ |
| 97 | ${libdir}/snort_dynamicengine/*.a \ | 97 | ${libdir}/snort_dynamicengine/*.a \ |
| 98 | ${libdir}/snort_dynamicpreprocessor/*.a \ | 98 | ${libdir}/snort_dynamicpreprocessor/*.a \ |
| 99 | ${libdir}/snort_dynamicrules/*.a \ | 99 | ${libdir}/snort_dynamicrules/*.a \ |
| 100 | ${libdir}/snort/dynamic_preproc/*.a \ | 100 | ${libdir}/snort/dynamic_preproc/*.a \ |
| 101 | ${libdir}/snort/dynamic_output/*.a \ | 101 | ${libdir}/snort/dynamic_output/*.a \ |
| 102 | " | 102 | " |
| 103 | FILES_${PN}-dev += " \ | 103 | FILES:${PN}-dev += " \ |
| 104 | ${libdir}/snort_dynamicengine/*.la \ | 104 | ${libdir}/snort_dynamicengine/*.la \ |
| 105 | ${libdir}/snort_dynamicpreprocessor/*.la \ | 105 | ${libdir}/snort_dynamicpreprocessor/*.la \ |
| 106 | ${libdir}/snort_dynamicrules/*.la \ | 106 | ${libdir}/snort_dynamicrules/*.la \ |
