From 8b11ed8a75a15328bbd22d100a976cc669b84b58 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 27 Nov 2015 15:48:20 +0200 Subject: qt4: remove recipes and classes Qt4 is no longer supportd upstream, but it is still needed for LSB compliancy. Qt4 recipes have been moved to a separate meta-qt4 layer to be consistent with meta-qt3 and meta-qt5. (From OE-Core rev: cb89d2b25b4edb1241bc5426a69a6bc44df9be2c) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4-x11-free.inc | 38 ------------------------------------ 1 file changed, 38 deletions(-) delete mode 100644 meta/recipes-qt/qt4/qt4-x11-free.inc (limited to 'meta/recipes-qt/qt4/qt4-x11-free.inc') diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc deleted file mode 100644 index f6a1737395..0000000000 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ /dev/null @@ -1,38 +0,0 @@ -require qt4.inc - -SUMMARY = "Cross-platform UI toolkit and application framework (X11 version)" -DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." -HOMEPAGE = "http://qt-project.org/" -SECTION = "x11/libs" -DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" -DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" -PROVIDES += "qt4-x11" -QT4DEPENDS = "" - -QT_GLFLAGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " -QT_GLFLAGS_qemux86 = "-opengl" -QT_GLFLAGS_qemuppc = "-opengl" -QT_X11_FLAGS ?= "-no-xinerama -no-xkb -no-gtkstyle" -QT_CONFIG_FLAGS += "${QT_X11_FLAGS}" -QT_BASE_LIB ?= "libqt" - -# required by kdelibs4 -QT_KDE_FLAGS ?= "-accessibility -sm" -QT_DISTRO_FLAGS ?= "${QT_KDE_FLAGS}" - -inherit qt4x11 - -do_install_append() { - # fix pkgconfig, libtool and prl files - sed -i -e 's#I/usr/include#Iincludedir}#g' \ - -e 's#Iin#I${in#g' \ - ${D}${libdir}/*.la ${D}${libdir}/*.prl ${D}${libdir}/pkgconfig/*.pc - - # QT abuses $includedir to point to its headers, which breaks pkgconfig sysroot, so - # manually fix it up here: - for pc in ${D}${libdir}/pkgconfig/*.pc ; do - sed -i -e "s:prefix}include/${QT_BASE_NAME}/$(basename $pc .pc):prefix}/include:" \ - -e "s,Cflags: ,Cflags: -IP{includedir}/${QT_BASE_NAME}/$(basename $pc .pc) ," \ - -e 's:IP{:I${:g' $pc - done -} -- cgit v1.2.3-54-g00ecf