From: Kévin THIERRY Date: Tue, 13 May 2014 09:06:24 +0000 (+0200) Subject: Correct dlog recipe X-Git-Tag: demo_release_0.1~120^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b006beb366f46ebe64292466fbc2a8d5d2f70824;p=scm%2Fbb%2Fmeta-tizen.git Correct dlog recipe * Correct paths. * Remove creation of an unpackaged directory. Signed-off-by: Kévin THIERRY --- diff --git a/recipes-tizen/dlog/dlog.inc b/recipes-tizen/dlog/dlog.inc index 0cde0f1..2217e26 100644 --- a/recipes-tizen/dlog/dlog.inc +++ b/recipes-tizen/dlog/dlog.inc @@ -126,11 +126,10 @@ do_install() { find ${D} -regex ".*\.la$" | xargs rm -f -- find ${D} -regex ".*\.a$" | xargs rm -f -- mkdir -p ${D}/opt/etc/dump.d/default.d - cp ${WORKDIR}/dlog-0.4.1/dlog_dump.sh ${D}/opt/etc/dump.d/default.d/dlog_dump.sh + cp ${WORKDIR}/git/dlog_dump.sh ${D}/opt/etc/dump.d/default.d/dlog_dump.sh mkdir -p ${D}/usr/bin/ - cp ${WORKDIR}/dlog-0.4.1/dlogctrl ${D}/usr/bin/dlogctrl + cp ${WORKDIR}/git/dlogctrl ${D}/usr/bin/dlogctrl - mkdir -p ${D}/lib/systemd/system/basic.target.wants mkdir -p ${D}/lib/systemd/system/multi-user.target.wants install -m 0644 ${S}/packaging/dlog-main.service ${D}/lib/systemd/system