diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:35:25 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:19 +0200 |
| commit | 479b5fb52647da67241b8c0a1aaabe237bafad62 (patch) | |
| tree | 1945fc7b165e0a13120a79ca5f395946a4fee9f3 | |
| parent | d9a4deb73742c0d2f521c4cad5257e63217e587a (diff) | |
| download | meta-openembedded-479b5fb52647da67241b8c0a1aaabe237bafad62.tar.gz | |
cairomm: don't include cairo.inc
* we were overriding most variables from cairo.inc
* fixes following QA warnings:
cairomm-1.10.0: cairomm: configure was passed unrecognised options:
--disable-egl --enable-tee --with-x --disable-glesv2
--disable-valgrind --disable-some-floating-point
[unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb b/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb index 86ba55212f..a5e383a4b1 100644 --- a/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb +++ b/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | require recipes-graphics/cairo/cairo.inc | ||
| 2 | |||
| 3 | SUMMARY = "C++ bindings for Cairo graphics library" | 1 | SUMMARY = "C++ bindings for Cairo graphics library" |
| 4 | 2 | ||
| 5 | LICENSE = "LGPLv2" | 3 | LICENSE = "LGPLv2" |
| @@ -7,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9" | |||
| 7 | 5 | ||
| 8 | PR = "r1" | 6 | PR = "r1" |
| 9 | 7 | ||
| 8 | inherit autotools pkgconfig | ||
| 9 | |||
| 10 | DEPENDS = "cairo libsigc++-2.0" | 10 | DEPENDS = "cairo libsigc++-2.0" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz;name=archive" | 12 | SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz;name=archive" |
