summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.19.3.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-01-11 11:06:19 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 11:34:09 +0000
commit3ba7426bbf6be7a708c22d573513a4fd6a3c90d0 (patch)
tree01f0c810b70add3cd1f673a87bef59af11639951 /meta/recipes-core/busybox/busybox_1.19.3.bb
parent35d1c6821d0ad6557203336a4440cfd8e1480c7d (diff)
downloadpoky-3ba7426bbf6be7a708c22d573513a4fd6a3c90d0.tar.gz
busybox: enable dropping of duplicates in syslog, off by default
Busybox syslog includes functionality to drop duplicated syslog entries, enable this feature in the defconfig yet disable it by default. Expose configuration of the feature through the syslog-startup.conf file and the syslog init script. (From OE-Core rev: 0afa9a63a83ee128dac522af70e1f823b7d6a6df) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.19.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.19.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb
index f591856a36..a0754071d9 100644
--- a/meta/recipes-core/busybox/busybox_1.19.3.bb
+++ b/meta/recipes-core/busybox/busybox_1.19.3.bb
@@ -1,5 +1,5 @@
1require busybox.inc 1require busybox.inc
2PR = "r2" 2PR = "r3"
3 3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://udhcpscript.patch \ 5 file://udhcpscript.patch \