diff options
author | Yong-iL (Tolkien) Joh <yong-il.joh@windriver.com> | 2017-07-06 17:13:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 17:13:36 +0900 |
commit | 3005ef5c43e10234c084c7db137d251b9e7999a3 (patch) | |
tree | 0ec487a206889a6c8eca2a4c262929a548ee1d25 | |
parent | e562f9956772b71707abed7eb1eb51a3fbb59c81 (diff) | |
parent | 83ace319c221710b28f7ff4a8b954f78b079aa50 (diff) | |
download | meta-ivi-3005ef5c43e10234c084c7db137d251b9e7999a3.tar.gz meta-ivi-3005ef5c43e10234c084c7db137d251b9e7999a3.tar.bz2 meta-ivi-3005ef5c43e10234c084c7db137d251b9e7999a3.zip |
Merge pull request #46 from GordanM/topic/dlt
dlt-daemon: remove inherit gzipnative
-rw-r--r-- | meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb index 6e95371..ab2c71f 100644 --- a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb +++ b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb @@ -21,8 +21,7 @@ SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https \ " S = "${WORKDIR}/git" -inherit autotools gettext cmake systemd -inherit gzipnative compress_doc +inherit autotools gettext cmake systemd compress_doc PACKAGES += "${PN}-systemd" SYSTEMD_PACKAGES = "${PN} ${PN}-systemd" |