diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2014-01-20 16:08:39 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-18 09:22:38 +0100 |
| commit | 38b3de4ad59ffe59ba74b7357f9899271edf1d5f (patch) | |
| tree | bcb1bb48ad2e5c3a956d0ea581e23966aabbdc97 /meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb | |
| parent | 2397f51915252c00c4b86dc324feec76f61dcf22 (diff) | |
| download | meta-openembedded-38b3de4ad59ffe59ba74b7357f9899271edf1d5f.tar.gz | |
libconnman-qt: update to 1.0.46, add recipe for qte
* Use _git version suffix, because it really is a Git recipe.
* Create an inc file to be shared between qt4x11 and qt4e.
* Use CONFIG+=notests, because CONFIG+=notest has no effect now.
* Reorder some variables according to style guide.
* Remove unneeded PROVIDES for ${PN}-plugin, which is already listed
in PACKAGES.
* Hardcode branch to master, because no other branch exists upstream.
* Simplify do_install.
* Don't overwrite EXTRA_QMAKEVARS_PRE, because qt4e.bbclass uses
it to pass on QT_LIBINFX.
* Generalize QT_IMPORTS_DIR to make it valid for qte.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb')
| -rw-r--r-- | meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb b/meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb new file mode 100644 index 0000000000..7ee4bdb081 --- /dev/null +++ b/meta-oe/recipes-qt/libconnman-qt/libconnman-qte_git.bb | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | inherit qt4e | ||
| 2 | |||
| 3 | require libconnman-qt.inc | ||
