diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-10 15:57:58 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-11 11:33:39 +0200 |
commit | bd9988e71aad83198ce00c63240a371f6708c501 (patch) | |
tree | c6cc639308ae8bfbc80fdeed19dd5c467809b973 /meta-oe | |
parent | 79b8431f61235f9b00005919d3033a8adef102b0 (diff) | |
download | meta-openembedded-bd9988e71aad83198ce00c63240a371f6708c501.tar.gz |
packagegroup-qte-toolchain-target: remove bbappend content
This added Qwt to the Qt Embedded toolchain. This is a distro policy
decision, and in any case Qwt is a third-party library which is not part
of Qt. Distros that wish to do this should add this bbappend to their
own layers.
(We have to preserve the PRINC value to avoid PR going backwards.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend b/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend index f6e5dd9a2..d9f1c295f 100644 --- a/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend +++ b/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend | |||
@@ -1,6 +1 @@ | |||
1 | RDEPENDS_${PN} += "qwt-e-dev" | ||
2 | |||
3 | # qwt-e conflicts with qwt, so only one can be built in world and this pulls qwt-e | ||
4 | EXCLUDE_FROM_WORLD = "1" | ||
5 | |||
6 | PRINC := "${@int(PRINC) + 1}" | PRINC := "${@int(PRINC) + 1}" | |