qconnman: fix order of qmake variable settings
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 9 Dec 2011 16:27:06 +0000 (16:27 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:19 +0000 (08:17 -0800)
(From meta-openembedded rev: b37fc4e65b53017fa87b61a24af5f16f2e571c47)

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
meta-openembedded/meta-oe/recipes-qt/qconnman/qconnman.inc
meta-openembedded/meta-oe/recipes-qt/qconnman/qconnman_git.bb

index 4f7e891..87a3610 100644 (file)
@@ -3,3 +3,6 @@ require qconnman.inc
 RCONFLICTS = "qconnman"
 
 inherit qt4e
+
+EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
+EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
index ee27ae3..280a002 100644 (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"
index fb14baa..9f03b90 100644 (file)
@@ -3,3 +3,6 @@ require qconnman.inc
 RCONFLICTS = "qconnman-e"
 
 inherit qt4x11
+
+EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
+EXTRA_OEMAKE += "INSTALL_ROOT=${D}"