diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2013-03-20 22:08:36 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-21 22:05:37 +0100 |
| commit | ceebf3124ad8c1271350a7a23e23cda4603699dd (patch) | |
| tree | 3c099fea702b01dff4635beced038b3616461657 | |
| parent | ac77fd50741b73d820b8b79b025d27350e0f6c90 (diff) | |
| download | meta-openembedded-ceebf3124ad8c1271350a7a23e23cda4603699dd.tar.gz | |
busybox: move /etc/default/busybox-syslog to ${PN}-syslog
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend index 0741b76fcd..5d06265326 100644 --- a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend +++ b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend | |||
| @@ -9,3 +9,5 @@ do_install_append() { | |||
| 9 | install -d ${D}${sysconfdir}/default | 9 | install -d ${D}${sysconfdir}/default |
| 10 | install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog | 10 | install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog |
| 11 | } | 11 | } |
| 12 | |||
| 13 | FILES_${PN}-syslog += "${sysconfdir}/default/busybox-syslog" | ||
