Correct dlog recipe
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 13 May 2014 09:06:24 +0000 (11:06 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 13 May 2014 09:06:24 +0000 (11:06 +0200)
* Correct paths.
* Remove creation of an unpackaged directory.

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/dlog/dlog.inc

index 0cde0f1..2217e26 100644 (file)
@@ -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