diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2017-09-08 17:53:53 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2017-09-08 19:15:43 +0900 |
commit | 50fa7ada4190291bb27f9e8ab5be0fcdd940ca0b (patch) | |
tree | b825aeb630a8514de6ecc0d91884c1282523ecfc | |
parent | 7768809c619a065987a6633ffa050f168b1ef2ff (diff) | |
download | meta-ivi-50fa7ada4190291bb27f9e8ab5be0fcdd940ca0b.tar.gz meta-ivi-50fa7ada4190291bb27f9e8ab5be0fcdd940ca0b.tar.bz2 meta-ivi-50fa7ada4190291bb27f9e8ab5be0fcdd940ca0b.zip |
Revert "dlt-daemon: remove obsolete compress_doc inheritance"
This reverts commit 9c37855485e127b5587137572d1fd340180cadc2.
-rw-r--r-- | meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.16.0.bb | 2 |
1 files changed, 1 insertions, 1 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 e3d6e31..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,7 +21,7 @@ SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https \ " S = "${WORKDIR}/git" -inherit autotools gettext cmake systemd +inherit autotools gettext cmake systemd compress_doc PACKAGES += "${PN}-systemd" SYSTEMD_PACKAGES = "${PN} ${PN}-systemd" |