qconnman: fix order of qmake variable settings

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Otavio Salvador
2011-12-09 16:27:06 +00:00
committed by Koen Kooi
parent 9a6cdf59a4
commit b37fc4e65b
3 changed files with 8 additions and 3 deletions
@@ -3,3 +3,6 @@ require qconnman.inc
RCONFLICTS = "qconnman"
inherit qt4e
EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
+2 -3
View File
@@ -4,10 +4,9 @@ DEPENDS = "connman"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
inherit autotools
PR = "r1"
EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
inherit autotools
PV = "0.0+gitr${SRCPV}"
SRCREV = "9bab120f426e41552c369b7030414c792dd25a91"
@@ -3,3 +3,6 @@ require qconnman.inc
RCONFLICTS = "qconnman-e"
inherit qt4x11
EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"