| Submitter | Andreas Oberritter |
|---|---|
| Date | Feb. 27, 2012, 5:10 p.m. |
| Message ID | <1330362610-12851-1-git-send-email-obi@opendreambox.org> |
| Download | mbox | patch |
| Permalink | /patch/22143/ |
| State | New |
| Headers | show |
Comments
On Monday 27 February 2012 14:20:15 Otavio Salvador wrote: > On Mon, Feb 27, 2012 at 14:10, Andreas Oberritter <obi@opendreambox.org> wrote: > > * Fixes the following error with qt4-embedded-4.8.0 and possibly others: > > | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No > > | such file or directory > Please bump INC_PR. FYI, there's no INC_PR in qt4.inc but you can bump INC_PR in qt4-embedded.inc and qt4-x11-free.inc since those are the only places that include qt4.inc. Cheers, Paul
Patch
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index ea868ff..a16a475 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc @@ -1,6 +1,6 @@ inherit qmake_base -DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3" +DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3 tiff" require qt4_arch.inc QT_ARCH := "${@qt_arch(d)}"
* Fixes the following error with qt4-embedded-4.8.0 and possibly others: | ../../../gui/image/qtiffhandler.cpp:48:20: fatal error: tiffio.h: No such file or directory Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- meta/recipes-qt/qt4/qt4.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)