diff options
| -rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman.inc | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman_git.bb | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb index 4f7e891f6d..87a36108df 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb +++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | |||
| @@ -3,3 +3,6 @@ require qconnman.inc | |||
| 3 | RCONFLICTS = "qconnman" | 3 | RCONFLICTS = "qconnman" |
| 4 | 4 | ||
| 5 | inherit qt4e | 5 | inherit qt4e |
| 6 | |||
| 7 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | ||
| 8 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | ||
diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc index ee27ae38db..280a002c1b 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman.inc +++ b/meta-oe/recipes-qt/qconnman/qconnman.inc | |||
| @@ -4,10 +4,9 @@ DEPENDS = "connman" | |||
| 4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 6 | 6 | ||
| 7 | inherit autotools | 7 | PR = "r1" |
| 8 | 8 | ||
| 9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | 9 | inherit autotools |
| 10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | ||
| 11 | 10 | ||
| 12 | PV = "0.0+gitr${SRCPV}" | 11 | PV = "0.0+gitr${SRCPV}" |
| 13 | SRCREV = "9bab120f426e41552c369b7030414c792dd25a91" | 12 | SRCREV = "9bab120f426e41552c369b7030414c792dd25a91" |
diff --git a/meta-oe/recipes-qt/qconnman/qconnman_git.bb b/meta-oe/recipes-qt/qconnman/qconnman_git.bb index fb14baae9d..9f03b90af3 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman_git.bb +++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb | |||
| @@ -3,3 +3,6 @@ require qconnman.inc | |||
| 3 | RCONFLICTS = "qconnman-e" | 3 | RCONFLICTS = "qconnman-e" |
| 4 | 4 | ||
| 5 | inherit qt4x11 | 5 | inherit qt4x11 |
| 6 | |||
| 7 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | ||
| 8 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | ||
