aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 17:07:04 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-24 15:31:51 +0200
commitf2ec214f097acd84ff044c26a57789b153cee219 (patch)
treefa0842a15c6bd71f6c78102a1cd1552f2ee0a386 /meta-networking/recipes-connectivity
parent09f40c089d490b7734e227cd5abcb1706054d8fe (diff)
downloadmeta-openembedded-contrib-f2ec214f097acd84ff044c26a57789b153cee219.tar.gz
snort: add missing pkgconfig inherit
* otherwise m4 eats all memory and is killed by OOMK [1051138.019784] Out of memory: Kill process 26264 (m4) score 860 or sacrifice child [1051138.019788] Killed process 26264 (m4) total-vm:23062712kB, anon-rss:15066516kB, file-rss:100kB * very strange, but m4 and snort sometimes have strange side-effects, from first google result: http://www.hipforums.com/newforums/showthread.php?t=466568 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/snort/snort_2.9.6.0.bb2
1 files changed, 1 insertions, 1 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 aba2850710..ecbbf44cb9 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
@@ -16,7 +16,7 @@ SRC_URI = " ${GENTOO_MIRROR}/${BP}.tar.gz;name=tarball \
SRC_URI[tarball.md5sum] = "18111f6de3989ca89add36077a7c2659"
SRC_URI[tarball.sha256sum] = "3cc6c8a9b52f4c863a5736a73b4012aff340b50b5e002771b04d4877f47cd19e"
-inherit autotools gettext update-rc.d
+inherit autotools gettext update-rc.d pkgconfig
INITSCRIPT_NAME = "snort"
INITSCRIPT_PARAMS = "defaults"