summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-07-06 10:54:27 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-07-14 08:21:10 +0000
commit7a3c1ab7e16362bdad29dfdd370c01f3926b8560 (patch)
treec8c3736c08d2461f24d0eac4f5d532bce074eec1
parenta4fe4a8df79e91d724de690c0039e4da7b999f9b (diff)
downloadmeta-boot2qt-7a3c1ab7e16362bdad29dfdd370c01f3926b8560.tar.gz
qtivi: Use the option of the new configure system
This also fixes the geniviextras-only PACKAGECONFIG, which wouldn't work otherwise Change-Id: I07c748742d755734e1004ee73391a396f8b78510 Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
-rw-r--r--recipes-qt/automotive/qtivi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index 3da3dde..8a01c29 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -43,8 +43,8 @@ inherit qt5-module
43require recipes-qt/qt5/qt5-git.inc 43require recipes-qt/qt5/qt5-git.inc
44 44
45PACKAGECONFIG ?= "taglib" 45PACKAGECONFIG ?= "taglib"
46PACKAGECONFIG[taglib] = "CONFIG+=config_taglib CONFIG+=done_config_taglib,CONFIG+=done_config_taglib,taglib" 46PACKAGECONFIG[taglib] = "QMAKE_EXTRA_ARGS+=-feature-taglib,QMAKE_EXTRA_ARGS+=-no-feature-taglib,taglib"
47PACKAGECONFIG[geniviextras-only] = "CONFIG+=geniviextras-only" 47PACKAGECONFIG[geniviextras-only] = "QMAKE_EXTRA_ARGS+=--geniviextras-only"
48 48
49EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 49EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
50 50