aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/sysklogd.inc
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-09-28 23:21:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-29 16:54:03 +0100
commit5035097bb369dc1740b817734b92bcfa40d95d22 (patch)
tree98545b241c9884371f01b857319f76229ed7b3b4 /meta/recipes-extended/sysklogd/sysklogd.inc
parent60b04097c7aeca2c4d529b2f23343a507fa68ea6 (diff)
downloadopenembedded-core-contrib-5035097bb369dc1740b817734b92bcfa40d95d22.tar.gz
Fix sysklogd build on e500v2 cores
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd/sysklogd.inc')
-rw-r--r--meta/recipes-extended/sysklogd/sysklogd.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index 891dd3b80f..0b84dace96 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -22,6 +22,8 @@ SRC_URI = "http://www.infodrom.org/projects/sysklogd/download/sysklogd-${PV}.tar
file://syslog.conf \
"
+SRC_URI_append_e500v2 = " file://no-vectorization.patch"
+
INITSCRIPT_NAME = "syslog"
CONFFILES_${PN} = "${sysconfdir}/syslog.conf.${PN}"