diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2017-07-06 11:00:22 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2017-07-14 08:21:14 +0000 |
commit | 4471c546cfff6a0b50f71a1fafabc64a2cc87818 (patch) | |
tree | 5f19c5fd1ea10128d0e684c4b642707db062b24c | |
parent | 7a3c1ab7e16362bdad29dfdd370c01f3926b8560 (diff) | |
download | meta-boot2qt-4471c546cfff6a0b50f71a1fafabc64a2cc87818.tar.gz |
qtivi: Add a PACKAGECONFIG option for dlt
This makes sure the QtGeniviExtras module is build if 'dlt'
is set in PACKAGECONFIG. In this case the
build and runtime dependencies are setup correctly.
Change-Id: Icf6650144692b39ddafeea9d51fc3ccf75b747c5
Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
-rw-r--r-- | recipes-qt/automotive/qtivi_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb index 8a01c29..103933f 100644 --- a/recipes-qt/automotive/qtivi_git.bb +++ b/recipes-qt/automotive/qtivi_git.bb | |||
@@ -42,8 +42,9 @@ SRCREV = "40e8ba1c8dd89474c4d890a3e050890d0cd9654e" | |||
42 | inherit qt5-module | 42 | inherit qt5-module |
43 | require recipes-qt/qt5/qt5-git.inc | 43 | require recipes-qt/qt5/qt5-git.inc |
44 | 44 | ||
45 | PACKAGECONFIG ?= "taglib" | 45 | PACKAGECONFIG ?= "taglib dlt" |
46 | PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib" | 46 | PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib" |
47 | PACKAGECONFIG[dlt] = "QMAKE_EXTRA_ARGS+=-feature-dlt,QMAKE_EXTRA_ARGS+=-no-feature-dlt,dlt-daemon" | ||
47 | PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only" | 48 | PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only" |
48 | 49 | ||
49 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 50 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |