diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-27 15:48:20 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 13:40:14 +0000 |
| commit | 8b11ed8a75a15328bbd22d100a976cc669b84b58 (patch) | |
| tree | 9b93d0fcd8fd973943ca61f126cae47066113922 | |
| parent | 0baadc8a98daa14090b04e728fb5a44af3f545c8 (diff) | |
| download | poky-8b11ed8a75a15328bbd22d100a976cc669b84b58.tar.gz | |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
72 files changed, 1 insertions, 3698 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 8e340d9f5c..705cad8d91 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
| @@ -24,7 +24,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
| 24 | # - nfs-client - NFS client | 24 | # - nfs-client - NFS client |
| 25 | # - ssh-server-dropbear - SSH server (dropbear) | 25 | # - ssh-server-dropbear - SSH server (dropbear) |
| 26 | # - ssh-server-openssh - SSH server (openssh) | 26 | # - ssh-server-openssh - SSH server (openssh) |
| 27 | # - qt4-pkgs - Qt4/X11 and demo applications | ||
| 28 | # - hwcodecs - Install hardware acceleration codecs | 27 | # - hwcodecs - Install hardware acceleration codecs |
| 29 | # - package-management - installs package management tools and preserves the package manager database | 28 | # - package-management - installs package management tools and preserves the package manager database |
| 30 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins | 29 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins |
| @@ -46,7 +45,6 @@ FEATURE_PACKAGES_nfs-server = "packagegroup-core-nfs-server" | |||
| 46 | FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client" | 45 | FEATURE_PACKAGES_nfs-client = "packagegroup-core-nfs-client" |
| 47 | FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" | 46 | FEATURE_PACKAGES_ssh-server-dropbear = "packagegroup-core-ssh-dropbear" |
| 48 | FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" | 47 | FEATURE_PACKAGES_ssh-server-openssh = "packagegroup-core-ssh-openssh" |
| 49 | FEATURE_PACKAGES_qt4-pkgs = "packagegroup-core-qt-demoapps" | ||
| 50 | FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}" | 48 | FEATURE_PACKAGES_hwcodecs = "${MACHINE_HWCODECS}" |
| 51 | 49 | ||
| 52 | 50 | ||
diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2.bbclass deleted file mode 100644 index 6e73ad2d1e..0000000000 --- a/meta/classes/qmake2.bbclass +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | # | ||
| 2 | # QMake variables for Qt4 | ||
| 3 | # | ||
| 4 | inherit qmake_base | ||
| 5 | |||
| 6 | DEPENDS_prepend = "qt4-tools-native " | ||
| 7 | |||
| 8 | export QMAKESPEC = "${STAGING_DATADIR}/qt4/mkspecs/${TARGET_OS}-oe-g++" | ||
| 9 | export OE_QMAKE_QT_CONFIG = "${STAGING_DATADIR}/qt4/mkspecs/qconfig.pri" | ||
| 10 | export OE_QMAKE_UIC = "${STAGING_BINDIR_NATIVE}/uic4" | ||
| 11 | export OE_QMAKE_UIC3 = "${STAGING_BINDIR_NATIVE}/uic34" | ||
| 12 | export OE_QMAKE_MOC = "${STAGING_BINDIR_NATIVE}/moc4" | ||
| 13 | export OE_QMAKE_RCC = "${STAGING_BINDIR_NATIVE}/rcc4" | ||
| 14 | export OE_QMAKE_QDBUSCPP2XML = "${STAGING_BINDIR_NATIVE}/qdbuscpp2xml4" | ||
| 15 | export OE_QMAKE_QDBUSXML2CPP = "${STAGING_BINDIR_NATIVE}/qdbusxml2cpp4" | ||
| 16 | export OE_QMAKE_QMAKE = "${STAGING_BINDIR_NATIVE}/qmake2" | ||
| 17 | export OE_QMAKE_LINK = "${CXX}" | ||
| 18 | export OE_QMAKE_CXXFLAGS = "${CXXFLAGS}" | ||
| 19 | export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qt4" | ||
| 20 | export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}" | ||
| 21 | export OE_QMAKE_LIBS_QT = "qt" | ||
| 22 | export OE_QMAKE_LIBS_X11 = "-lXext -lX11 -lm" | ||
| 23 | export OE_QMAKE_LIBS_X11SM = "-lSM -lICE" | ||
| 24 | export OE_QMAKE_LCONVERT = "${STAGING_BINDIR_NATIVE}/lconvert4" | ||
| 25 | export OE_QMAKE_LRELEASE = "${STAGING_BINDIR_NATIVE}/lrelease4" | ||
| 26 | export OE_QMAKE_LUPDATE = "${STAGING_BINDIR_NATIVE}/lupdate4" | ||
| 27 | export OE_QMAKE_XMLPATTERNS = "${STAGING_BINDIR_NATIVE}/xmlpatterns4" | ||
diff --git a/meta/classes/qmake_base.bbclass b/meta/classes/qmake_base.bbclass deleted file mode 100644 index dc98713fd2..0000000000 --- a/meta/classes/qmake_base.bbclass +++ /dev/null | |||
| @@ -1,119 +0,0 @@ | |||
| 1 | QMAKE_MKSPEC_PATH ?= "${STAGING_DATADIR_NATIVE}/qmake" | ||
| 2 | |||
| 3 | OE_QMAKE_PLATFORM = "${TARGET_OS}-oe-g++" | ||
| 4 | QMAKESPEC := "${QMAKE_MKSPEC_PATH}/${OE_QMAKE_PLATFORM}" | ||
| 5 | |||
| 6 | # We override this completely to eliminate the -e normally passed in | ||
| 7 | EXTRA_OEMAKE = "" | ||
| 8 | |||
| 9 | export OE_QMAKE_CC="${CC}" | ||
| 10 | export OE_QMAKE_CFLAGS="${CFLAGS}" | ||
| 11 | export OE_QMAKE_CXX="${CXX}" | ||
| 12 | export OE_QMAKE_LDFLAGS="${LDFLAGS}" | ||
| 13 | export OE_QMAKE_AR="${AR}" | ||
| 14 | export OE_QMAKE_STRIP="echo" | ||
| 15 | export OE_QMAKE_RPATH="-Wl,-rpath-link," | ||
| 16 | |||
| 17 | # default to qte2 via bb.conf, inherit qt3x11 to configure for qt3x11 | ||
| 18 | |||
| 19 | oe_qmake_mkspecs () { | ||
| 20 | mkdir -p mkspecs/${OE_QMAKE_PLATFORM} | ||
| 21 | for f in ${QMAKE_MKSPEC_PATH}/${OE_QMAKE_PLATFORM}/*; do | ||
| 22 | if [ -L $f ]; then | ||
| 23 | lnk=`readlink $f` | ||
| 24 | if [ -f mkspecs/${OE_QMAKE_PLATFORM}/$lnk ]; then | ||
| 25 | ln -s $lnk mkspecs/${OE_QMAKE_PLATFORM}/`basename $f` | ||
| 26 | else | ||
| 27 | cp $f mkspecs/${OE_QMAKE_PLATFORM}/ | ||
| 28 | fi | ||
| 29 | else | ||
| 30 | cp $f mkspecs/${OE_QMAKE_PLATFORM}/ | ||
| 31 | fi | ||
| 32 | done | ||
| 33 | } | ||
| 34 | |||
| 35 | do_generate_qt_config_file() { | ||
| 36 | export QT_CONF_PATH=${WORKDIR}/qt.conf | ||
| 37 | cat > ${WORKDIR}/qt.conf <<EOF | ||
| 38 | [Paths] | ||
| 39 | Prefix = | ||
| 40 | Binaries = ${STAGING_BINDIR_NATIVE} | ||
| 41 | Headers = ${STAGING_INCDIR}/${QT_DIR_NAME} | ||
| 42 | Plugins = ${STAGING_LIBDIR}/${QT_DIR_NAME}/plugins/ | ||
| 43 | Mkspecs = ${STAGING_DATADIR}/${QT_DIR_NAME}/mkspecs/ | ||
| 44 | EOF | ||
| 45 | } | ||
| 46 | |||
| 47 | addtask generate_qt_config_file after do_patch before do_configure | ||
| 48 | |||
| 49 | qmake_base_do_configure() { | ||
| 50 | case ${QMAKESPEC} in | ||
| 51 | *linux-oe-g++|*linux-uclibc-oe-g++|*linux-gnueabi-oe-g++|*linux-uclibceabi-oe-g++|*linux-gnuspe-oe-g++|*linux-uclibcspe-oe-g++|*linux-gnun32-oe-g++) | ||
| 52 | ;; | ||
| 53 | *-oe-g++) | ||
| 54 | die Unsupported target ${TARGET_OS} for oe-g++ qmake spec | ||
| 55 | ;; | ||
| 56 | *) | ||
| 57 | bbnote Searching for qmake spec file | ||
| 58 | paths="${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++" | ||
| 59 | paths="${QMAKE_MKSPEC_PATH}/${TARGET_OS}-g++ $paths" | ||
| 60 | |||
| 61 | if (echo "${TARGET_ARCH}"|grep -q 'i.86'); then | ||
| 62 | paths="${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-x86-g++ $paths" | ||
| 63 | fi | ||
| 64 | for i in $paths; do | ||
| 65 | if test -e $i; then | ||
| 66 | export QMAKESPEC=$i | ||
| 67 | break | ||
| 68 | fi | ||
| 69 | done | ||
| 70 | ;; | ||
| 71 | esac | ||
| 72 | |||
| 73 | bbnote "using qmake spec in ${QMAKESPEC}, using profiles '${QMAKE_PROFILES}'" | ||
| 74 | |||
| 75 | if [ -z "${QMAKE_PROFILES}" ]; then | ||
| 76 | PROFILES="`ls *.pro`" | ||
| 77 | else | ||
| 78 | PROFILES="${QMAKE_PROFILES}" | ||
| 79 | fi | ||
| 80 | |||
| 81 | if [ -z "$PROFILES" ]; then | ||
| 82 | die "QMAKE_PROFILES not set and no profiles found in $PWD" | ||
| 83 | fi | ||
| 84 | |||
| 85 | if [ ! -z "${EXTRA_QMAKEVARS_POST}" ]; then | ||
| 86 | AFTER="-after" | ||
| 87 | QMAKE_VARSUBST_POST="${EXTRA_QMAKEVARS_POST}" | ||
| 88 | bbnote "qmake postvar substitution: ${EXTRA_QMAKEVARS_POST}" | ||
| 89 | fi | ||
| 90 | |||
| 91 | if [ ! -z "${EXTRA_QMAKEVARS_PRE}" ]; then | ||
| 92 | QMAKE_VARSUBST_PRE="${EXTRA_QMAKEVARS_PRE}" | ||
| 93 | bbnote "qmake prevar substitution: ${EXTRA_QMAKEVARS_PRE}" | ||
| 94 | fi | ||
| 95 | |||
| 96 | # Hack .pro files to use OE utilities | ||
| 97 | LCONVERT_NAME=$(basename ${OE_QMAKE_LCONVERT}) | ||
| 98 | LRELEASE_NAME=$(basename ${OE_QMAKE_LRELEASE}) | ||
| 99 | LUPDATE_NAME=$(basename ${OE_QMAKE_LUPDATE}) | ||
| 100 | XMLPATTERNS_NAME=$(basename ${OE_QMAKE_XMLPATTERNS}) | ||
| 101 | find -name '*.pro' \ | ||
| 102 | -exec sed -i -e "s|\(=\s*.*\)/$LCONVERT_NAME|\1/lconvert|g" \ | ||
| 103 | -e "s|\(=\s*.*\)/$LRELEASE_NAME|\1/lrelease|g" \ | ||
| 104 | -e "s|\(=\s*.*\)/$LUPDATE_NAME|\1/lupdate|g" \ | ||
| 105 | -e "s|\(=\s*.*\)/$XMLPATTERNS_NAME|\1/xmlpatterns|g" \ | ||
| 106 | -e "s|\(=\s*.*\)/lconvert|\1/$LCONVERT_NAME|g" \ | ||
| 107 | -e "s|\(=\s*.*\)/lrelease|\1/$LRELEASE_NAME|g" \ | ||
| 108 | -e "s|\(=\s*.*\)/lupdate|\1/$LUPDATE_NAME|g" \ | ||
| 109 | -e "s|\(=\s*.*\)/xmlpatterns|\1/$XMLPATTERNS_NAME|g" \ | ||
| 110 | '{}' ';' | ||
| 111 | |||
| 112 | #bbnote "Calling '${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST'" | ||
| 113 | unset QMAKESPEC || true | ||
| 114 | ${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || die "Error calling ${OE_QMAKE_QMAKE} on $PROFILES" | ||
| 115 | } | ||
| 116 | |||
| 117 | EXPORT_FUNCTIONS do_configure | ||
| 118 | |||
| 119 | addtask configure after do_unpack do_patch before do_compile | ||
diff --git a/meta/classes/qt4e.bbclass b/meta/classes/qt4e.bbclass deleted file mode 100644 index 13b1050aac..0000000000 --- a/meta/classes/qt4e.bbclass +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | QT4EDEPENDS ?= "qt4-embedded " | ||
| 2 | DEPENDS_prepend = "${QT4EDEPENDS}" | ||
| 3 | |||
| 4 | inherit qmake2 | ||
| 5 | |||
| 6 | QT_BASE_NAME = "qt4-embedded" | ||
| 7 | QT_DIR_NAME = "qtopia" | ||
| 8 | QT_LIBINFIX = "E" | ||
| 9 | # override variables set by qmake-base to compile Qt/Embedded apps | ||
| 10 | # | ||
| 11 | export QMAKESPEC = "${STAGING_DATADIR}/${QT_DIR_NAME}/mkspecs/${TARGET_OS}-oe-g++" | ||
| 12 | export OE_QMAKE_QT_CONFIG = "${STAGING_DATADIR}/${QT_DIR_NAME}/mkspecs/qconfig.pri" | ||
| 13 | export OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/${QT_DIR_NAME}" | ||
| 14 | export OE_QMAKE_LIBDIR_QT = "${STAGING_LIBDIR}" | ||
| 15 | export OE_QMAKE_LIBS_QT = "qt" | ||
| 16 | export OE_QMAKE_LIBS_X11 = "" | ||
| 17 | export OE_QMAKE_EXTRA_MODULES = "network" | ||
| 18 | EXTRA_QMAKEVARS_PRE += " QT_LIBINFIX=${QT_LIBINFIX} " | ||
| 19 | |||
| 20 | # Qt4 uses atomic instructions not supported in thumb mode | ||
| 21 | ARM_INSTRUCTION_SET = "arm" | ||
diff --git a/meta/classes/qt4x11.bbclass b/meta/classes/qt4x11.bbclass deleted file mode 100644 index 6f06d34755..0000000000 --- a/meta/classes/qt4x11.bbclass +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | QT4DEPENDS ?= "qt4-x11 " | ||
| 2 | DEPENDS_prepend = "${QT4DEPENDS}" | ||
| 3 | |||
| 4 | # depends on qt4-x11 | ||
| 5 | REQUIRED_DISTRO_FEATURES += "x11" | ||
| 6 | |||
| 7 | inherit qmake2 distro_features_check | ||
| 8 | |||
| 9 | QT_BASE_NAME = "qt4" | ||
| 10 | QT_DIR_NAME = "qt4" | ||
| 11 | QT_LIBINFIX = "" | ||
| 12 | |||
| 13 | # Qt4 uses atomic instructions not supported in thumb mode | ||
| 14 | ARM_INSTRUCTION_SET = "arm" | ||
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 8866f0d2f8..0c6d018365 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
| @@ -31,8 +31,6 @@ COMMERCIAL_AUDIO_PLUGINS ?= "" | |||
| 31 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | 31 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" |
| 32 | COMMERCIAL_VIDEO_PLUGINS ?= "" | 32 | COMMERCIAL_VIDEO_PLUGINS ?= "" |
| 33 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" | 33 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" |
| 34 | COMMERCIAL_QT ?= "" | ||
| 35 | # COMMERCIAL_QT ?= "qmmp" | ||
| 36 | # Set of common licenses used for license.bbclass | 34 | # Set of common licenses used for license.bbclass |
| 37 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | 35 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" |
| 38 | 36 | ||
diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index dfce7605d1..530917760a 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc | |||
| @@ -52,7 +52,6 @@ DISTRO_PN_ALIAS_pn-core-image-full-cmdline = "OE-Core" | |||
| 52 | DISTRO_PN_ALIAS_pn-core-image-kernel-dev = "OE-Core" | 52 | DISTRO_PN_ALIAS_pn-core-image-kernel-dev = "OE-Core" |
| 53 | DISTRO_PN_ALIAS_pn-core-image-lsb = "OE-Core" | 53 | DISTRO_PN_ALIAS_pn-core-image-lsb = "OE-Core" |
| 54 | DISTRO_PN_ALIAS_pn-core-image-lsb-dev = "OE-Core" | 54 | DISTRO_PN_ALIAS_pn-core-image-lsb-dev = "OE-Core" |
| 55 | DISTRO_PN_ALIAS_pn-core-image-lsb-qt3 = "OE-Core" | ||
| 56 | DISTRO_PN_ALIAS_pn-core-image-lsb-sdk = "OE-Core" | 55 | DISTRO_PN_ALIAS_pn-core-image-lsb-sdk = "OE-Core" |
| 57 | DISTRO_PN_ALIAS_pn-core-image-minimal = "OE-Core" | 56 | DISTRO_PN_ALIAS_pn-core-image-minimal = "OE-Core" |
| 58 | DISTRO_PN_ALIAS_pn-core-image-minimal-dev = "OE-Core" | 57 | DISTRO_PN_ALIAS_pn-core-image-minimal-dev = "OE-Core" |
| @@ -102,7 +101,6 @@ DISTRO_PN_ALIAS_pn-fontcacheproto = "Meego=xorg-x11-proto-fontcacheproto" | |||
| 102 | DISTRO_PN_ALIAS_pn-fontsproto = "Meego=xorg-x11-proto-fontsproto" | 101 | DISTRO_PN_ALIAS_pn-fontsproto = "Meego=xorg-x11-proto-fontsproto" |
| 103 | DISTRO_PN_ALIAS_pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils" | 102 | DISTRO_PN_ALIAS_pn-font-util = "Meego=xorg-x11-font-utils Fedora=xorg-x11-font-utils Ubuntu=xfonts-utils Mandriva=x11-font-util Debian=xfonts-utils" |
| 104 | DISTRO_PN_ALIAS_pn-formfactor = "OE-Core" | 103 | DISTRO_PN_ALIAS_pn-formfactor = "OE-Core" |
| 105 | DISTRO_PN_ALIAS_pn-fotowall = "Fedora=fotowall Ubuntu=fotowall" | ||
| 106 | DISTRO_PN_ALIAS_pn-fstests = "OpenedHand" | 104 | DISTRO_PN_ALIAS_pn-fstests = "OpenedHand" |
| 107 | DISTRO_PN_ALIAS_pn-gcc-cross-initial = "OE-Core" | 105 | DISTRO_PN_ALIAS_pn-gcc-cross-initial = "OE-Core" |
| 108 | DISTRO_PN_ALIAS_pn-gcc-cross-initial-i586 = "OE-Core" | 106 | DISTRO_PN_ALIAS_pn-gcc-cross-initial-i586 = "OE-Core" |
| @@ -261,8 +259,6 @@ DISTRO_PN_ALIAS_pn-meta-environment-qemux86 = "OE-Core" | |||
| 261 | DISTRO_PN_ALIAS_pn-meta-environment-qemux86-64 = "OE-Core" | 259 | DISTRO_PN_ALIAS_pn-meta-environment-qemux86-64 = "OE-Core" |
| 262 | DISTRO_PN_ALIAS_pn-meta-ide-support = "OE-Core" | 260 | DISTRO_PN_ALIAS_pn-meta-ide-support = "OE-Core" |
| 263 | DISTRO_PN_ALIAS_pn-meta-toolchain = "OE-Core" | 261 | DISTRO_PN_ALIAS_pn-meta-toolchain = "OE-Core" |
| 264 | DISTRO_PN_ALIAS_pn-meta-toolchain-qt = "OE-Core" | ||
| 265 | DISTRO_PN_ALIAS_pn-meta-toolchain-qte = "OE-Core" | ||
| 266 | DISTRO_PN_ALIAS_pn-mini-x-session = "OSPDT" | 262 | DISTRO_PN_ALIAS_pn-mini-x-session = "OSPDT" |
| 267 | DISTRO_PN_ALIAS_pn-mkelfimage = "Ubuntu=mkelfimage Fedora=mkelfimage" | 263 | DISTRO_PN_ALIAS_pn-mkelfimage = "Ubuntu=mkelfimage Fedora=mkelfimage" |
| 268 | DISTRO_PN_ALIAS_pn-mkfontdir = "Mandriva=mkfontdir Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils" | 264 | DISTRO_PN_ALIAS_pn-mkfontdir = "Mandriva=mkfontdir Ubuntu=xfonts-utils Fedora=xorg-x11-font-utils" |
| @@ -301,8 +297,6 @@ DISTRO_PN_ALIAS_pn-packagegroup-core-eclipse-debug = "OE-Core" | |||
| 301 | DISTRO_PN_ALIAS_pn-packagegroup-core-full-cmdline = "OE-Core" | 297 | DISTRO_PN_ALIAS_pn-packagegroup-core-full-cmdline = "OE-Core" |
| 302 | DISTRO_PN_ALIAS_pn-packagegroup-core-lsb = "OE-Core" | 298 | DISTRO_PN_ALIAS_pn-packagegroup-core-lsb = "OE-Core" |
| 303 | DISTRO_PN_ALIAS_pn-packagegroup-core-nfs = "OE-Core" | 299 | DISTRO_PN_ALIAS_pn-packagegroup-core-nfs = "OE-Core" |
| 304 | DISTRO_PN_ALIAS_pn-packagegroup-core-qt = "OE-Core" | ||
| 305 | DISTRO_PN_ALIAS_pn-packagegroup-core-qt4e = "OE-Core" | ||
| 306 | DISTRO_PN_ALIAS_pn-packagegroup-core-sdk = "OE-Core" | 300 | DISTRO_PN_ALIAS_pn-packagegroup-core-sdk = "OE-Core" |
| 307 | DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-dropbear = "OE-Core" | 301 | DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-dropbear = "OE-Core" |
| 308 | DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-openssh = "OE-Core" | 302 | DISTRO_PN_ALIAS_pn-packagegroup-core-ssh-openssh = "OE-Core" |
| @@ -319,11 +313,6 @@ DISTRO_PN_ALIAS_pn-packagegroup-core-x11-xserver = "OE-Core" | |||
| 319 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-i586 = "OE-Core" | 313 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-i586 = "OE-Core" |
| 320 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86 = "OE-Core" | 314 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86 = "OE-Core" |
| 321 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86-64 = "OE-Core" | 315 | DISTRO_PN_ALIAS_pn-packagegroup-cross-canadian-qemux86-64 = "OE-Core" |
| 322 | DISTRO_PN_ALIAS_pn-packagegroup-qt4e = "OE-Core" | ||
| 323 | DISTRO_PN_ALIAS_pn-packagegroup-qte-toolchain-host = "OE-Core" | ||
| 324 | DISTRO_PN_ALIAS_pn-packagegroup-qte-toolchain-target = "Intel" | ||
| 325 | DISTRO_PN_ALIAS_pn-packagegroup-qt-toolchain-host = "OE-Core" | ||
| 326 | DISTRO_PN_ALIAS_pn-packagegroup-qt-toolchain-target = "OE-Core" | ||
| 327 | DISTRO_PN_ALIAS_pn-packagegroup-sdk-host = "OE-Core" | 316 | DISTRO_PN_ALIAS_pn-packagegroup-sdk-host = "OE-Core" |
| 328 | DISTRO_PN_ALIAS_pn-packagegroup-self-hosted = "OE-Core" | 317 | DISTRO_PN_ALIAS_pn-packagegroup-self-hosted = "OE-Core" |
| 329 | DISTRO_PN_ALIAS_pn-package-index = "OE-Core" | 318 | DISTRO_PN_ALIAS_pn-package-index = "OE-Core" |
| @@ -365,15 +354,6 @@ DISTRO_PN_ALIAS_pn-qemu-config = "OpenedHand" | |||
| 365 | DISTRO_PN_ALIAS_pn-qemugl = "OpenedHand" | 354 | DISTRO_PN_ALIAS_pn-qemugl = "OpenedHand" |
| 366 | DISTRO_PN_ALIAS_pn-qemu-helper = "OpenedHand" | 355 | DISTRO_PN_ALIAS_pn-qemu-helper = "OpenedHand" |
| 367 | DISTRO_PN_ALIAS_pn-qemuwrapper-cross = "OE-Core" | 356 | DISTRO_PN_ALIAS_pn-qemuwrapper-cross = "OE-Core" |
| 368 | DISTRO_PN_ALIAS_pn-qmmp = "Fedora=qmmp Debian=qmmp" | ||
| 369 | DISTRO_PN_ALIAS_pn-qt4 = "Mandriva=libqt4-devel Ubuntu=libqt4-dev" | ||
| 370 | DISTRO_PN_ALIAS_pn-qt4e-demo-image = "OE-Core" | ||
| 371 | DISTRO_PN_ALIAS_pn-qt4-embedded = "OSPDT" | ||
| 372 | DISTRO_PN_ALIAS_pn-qt4-graphics-system = "OE-Core" | ||
| 373 | DISTRO_PN_ALIAS_pn-qt4-tools = "Mandriva=libqt4-devel Ubuntu=libqt4-dev" | ||
| 374 | DISTRO_PN_ALIAS_pn-qt4-x11-free = "Ubuntu=qt-x11-free Debian=qt-x11-free" | ||
| 375 | DISTRO_PN_ALIAS_pn-qt-demo-init = "OE-Core" | ||
| 376 | DISTRO_PN_ALIAS_pn-quicky = "OSPDT" | ||
| 377 | DISTRO_PN_ALIAS_pn-randrproto = "Meego=xorg-x11-proto-randrproto" | 357 | DISTRO_PN_ALIAS_pn-randrproto = "Meego=xorg-x11-proto-randrproto" |
| 378 | DISTRO_PN_ALIAS_pn-readline = "Fedora=readline Debian=readline-common" | 358 | DISTRO_PN_ALIAS_pn-readline = "Fedora=readline Debian=readline-common" |
| 379 | DISTRO_PN_ALIAS_pn-recordproto = "Meego=xorg-x11-proto-recordproto" | 359 | DISTRO_PN_ALIAS_pn-recordproto = "Meego=xorg-x11-proto-recordproto" |
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 845559a5e7..e09f7d8829 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
| @@ -23,7 +23,6 @@ do_devshell[doc] = "Starts a shell with the environment set up for development/d | |||
| 23 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" | 23 | do_diffconfig[doc] = "Compares the old and new config files after running do_menuconfig for the kernel" |
| 24 | do_fetch[doc] = "Fetches the source code" | 24 | do_fetch[doc] = "Fetches the source code" |
| 25 | do_fetchall[doc] = "Fetches all remote sources required to build a target" | 25 | do_fetchall[doc] = "Fetches all remote sources required to build a target" |
| 26 | do_generate_qt_config_file[doc] = "Writes a qt.conf file for building a Qt-based application" | ||
| 27 | do_install[doc] = "Copies files from the compilation directory to a holding area" | 26 | do_install[doc] = "Copies files from the compilation directory to a holding area" |
| 28 | do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area" | 27 | do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to a holding area" |
| 29 | do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" | 28 | do_kernel_checkout[doc] = "Checks out source/meta branches for a linux-yocto style kernel" |
diff --git a/meta/recipes-qt/images/qt4e-demo-image.bb b/meta/recipes-qt/images/qt4e-demo-image.bb deleted file mode 100644 index 4451848656..0000000000 --- a/meta/recipes-qt/images/qt4e-demo-image.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | DESCRIPTION = "An image that will launch into the demo application for the embedded (not based on X11) version of Qt." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | PR = "r3" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
| 6 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 7 | |||
| 8 | IMAGE_INSTALL += "\ | ||
| 9 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
| 10 | packagegroup-core-qt4e \ | ||
| 11 | " | ||
| 12 | |||
| 13 | inherit core-image | ||
| 14 | |||
diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.bb b/meta/recipes-qt/meta/meta-toolchain-qt.bb deleted file mode 100644 index a10103a39f..0000000000 --- a/meta/recipes-qt/meta/meta-toolchain-qt.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | # Qt toolchain | ||
| 2 | QTNAME = "qt" | ||
| 3 | QT_DIR_NAME = "qt4" | ||
| 4 | |||
| 5 | require meta-toolchain-qt.inc | ||
diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/meta/recipes-qt/meta/meta-toolchain-qt.inc deleted file mode 100644 index 7e75d93b14..0000000000 --- a/meta/recipes-qt/meta/meta-toolchain-qt.inc +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | TOOLCHAIN_HOST_TASK = "nativesdk-packagegroup-${QTNAME}-toolchain-host packagegroup-cross-canadian-${MACHINE}" | ||
| 2 | TOOLCHAIN_TARGET_TASK = "packagegroup-${QTNAME}-toolchain-target" | ||
| 3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-${QTNAME}-${DISTRO_VERSION}" | ||
| 4 | |||
| 5 | require recipes-core/meta/meta-toolchain.bb | ||
| 6 | |||
| 7 | QT_TOOLS_PREFIX = "$OECORE_NATIVE_SYSROOT${bindir_nativesdk}" | ||
| 8 | |||
| 9 | create_sdk_files_append() { | ||
| 10 | mkdir -p ${SDK_OUTPUT}${SDKPATHNATIVE}/environment-setup.d/ | ||
| 11 | script=${SDK_OUTPUT}${SDKPATHNATIVE}/environment-setup.d/${QT_DIR_NAME}.sh | ||
| 12 | |||
| 13 | echo 'export OE_QMAKE_CFLAGS="$CFLAGS"' > $script | ||
| 14 | echo 'export OE_QMAKE_CXXFLAGS="$CXXFLAGS"' >> $script | ||
| 15 | echo 'export OE_QMAKE_LDFLAGS="$LDFLAGS"' >> $script | ||
| 16 | echo 'export OE_QMAKE_CC=$CC' >> $script | ||
| 17 | echo 'export OE_QMAKE_CXX=$CXX' >> $script | ||
| 18 | echo 'export OE_QMAKE_LINK=$CXX' >> $script | ||
| 19 | echo 'export OE_QMAKE_AR=$AR' >> $script | ||
| 20 | echo 'export OE_QMAKE_LIBDIR_QT=$OECORE_TARGET_SYSROOT${libdir}' >> $script | ||
| 21 | echo 'export OE_QMAKE_INCDIR_QT=$OECORE_TARGET_SYSROOT${includedir}/${QT_DIR_NAME}' >> $script | ||
| 22 | echo 'export OE_QMAKE_MOC=${QT_TOOLS_PREFIX}/moc4' >> $script | ||
| 23 | echo 'export OE_QMAKE_UIC=${QT_TOOLS_PREFIX}/uic4' >> $script | ||
| 24 | echo 'export OE_QMAKE_UIC3=${QT_TOOLS_PREFIX}/uic34' >> $script | ||
| 25 | echo 'export OE_QMAKE_RCC=${QT_TOOLS_PREFIX}/rcc4' >> $script | ||
| 26 | echo 'export OE_QMAKE_QDBUSCPP2XML=${QT_TOOLS_PREFIX}/qdbuscpp2xml4' >> $script | ||
| 27 | echo 'export OE_QMAKE_QDBUSXML2CPP=${QT_TOOLS_PREFIX}/qdbusxml2cpp4' >> $script | ||
| 28 | echo 'export OE_QMAKE_QT_CONFIG=$OECORE_TARGET_SYSROOT${datadir}/${QT_DIR_NAME}/mkspecs/qconfig.pri' >> $script | ||
| 29 | echo 'export QMAKESPEC=$OECORE_TARGET_SYSROOT${datadir}/${QT_DIR_NAME}/mkspecs/linux-g++' >> $script | ||
| 30 | echo 'export QT_CONF_PATH=$OECORE_NATIVE_SYSROOT${sysconfdir}/qt.conf' >> $script | ||
| 31 | |||
| 32 | # make a symbolic link to mkspecs for compatibility with Qt SDK | ||
| 33 | # and Qt Creator | ||
| 34 | (cd ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/..; ln -s ${SDKTARGETSYSROOT}/usr/share/${QT_DIR_NAME}/mkspecs mkspecs;) | ||
| 35 | } | ||
diff --git a/meta/recipes-qt/meta/meta-toolchain-qte.bb b/meta/recipes-qt/meta/meta-toolchain-qte.bb deleted file mode 100644 index 9113f48ed8..0000000000 --- a/meta/recipes-qt/meta/meta-toolchain-qte.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | # Qt Embedded toolchain | ||
| 2 | PR = "r6" | ||
| 3 | QTNAME = "qte" | ||
| 4 | QT_DIR_NAME = "qtopia" | ||
| 5 | |||
| 6 | require meta-toolchain-qt.inc | ||
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb b/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb deleted file mode 100644 index b95cc5e594..0000000000 --- a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require nativesdk-packagegroup-qt-toolchain-host.inc | ||
| 2 | |||
| 3 | SUMMARY = "Host packages for Qt SDK" | ||
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc b/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc deleted file mode 100644 index a3c275fd97..0000000000 --- a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qt-toolchain-host.inc +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | ||
| 2 | |||
| 3 | DESCRIPTION = "Host packages for Qt Embedded SDK" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | |||
| 6 | RDEPENDS_${PN} += "nativesdk-qt4-tools" | ||
diff --git a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb b/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb deleted file mode 100644 index 296e4b803c..0000000000 --- a/meta/recipes-qt/packagegroups/nativesdk-packagegroup-qte-toolchain-host.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require nativesdk-packagegroup-qt-toolchain-host.inc | ||
| 2 | |||
| 3 | SUMMARY = "Host packages for Qt Embedded SDK" | ||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb deleted file mode 100644 index b81f8a3b33..0000000000 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2010 Intel Corporation. All rights reserved | ||
| 3 | # | ||
| 4 | |||
| 5 | SUMMARY = "Qt package groups" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | PR = "r4" | ||
| 8 | |||
| 9 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
| 10 | COMPATIBLE_HOST_mips64 = "null" | ||
| 11 | |||
| 12 | inherit packagegroup distro_features_check | ||
| 13 | |||
| 14 | # The quicky and fotowall requires x11 in DISTRO_FEATURES | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 16 | |||
| 17 | PACKAGES = "${PN}-demoapps" | ||
| 18 | |||
| 19 | QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" | ||
| 20 | |||
| 21 | SUMMARY_${PN}-demoapps = "Qt demo applications" | ||
| 22 | RDEPENDS_${PN}-demoapps = "${QTDEMOS}" | ||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb b/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb deleted file mode 100644 index eb5fa1ffe6..0000000000 --- a/meta/recipes-qt/packagegroups/packagegroup-core-qt4e.bb +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | SUMMARY = "Qt for Embedded Linux (Qt without X11)" | ||
| 2 | PR = "r2" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | |||
| 5 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
| 6 | COMPATIBLE_HOST_mips64 = "null" | ||
| 7 | |||
| 8 | inherit packagegroup | ||
| 9 | |||
| 10 | TOUCH = ' ${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)}' | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = " \ | ||
| 13 | qt4-embedded \ | ||
| 14 | libqt-embedded3support4 \ | ||
| 15 | libqt-embeddedclucene4 \ | ||
| 16 | libqt-embeddedcore4 \ | ||
| 17 | libqt-embeddeddbus4 \ | ||
| 18 | libqt-embeddedgui4 \ | ||
| 19 | libqt-embeddedhelp4 \ | ||
| 20 | libqt-embeddedmultimedia4 \ | ||
| 21 | libqt-embeddednetwork4 \ | ||
| 22 | libqt-embeddedscript4 \ | ||
| 23 | libqt-embeddedscripttools4 \ | ||
| 24 | libqt-embeddedsql4 \ | ||
| 25 | libqt-embeddedsvg4 \ | ||
| 26 | libqt-embeddedtest4 \ | ||
| 27 | libqt-embeddedwebkit4 \ | ||
| 28 | libqt-embeddedxml4 \ | ||
| 29 | qt4-embedded-fonts-ttf-dejavu \ | ||
| 30 | qt4-embedded-fonts-ttf-vera \ | ||
| 31 | qt4-embedded-plugin-iconengine-svgicon \ | ||
| 32 | qt4-embedded-plugin-imageformat-gif \ | ||
| 33 | qt4-embedded-plugin-imageformat-ico \ | ||
| 34 | qt4-embedded-plugin-imageformat-jpeg \ | ||
| 35 | qt4-embedded-plugin-imageformat-mng \ | ||
| 36 | qt4-embedded-plugin-imageformat-svg \ | ||
| 37 | qt4-embedded-plugin-imageformat-tiff \ | ||
| 38 | qt4-embedded-plugin-mousedriver-tslib \ | ||
| 39 | qt4-embedded-plugin-script-dbus \ | ||
| 40 | qt4-embedded-plugin-sqldriver-sqlite \ | ||
| 41 | ${TOUCH} \ | ||
| 42 | qt4-embedded-demos \ | ||
| 43 | qt4-embedded-examples \ | ||
| 44 | qt-demo-init \ | ||
| 45 | qt4-embedded-assistant \ | ||
| 46 | " | ||
| 47 | |||
| 48 | RRECOMMENDS_${PN} = " \ | ||
| 49 | libqt-embeddedxmlpatterns4 \ | ||
| 50 | qt4-embedded-plugin-phonon-backend-gstreamer \ | ||
| 51 | " | ||
| 52 | |||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb deleted file mode 100644 index 772c151d25..0000000000 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "Target packages for Qt SDK" | ||
| 2 | |||
| 3 | QTLIBPREFIX = "" | ||
| 4 | |||
| 5 | require packagegroup-qt-toolchain-target.inc | ||
| 6 | |||
| 7 | inherit distro_features_check | ||
| 8 | # depends on qt4-x11-free | ||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += " \ | ||
| 12 | qt4-x11-free-dev \ | ||
| 13 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'libqtopengl4-dev', '', d)} \ | ||
| 14 | ${@bb.utils.contains('DISTRO_FEATURES', 'openvg', 'libqtopenvg4-dev', '', d)} \ | ||
| 15 | " | ||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc deleted file mode 100644 index e09782dab4..0000000000 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | LICENSE = "MIT" | ||
| 2 | |||
| 3 | # Qt4 could NOT be built on MIPS64 with 64 bits userspace | ||
| 4 | COMPATIBLE_HOST_mips64 = "null" | ||
| 5 | |||
| 6 | inherit packagegroup | ||
| 7 | |||
| 8 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += " \ | ||
| 11 | packagegroup-core-standalone-sdk-target \ | ||
| 12 | qt4${QTLIBPREFIX}-mkspecs \ | ||
| 13 | libqt${QTLIBPREFIX}multimedia4-dev \ | ||
| 14 | libqt${QTLIBPREFIX}3support4-dev \ | ||
| 15 | libqt${QTLIBPREFIX}clucene4-dev \ | ||
| 16 | libqt${QTLIBPREFIX}core4-dev \ | ||
| 17 | libqt${QTLIBPREFIX}dbus4-dev \ | ||
| 18 | libqt${QTLIBPREFIX}designercomponents4-dev \ | ||
| 19 | libqt${QTLIBPREFIX}designer4-dev \ | ||
| 20 | libqt${QTLIBPREFIX}uitools4-dev \ | ||
| 21 | libqt${QTLIBPREFIX}gui4-dev \ | ||
| 22 | libqt${QTLIBPREFIX}help4-dev \ | ||
| 23 | libqt${QTLIBPREFIX}network4-dev \ | ||
| 24 | libqt${QTLIBPREFIX}script4-dev \ | ||
| 25 | libqt${QTLIBPREFIX}scripttools4-dev \ | ||
| 26 | libqt${QTLIBPREFIX}sql4-dev \ | ||
| 27 | libqt${QTLIBPREFIX}svg4-dev \ | ||
| 28 | libqt${QTLIBPREFIX}test4-dev \ | ||
| 29 | libqt${QTLIBPREFIX}webkit4-dev \ | ||
| 30 | libqt${QTLIBPREFIX}xml4-dev \ | ||
| 31 | libqt${QTLIBPREFIX}declarative4-dev \ | ||
| 32 | libqt${QTLIBPREFIX}xmlpatterns4-dev \ | ||
| 33 | libsqlite3-dev \ | ||
| 34 | expat-dev \ | ||
| 35 | " | ||
| 36 | |||
| 37 | RRECOMMENDS_${PN} += " \ | ||
| 38 | libqt${QTLIBPREFIX}phonon4-dev \ | ||
| 39 | " | ||
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb b/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb deleted file mode 100644 index 92ed237d3b..0000000000 --- a/meta/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bb +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | SUMMARY = "Target packages for Qt Embedded SDK" | ||
| 2 | |||
| 3 | PR = "r7" | ||
| 4 | |||
| 5 | QTLIBPREFIX = "-embedded" | ||
| 6 | |||
| 7 | require packagegroup-qt-toolchain-target.inc | ||
diff --git a/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch b/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch deleted file mode 100644 index d8b2b2347b..0000000000 --- a/meta/recipes-qt/qt-apps/fotowall/ExportWizard-depends-on-ui_wizard.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | App/ExportWizard.cpp depends on wizard.h which depends on ui_wizard. The last one | ||
| 2 | should be already generated before compiling ExportWizard.cpp. | ||
| 3 | |||
| 4 | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | ||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | Index: Fotowall-0.9/App/ExportWizard.cpp | ||
| 8 | =================================================================== | ||
| 9 | --- Fotowall-0.9.orig/App/ExportWizard.cpp 2009-11-30 13:21:31.000000000 +0200 | ||
| 10 | +++ Fotowall-0.9/App/ExportWizard.cpp 2012-05-10 17:12:06.765230830 +0300 | ||
| 11 | @@ -23,6 +23,7 @@ | ||
| 12 | #include "imageloaderqt.h" | ||
| 13 | #include "posterazorcore.h" | ||
| 14 | #include "wizard.h" | ||
| 15 | +#include "ui_wizard.h" | ||
| 16 | |||
| 17 | #include <QDesktopServices> | ||
| 18 | #include <QDesktopWidget> | ||
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb deleted file mode 100644 index 3af026525b..0000000000 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | SUMMARY = "Creative photo display application" | ||
| 2 | DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \ | ||
| 3 | in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.." | ||
| 4 | |||
| 5 | HOMEPAGE = "http://www.enricoros.com/opensource/fotowall" | ||
| 6 | LICENSE = "GPLv2+" | ||
| 7 | LIC_FILES_CHKSUM = "file://GPL_V2;md5=79808397c3355f163c012616125c9e26 \ | ||
| 8 | file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc" | ||
| 9 | SECTION = "x11/apps" | ||
| 10 | |||
| 11 | PR = "r4" | ||
| 12 | |||
| 13 | SRCREV = "06d5a4142c599604d9a9fd64727b6945eb8cd3da" | ||
| 14 | SRC_URI = "git://github.com/enricoros/fotowall.git \ | ||
| 15 | file://ExportWizard-depends-on-ui_wizard.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit qt4x11 | ||
| 21 | |||
| 22 | EXTRA_QMAKEVARS_PRE = "CONFIG+=no-webcam" | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | oe_runmake INSTALL_ROOT=${D} install | ||
| 26 | } | ||
| 27 | |||
| 28 | # Ensure we have some plugins for some useful image formats | ||
| 29 | RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff" | ||
diff --git a/meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch b/meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch deleted file mode 100644 index 2bb5bb11cc..0000000000 --- a/meta/recipes-qt/qt-apps/qmmp/no-host-paths.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | Do not include /usr/include host paths | ||
| 2 | |||
| 3 | These were added upstream apparently for freebsd support, but trigger | ||
| 4 | compiler warnings during the build and could be dangerous, so remove | ||
| 5 | them. | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [cross] | ||
| 8 | |||
| 9 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 10 | |||
| 11 | Update patch for version 0.7.4. | ||
| 12 | |||
| 13 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 14 | |||
| 15 | --- qmmp-0.7.4/CMakeLists.txt 2014-01-10 09:59:44.971837746 +0800 | ||
| 16 | +++ qmmp-0.7.4/CMakeLists.txt.new 2014-01-10 10:24:51.855837566 +0800 | ||
| 17 | @@ -1,9 +1,5 @@ | ||
| 18 | cmake_minimum_required(VERSION 2.6.0) | ||
| 19 | |||
| 20 | -#freebsd support | ||
| 21 | -include_directories(SYSTEM /usr/local/include) | ||
| 22 | -SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include) | ||
| 23 | - | ||
| 24 | #extract version from qmmp.h | ||
| 25 | FILE(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/src/qmmp/qmmp.h" | ||
| 26 | QMMP_VERSION_DATA REGEX "^#define[ \t]+QMMP_VERSION_[A-Z]+[ \t]+[0-9]+.*$") | ||
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb b/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb deleted file mode 100644 index 6c1e2121cf..0000000000 --- a/meta/recipes-qt/qt-apps/qmmp_0.8.6.bb +++ /dev/null | |||
| @@ -1,72 +0,0 @@ | |||
| 1 | SUMMARY = "Qt-based Multimedia Player" | ||
| 2 | DESCRIPTION = "Qmmp is an audio player, written with the help of the Qt library. The user interface is similar to Winamp or XMMS." | ||
| 3 | HOMEPAGE = "http://qmmp.ylsoftware.com" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LICENSE_FLAGS = "commercial" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | SECTION = "multimedia" | ||
| 8 | |||
| 9 | DEPENDS = "taglib libmad libvorbis libogg alsa-lib libsndfile1 libsamplerate0 curl" | ||
| 10 | |||
| 11 | SRC_URI = "http://qmmp.ylsoftware.com/files/${BP}.tar.bz2 \ | ||
| 12 | file://no-host-paths.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "67e96e89c61b7432e5a12f555db702b1" | ||
| 16 | SRC_URI[sha256sum] = "0daea3f0a0df7b34089513c2c57413c82816ab8892bddabf49c18a7956255449" | ||
| 17 | inherit cmake qt4x11 | ||
| 18 | |||
| 19 | QMMP_PLUGIN_OPTIONS ??= "\ | ||
| 20 | -DUSE_MMS:BOOL=FALSE \ | ||
| 21 | -DUSE_MPC:BOOL=FALSE \ | ||
| 22 | -DUSE_MODPLUG:BOOL=FALSE \ | ||
| 23 | -DUSE_WAVPACK:BOOL=FALSE \ | ||
| 24 | -DUSE_FFMPEG:BOOL=FALSE \ | ||
| 25 | -DUSE_AAC:BOOL=FALSE \ | ||
| 26 | -DUSE_CDA:BOOL=FALSE \ | ||
| 27 | -DUSE_MIDI:BOOL=FALSE \ | ||
| 28 | -DUSE_GME:BOOL=FALSE \ | ||
| 29 | -DUSE_OSS4:BOOL=FALSE \ | ||
| 30 | -DUSE_JACK:BOOL=FALSE \ | ||
| 31 | -DUSE_BS2B:BOOL=FALSE \ | ||
| 32 | -DUSE_PROJECTM:BOOL=FALSE \ | ||
| 33 | -DUSE_ENCA:BOOL=FALSE \ | ||
| 34 | " | ||
| 35 | |||
| 36 | export EXTRA_OECMAKE = "-DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \ | ||
| 37 | -DQT_LRELEASE_EXECUTABLE=${OE_QMAKE_LRELEASE} \ | ||
| 38 | -DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \ | ||
| 39 | -DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \ | ||
| 40 | -DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \ | ||
| 41 | -DQT_LIBRARY_DIR=${OE_QMAKE_LIBDIR_QT} \ | ||
| 42 | -DQT_HEADERS_DIR=${OE_QMAKE_INCDIR_QT} \ | ||
| 43 | -DQT_QTCORE_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtCore \ | ||
| 44 | ${QMMP_PLUGIN_OPTIONS} \ | ||
| 45 | " | ||
| 46 | |||
| 47 | do_configure() { | ||
| 48 | # Ensure we get the cmake configure and not qmake | ||
| 49 | cmake_do_configure | ||
| 50 | } | ||
| 51 | |||
| 52 | PACKAGES_DYNAMIC += "^qmmp-plugin-.* " | ||
| 53 | |||
| 54 | python populate_packages_prepend () { | ||
| 55 | qmmp_libdir = d.expand('${libdir}/qmmp') | ||
| 56 | gd = d.expand('${D}/${libdir}/qmmp') | ||
| 57 | plug_dirs = os.listdir(gd) | ||
| 58 | |||
| 59 | for plug_dir in plug_dirs: | ||
| 60 | g_plug_dir = os.path.join(qmmp_libdir,plug_dir) | ||
| 61 | do_split_packages(d, g_plug_dir, '^lib(.*)\.so$', 'qmmp-plugin-' + plug_dir.lower() + '-%s', 'Qmmp ' + plug_dir + ' plugin for %s') | ||
| 62 | } | ||
| 63 | |||
| 64 | FILES_${PN} = "\ | ||
| 65 | ${bindir}/qmmp \ | ||
| 66 | ${libdir}/lib*${SOLIBS} \ | ||
| 67 | ${datadir}/icons/* \ | ||
| 68 | ${datadir}/qmmp/images/* \ | ||
| 69 | ${datadir}/applications/* \ | ||
| 70 | " | ||
| 71 | |||
| 72 | RDEPENDS_${PN} += "taglib alsa-lib libmad curl libicui18n" | ||
diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb b/meta/recipes-qt/qt-apps/quicky_0.4.bb deleted file mode 100644 index 3c7a4f09d0..0000000000 --- a/meta/recipes-qt/qt-apps/quicky_0.4.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "A simple note-taking application with Wiki-style syntax and behaviour" | ||
| 2 | HOMEPAGE = "http://qt-apps.org/content/show.php/Quicky?content=80325" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://version.h;endline=19;md5=878bdaff438dab86298301fd1a210e14" | ||
| 5 | SECTION = "x11/apps" | ||
| 6 | |||
| 7 | PR = "r2" | ||
| 8 | |||
| 9 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "824d9e477ee9c4994f73a3cb215161d9" | ||
| 12 | SRC_URI[sha256sum] = "9c66376e0035d44547612bf629890769a6178c3e7eafbcf95f1c6207ac0f352a" | ||
| 13 | |||
| 14 | UPSTREAM_CHECK_URI = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" | ||
| 15 | |||
| 16 | inherit qt4x11 | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | install -d ${D}${bindir} | ||
| 20 | install -m 0755 ${S}/${BPN} ${D}${bindir} | ||
| 21 | } | ||
diff --git a/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init b/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init deleted file mode 100644 index 21f0273e2a..0000000000 --- a/meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | if [ -x /usr/bin/qtdemo ]; then | ||
| 6 | QTDEMO="qtdemo" | ||
| 7 | else | ||
| 8 | QTDEMO="qtdemoE -qws" | ||
| 9 | fi | ||
| 10 | |||
| 11 | case "$1" in | ||
| 12 | start) | ||
| 13 | echo "Starting qtdemo" | ||
| 14 | if [ -f /etc/profile.d/tslib.sh ]; then | ||
| 15 | . /etc/profile.d/tslib.sh | ||
| 16 | fi | ||
| 17 | if [ -e "$TSLIB_TSDEVICE" ]; then | ||
| 18 | if [ ! -f /etc/pointercal ]; then | ||
| 19 | /usr/bin/ts_calibrate | ||
| 20 | fi | ||
| 21 | if [ "$QTDEMO" = "qtdemo" ]; then | ||
| 22 | Xorg & | ||
| 23 | export DISPLAY=:0 | ||
| 24 | $QTDEMO & | ||
| 25 | else | ||
| 26 | QWS_MOUSE_PROTO=tslib:$TSLIB_TSDEVICE $QTDEMO & | ||
| 27 | fi | ||
| 28 | else | ||
| 29 | if [ "$QTDEMO" = "qtdemo" ]; then | ||
| 30 | Xorg & | ||
| 31 | export DISPLAY=:0 | ||
| 32 | fi | ||
| 33 | $QTDEMO & | ||
| 34 | fi | ||
| 35 | ;; | ||
| 36 | stop) | ||
| 37 | echo "Stopping qtdemo" | ||
| 38 | if [ "$QTDEMO" = "qtdemo" ]; then | ||
| 39 | killall Xorg | ||
| 40 | killall qtdemo | ||
| 41 | else | ||
| 42 | killall qtdemoE | ||
| 43 | fi | ||
| 44 | ;; | ||
| 45 | restart) | ||
| 46 | $0 stop | ||
| 47 | $0 start | ||
| 48 | ;; | ||
| 49 | *) | ||
| 50 | echo "usage: $0 { start | stop | restart }" >&2 | ||
| 51 | exit 1 | ||
| 52 | ;; | ||
| 53 | esac | ||
| 54 | |||
| 55 | exit 0 | ||
diff --git a/meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb b/meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb deleted file mode 100644 index aa1b0b62f2..0000000000 --- a/meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | SUMMARY = "Init script for qtdemo" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | SRC_URI = "file://qtdemo-init" | ||
| 4 | PR = "r3" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
| 7 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 8 | |||
| 9 | S = "${WORKDIR}" | ||
| 10 | |||
| 11 | do_install() { | ||
| 12 | install -d ${D}${sysconfdir}/init.d/ | ||
| 13 | install -m 0755 ${WORKDIR}/qtdemo-init ${D}${sysconfdir}/init.d/qtdemo | ||
| 14 | } | ||
| 15 | |||
| 16 | inherit update-rc.d allarch | ||
| 17 | |||
| 18 | INITSCRIPT_NAME = "qtdemo" | ||
| 19 | INITSCRIPT_PARAMS = "start 99 5 2 . stop 19 0 1 6 ." | ||
diff --git a/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb b/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb deleted file mode 100644 index ff3f3da2bd..0000000000 --- a/meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | SUMMARY = "Sets default Qt4 Graphics System to ${QT_GRAPHICS_SYSTEM}" | ||
| 2 | SECTION = "x11/base" | ||
| 3 | LICENSE = "MIT-X" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | PR = "r1" | ||
| 7 | |||
| 8 | QT_GRAPHICS_SYSTEM ?= "raster" | ||
| 9 | |||
| 10 | def _get_extra_rdepends(d): | ||
| 11 | gs = d.getVar('QT_GRAPHICS_SYSTEM', True) | ||
| 12 | if gs == "opengl": | ||
| 13 | return "qt4-plugin-graphicssystems-glgraphicssystem" | ||
| 14 | |||
| 15 | return "" | ||
| 16 | |||
| 17 | do_install () { | ||
| 18 | install -d ${D}/${sysconfdir}/profile.d/ | ||
| 19 | cfg_file=${D}/${sysconfdir}/profile.d/qt-graphicssystem | ||
| 20 | echo "export QT_GRAPHICSSYSTEM=${QT_GRAPHICS_SYSTEM}" > $cfg_file | ||
| 21 | } | ||
| 22 | |||
| 23 | RDEPENDS_${PN} = "${@_get_extra_rdepends(d)}" | ||
| 24 | |||
| 25 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc deleted file mode 100644 index 54bf2a12a5..0000000000 --- a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc +++ /dev/null | |||
| @@ -1,128 +0,0 @@ | |||
| 1 | SUMMARY = "SDK tools for Qt version 4.x" | ||
| 2 | DEPENDS = "nativesdk-zlib nativesdk-dbus qt4-native ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/nativesdk-libx11', '', d)}" | ||
| 3 | SECTION = "libs" | ||
| 4 | HOMEPAGE = "http://qt-project.org/" | ||
| 5 | LICENSE = "LGPLv2.1 | GPLv3" | ||
| 6 | |||
| 7 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" | ||
| 8 | |||
| 9 | inherit nativesdk qmake2 | ||
| 10 | |||
| 11 | SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-everywhere-opensource-src-${PV}.tar.gz \ | ||
| 12 | file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | ||
| 13 | file://0004-configure-qmake-is-already-built-in-qt4-tools-native.patch \ | ||
| 14 | file://0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch \ | ||
| 15 | file://0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch \ | ||
| 16 | file://0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch \ | ||
| 17 | file://0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch \ | ||
| 18 | file://g++.conf \ | ||
| 19 | file://linux.conf" | ||
| 20 | |||
| 21 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
| 22 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 23 | |||
| 24 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | ||
| 25 | |||
| 26 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | ||
| 27 | file://LICENSE.GPL3;md5=6e1694ee338db410417517884918d4d2 \ | ||
| 28 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6" | ||
| 29 | |||
| 30 | require qt4_arch.inc | ||
| 31 | |||
| 32 | # FIXME: make it work with "${STAGING_BINDIR_NATIVE}/pkg-config --cflags dbus-1" | ||
| 33 | EXTRA_OECONF = "-prefix ${prefix} \ | ||
| 34 | -qt-libjpeg -system-zlib \ | ||
| 35 | -no-libjpeg -no-libpng -no-libmng -no-libtiff \ | ||
| 36 | -no-accessibility \ | ||
| 37 | -no-cups \ | ||
| 38 | -no-exceptions \ | ||
| 39 | -no-nas-sound \ | ||
| 40 | -no-nis -no-openssl \ | ||
| 41 | -verbose -release -fast -static \ | ||
| 42 | -platform ${TARGET_OS}-oe-g++ \ | ||
| 43 | -xplatform ${TARGET_OS}-oe-g++ \ | ||
| 44 | -arch ${QT_ARCH} \ | ||
| 45 | -embedded -no-freetype -no-glib -no-iconv \ | ||
| 46 | -qt3support \ | ||
| 47 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include/dbus-1.0 \ | ||
| 48 | -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/lib/dbus-1.0/include" | ||
| 49 | |||
| 50 | # yank default -e, otherwise we get the following error: | ||
| 51 | # moc_qbuffer.cpp: No such file or directory | ||
| 52 | EXTRA_OEMAKE = " " | ||
| 53 | |||
| 54 | do_configure() { | ||
| 55 | # Avoid problems with Qt 4.8.0 configure setting QMAKE_LINK from LD (since we want the linker to be g++) | ||
| 56 | unset LD | ||
| 57 | |||
| 58 | if [ ! -e mkspecs/${TARGET_OS}-oe-g++ ]; then | ||
| 59 | ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++ | ||
| 60 | fi | ||
| 61 | |||
| 62 | cp ../g++.conf mkspecs/common | ||
| 63 | cp ../linux.conf mkspecs/common | ||
| 64 | |||
| 65 | if [ -f mkspecs/common/g++-base.conf ] ; then | ||
| 66 | # don't use host g++ even during configure (4.8.0+) | ||
| 67 | sed -i -e "s#= g++#= ${CXX}#" mkspecs/common/g++-base.conf | ||
| 68 | sed -i -e "s#= gcc#= ${CC}#" mkspecs/common/g++-base.conf | ||
| 69 | fi | ||
| 70 | |||
| 71 | # Use qmake from qt4-native for building | ||
| 72 | if [ ! -e bin/qmake ]; then | ||
| 73 | ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 bin/qmake | ||
| 74 | fi | ||
| 75 | set_arch | ||
| 76 | (echo o; echo yes) | CC="${CC}" CXX="${CXX}" ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}" | ||
| 77 | } | ||
| 78 | |||
| 79 | TOBUILD = "\ | ||
| 80 | src/tools/bootstrap \ | ||
| 81 | src/tools/moc \ | ||
| 82 | src/corelib \ | ||
| 83 | src/sql \ | ||
| 84 | src/dbus \ | ||
| 85 | src/qt3support \ | ||
| 86 | src/xml \ | ||
| 87 | src/tools/uic \ | ||
| 88 | src/tools/rcc \ | ||
| 89 | src/network \ | ||
| 90 | src/gui \ | ||
| 91 | src/tools/uic3 \ | ||
| 92 | tools/linguist/lrelease \ | ||
| 93 | tools/linguist/lupdate \ | ||
| 94 | tools/qdbus \ | ||
| 95 | " | ||
| 96 | |||
| 97 | do_compile() { | ||
| 98 | for i in ${TOBUILD}; do | ||
| 99 | cd ${S}/$i && oe_runmake CC="${CC}" CXX="${CXX}" | ||
| 100 | done | ||
| 101 | |||
| 102 | # Build nativesdk qmake | ||
| 103 | export QMAKESPEC="${S}/mkspecs/${TARGET_OS}-oe-g++" | ||
| 104 | cd ${S}/qmake | ||
| 105 | ${OE_QMAKE_QMAKE} | ||
| 106 | oe_runmake CC="${CC}" CXX="${CXX}" | ||
| 107 | cd ${S} | ||
| 108 | } | ||
| 109 | |||
| 110 | do_install() { | ||
| 111 | install -d ${D}${bindir} | ||
| 112 | install -m 0755 bin/qmake2 ${D}${bindir}/qmake2 | ||
| 113 | for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do | ||
| 114 | install -m 0755 bin/${i} ${D}${bindir}/${i}4 | ||
| 115 | done | ||
| 116 | |||
| 117 | (cd ${D}${bindir}; \ | ||
| 118 | ln -s qmake2 qmake; \ | ||
| 119 | for i in moc uic uic3 rcc lrelease lupdate qdbuscpp2xml qdbusxml2cpp; do \ | ||
| 120 | ln -s ${i}4 ${i}; \ | ||
| 121 | done) | ||
| 122 | |||
| 123 | install -d ${D}${sysconfdir} | ||
| 124 | cat >${D}${sysconfdir}/qt.conf <<EOF | ||
| 125 | [Paths] | ||
| 126 | Prefix = ${prefix} | ||
| 127 | EOF | ||
| 128 | } | ||
diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb b/meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb deleted file mode 100644 index 90ba07c9e1..0000000000 --- a/meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.7.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require nativesdk-qt4-tools.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://0009-qmake-fix-source-file-references-in-qmake.pri.patch" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" | ||
| 6 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7.inc b/meta/recipes-qt/qt4/qt4-4.8.7.inc deleted file mode 100644 index 3cf7c380ab..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7.inc +++ /dev/null | |||
| @@ -1,72 +0,0 @@ | |||
| 1 | LICENSE = "LGPLv2.1 | GPLv3" | ||
| 2 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | ||
| 3 | file://LICENSE.GPL3;md5=6e1694ee338db410417517884918d4d2 \ | ||
| 4 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6" | ||
| 5 | |||
| 6 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/qt4-${PV}:" | ||
| 7 | |||
| 8 | SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-everywhere-opensource-src-${PV}.tar.gz \ | ||
| 9 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ | ||
| 10 | file://0004-configure-qmake-is-already-built-in-qt4-tools-native.patch \ | ||
| 11 | file://0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch \ | ||
| 12 | file://0009-qmake-fix-source-file-references-in-qmake.pri.patch \ | ||
| 13 | file://0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch \ | ||
| 14 | file://0011-freetype-host-includes.patch \ | ||
| 15 | file://0012-Add-2bpp-support.patch \ | ||
| 16 | file://0013-configure-add-crossarch-option.patch \ | ||
| 17 | file://0014-translations-fix-phony-translation-linking-error.patch \ | ||
| 18 | file://0015-configure-add-nostrip-for-debug-packages.patch \ | ||
| 19 | file://0016-configure-eval-QMAKE_CXX.patch \ | ||
| 20 | file://0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch \ | ||
| 21 | file://0018-configure-make-pulseaudio-a-configurable-option.patch \ | ||
| 22 | file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ | ||
| 23 | file://0027-tools.pro-disable-qmeegographicssystemhelper.patch \ | ||
| 24 | file://0030-aarch64_arm64_qatomic_support.patch \ | ||
| 25 | file://0031-aarch64_arm64_mkspecs.patch \ | ||
| 26 | file://0032-aarch64_add_header.patch \ | ||
| 27 | file://0034-Fix-kmap2qmap-build-with-clang.patch \ | ||
| 28 | file://Fix-QWSLock-invalid-argument-logs.patch \ | ||
| 29 | file://add_check_for_aarch64_32.patch \ | ||
| 30 | file://g++.conf \ | ||
| 31 | file://linux.conf \ | ||
| 32 | file://fix-for-mips-n32.patch \ | ||
| 33 | " | ||
| 34 | |||
| 35 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" | ||
| 36 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" | ||
| 37 | |||
| 38 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
| 39 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 40 | |||
| 41 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | ||
| 42 | |||
| 43 | # disable webkit for mips64 n32 temporarily that fails to compile, | ||
| 44 | # qt upstream defect: | ||
| 45 | # https://bugreports.qt-project.org/browse/QTBUG-39224 | ||
| 46 | QT_CONFIG_FLAGS_append_mips64n32 = " -no-webkit" | ||
| 47 | |||
| 48 | # disable webkit for aarch64 temporarily that fails to compile | ||
| 49 | QT_CONFIG_FLAGS_append_aarch64 = " -no-webkit" | ||
| 50 | |||
| 51 | FILES_${QT_BASE_NAME}-tools_append = " ${bindir}/qml ${bindir}/qmlplugindump" | ||
| 52 | FILES_${QT_BASE_NAME}-tools-dbg_append = " ${bindir}/.debug/qml ${bindir}/.debug/qmlplugindump" | ||
| 53 | |||
| 54 | PACKAGES_append = " ${QT_BASE_NAME}-tests-dbg ${QT_BASE_NAME}-tests" | ||
| 55 | FILES_${QT_BASE_NAME}-tests-dbg = "${prefix}/tests/qt4/*/.debug" | ||
| 56 | FILES_${QT_BASE_NAME}-tests = "${prefix}/tests/qt4/*" | ||
| 57 | |||
| 58 | do_configure_prepend() { | ||
| 59 | sed -i 's:qtPrepareTool(LRELEASE, lrelease):LRELEASE = ${OE_QMAKE_LRELEASE}:g' \ | ||
| 60 | ${S}/translations/translations.pro | ||
| 61 | |||
| 62 | sed -i \ | ||
| 63 | -e /QMAKE_MOC\ /d \ | ||
| 64 | -e /QMAKE_UIC\ /d \ | ||
| 65 | -e /QMAKE_UIC3\ /d \ | ||
| 66 | -e /QMAKE_RCC\ /d \ | ||
| 67 | ${S}/configure | ||
| 68 | |||
| 69 | # Avoid problems with Qt 4.8.0 configure setting QMAKE_LINK from LD (since we want the linker to be g++) | ||
| 70 | unset LD | ||
| 71 | } | ||
| 72 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch deleted file mode 100644 index d8b0a09d17..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | From 55097d27e8b746b3d5ff437939caf1fa43c0d62b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Holger Freyther <zecke@selfish.org> | ||
| 3 | Date: Wed, 26 Sep 2012 17:22:30 +0200 | ||
| 4 | Subject: [PATCH 01/21] qlibraryinfo: allow to set qt.conf from the outside | ||
| 5 | using the environment | ||
| 6 | |||
| 7 | Allow to set a qt.conf from the outside using the environment. This allows | ||
| 8 | to inject new prefixes and other paths into qmake. This is needed when using | ||
| 9 | the same qmake binary to build qt/x11 and qt/embedded | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 13 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 14 | --- | ||
| 15 | src/corelib/global/qlibraryinfo.cpp | 5 +++++ | ||
| 16 | 1 file changed, 5 insertions(+) | ||
| 17 | |||
| 18 | diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp | ||
| 19 | index 180dc39..4adad35 100644 | ||
| 20 | --- a/src/corelib/global/qlibraryinfo.cpp | ||
| 21 | +++ b/src/corelib/global/qlibraryinfo.cpp | ||
| 22 | @@ -54,6 +54,7 @@ | ||
| 23 | QT_BEGIN_NAMESPACE | ||
| 24 | extern QString qmake_libraryInfoFile(); | ||
| 25 | QT_END_NAMESPACE | ||
| 26 | +#include <stdlib.h> | ||
| 27 | #else | ||
| 28 | # include "qcoreapplication.h" | ||
| 29 | #endif | ||
| 30 | @@ -112,6 +113,10 @@ QSettings *QLibraryInfoPrivate::findConfiguration() | ||
| 31 | #ifdef BOOTSTRAPPING | ||
| 32 | if(!QFile::exists(qtconfig)) | ||
| 33 | qtconfig = qmake_libraryInfoFile(); | ||
| 34 | + if (!QFile::exists(qtconfig)) { | ||
| 35 | + QByteArray config = getenv("QT_CONF_PATH"); | ||
| 36 | + qtconfig = QFile::decodeName(config); | ||
| 37 | + } | ||
| 38 | #else | ||
| 39 | if (!QFile::exists(qtconfig) && QCoreApplication::instance()) { | ||
| 40 | #ifdef Q_OS_MAC | ||
| 41 | -- | ||
| 42 | 1.8.0 | ||
| 43 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch deleted file mode 100644 index 98fc88738f..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch +++ /dev/null | |||
| @@ -1,50 +0,0 @@ | |||
| 1 | From 5e6b1051afa3099a02a758b0596236759d70670e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Wenzong Fan <wenzong.fan@windriver.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:18:08 +0200 | ||
| 4 | Subject: [PATCH 02/21] qkbdtty_qws: fix build with old kernel headers | ||
| 5 | |||
| 6 | This issue is that with C++ compiler process an old version of kernel | ||
| 7 | header file, coincidently that file has a variable named 'new': | ||
| 8 | |||
| 9 | * 'embedded/qkbdtty_qws.cpp' include 'linux/vt.h'; | ||
| 10 | * '/usr/include/linux/vt.h' has below code on SLED-11.x: | ||
| 11 | + unsigned int new; | ||
| 12 | |||
| 13 | On mostly hosts it has been changed to: new -> newev. | ||
| 14 | |||
| 15 | Upstream-Status: Pending | ||
| 16 | |||
| 17 | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> | ||
| 18 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 19 | --- | ||
| 20 | src/gui/embedded/qkbdtty_qws.cpp | 12 ++++++++++++ | ||
| 21 | 1 file changed, 12 insertions(+) | ||
| 22 | |||
| 23 | diff --git a/src/gui/embedded/qkbdtty_qws.cpp b/src/gui/embedded/qkbdtty_qws.cpp | ||
| 24 | index a46811b..762138f 100644 | ||
| 25 | --- a/src/gui/embedded/qkbdtty_qws.cpp | ||
| 26 | +++ b/src/gui/embedded/qkbdtty_qws.cpp | ||
| 27 | @@ -54,8 +54,20 @@ | ||
| 28 | |||
| 29 | #if defined Q_OS_LINUX | ||
| 30 | # include <linux/kd.h> | ||
| 31 | + | ||
| 32 | +/* Workaround kernel headers using "new" as variable name. The problem | ||
| 33 | + is specific to SLED-11, other distros use "newev" rather than "new" */ | ||
| 34 | +#ifdef __cplusplus | ||
| 35 | +#warning "workaround kernel headers using new as variable name on SLED 11" | ||
| 36 | +#define new newev | ||
| 37 | +#endif | ||
| 38 | + | ||
| 39 | # include <linux/vt.h> //TODO: move vt handling somewhere else (QLinuxFbScreen?) | ||
| 40 | |||
| 41 | +#ifdef __cplusplus | ||
| 42 | +#undef new | ||
| 43 | +#endif | ||
| 44 | + | ||
| 45 | # include "qscreen_qws.h" | ||
| 46 | # include "qwindowsystem_qws.h" | ||
| 47 | # include "qapplication.h" | ||
| 48 | -- | ||
| 49 | 1.8.0 | ||
| 50 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch deleted file mode 100644 index ecaea51e08..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From b6805e883c078f7647d9234aca4e3513ebd1c9bf Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Tue, 1 May 2012 07:48:15 +0200 | ||
| 4 | Subject: [PATCH 03/21] webkit2: set OUTPUT_DIR value if empty | ||
| 5 | |||
| 6 | Without this do_configure was trying to create /include/WebCore/libdummy.prl in root of build host filesystem | ||
| 7 | now it's in proper place ${WORKDIR}/qt-everywhere-opensource-src-4.8.1/src/3rdparty/webkit/include/WebCore/libdummy.prl | ||
| 8 | |||
| 9 | First reported here: | ||
| 10 | http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg24436.html | ||
| 11 | |||
| 12 | Upstream-Status: Pending | ||
| 13 | |||
| 14 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 15 | --- | ||
| 16 | src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro | 2 ++ | ||
| 17 | 1 file changed, 2 insertions(+) | ||
| 18 | |||
| 19 | diff --git a/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro b/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro | ||
| 20 | index 006a88c..5e17193 100644 | ||
| 21 | --- a/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro | ||
| 22 | +++ b/src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro | ||
| 23 | @@ -3,6 +3,8 @@ TARGET = dummy | ||
| 24 | |||
| 25 | CONFIG -= debug_and_release | ||
| 26 | |||
| 27 | +isEmpty(OUTPUT_DIR): OUTPUT_DIR = ../.. | ||
| 28 | + | ||
| 29 | CONFIG(standalone_package) { | ||
| 30 | isEmpty(WEBKIT2_GENERATED_SOURCES_DIR):WEBKIT2_GENERATED_SOURCES_DIR = $$PWD/generated | ||
| 31 | isEmpty(WC_GENERATED_SOURCES_DIR):WC_GENERATED_SOURCES_DIR = $$PWD/../WebCore/generated | ||
| 32 | -- | ||
| 33 | 1.8.0 | ||
| 34 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch deleted file mode 100644 index 1eb8a5843a..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0004-configure-qmake-is-already-built-in-qt4-tools-native.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From af699c6e8cf9fb28d6f8b789bf33d53b47edaec7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Michael Krelin <hacker@klever.net> | ||
| 3 | Date: Wed, 26 Sep 2012 20:24:20 +0200 | ||
| 4 | Subject: [PATCH 04/21] configure: qmake is already built in qt4-tools-native, | ||
| 5 | so disable it | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [configuration] | ||
| 8 | |||
| 9 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 10 | --- | ||
| 11 | configure | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/configure b/configure | ||
| 15 | index e3d464b..cc04b27 100755 | ||
| 16 | --- a/configure | ||
| 17 | +++ b/configure | ||
| 18 | @@ -4899,7 +4899,7 @@ setBootstrapVariable() | ||
| 19 | } | ||
| 20 | |||
| 21 | # build qmake | ||
| 22 | -if true; then ###[ '!' -f "$outpath/bin/qmake" ]; | ||
| 23 | +if false; then ###[ '!' -f "$outpath/bin/qmake" ]; | ||
| 24 | echo "Creating qmake. Please wait..." | ||
| 25 | |||
| 26 | OLD_QCONFIG_H= | ||
| 27 | -- | ||
| 28 | 1.8.0 | ||
| 29 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch deleted file mode 100644 index 1a8f2b7f94..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0005-configure-set-LFLAGS-to-pick-up-zlib-from-staging.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From ac93237bc90ea7773c0ef5275962baba01d4a9c7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= <jeremy.laine@m4x.org> | ||
| 3 | Date: Wed, 26 Sep 2012 20:27:44 +0200 | ||
| 4 | Subject: [PATCH 05/21] configure: set LFLAGS to pick up zlib from staging | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 9 | --- | ||
| 10 | configure | 2 +- | ||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 12 | |||
| 13 | diff --git a/configure b/configure | ||
| 14 | index cc04b27..5a7c4ee 100755 | ||
| 15 | --- a/configure | ||
| 16 | +++ b/configure | ||
| 17 | @@ -690,7 +690,7 @@ fi | ||
| 18 | # initalize variables | ||
| 19 | #------------------------------------------------------------------------------- | ||
| 20 | |||
| 21 | -SYSTEM_VARIABLES="RANLIB STRIP OBJDUMP LD CC CXX CFLAGS CXXFLAGS LDFLAGS" | ||
| 22 | +SYSTEM_VARIABLES="RANLIB STRIP OBJDUMP LD CC CXX CFLAGS CXXFLAGS LDFLAGS LFLAGS" | ||
| 23 | for varname in $SYSTEM_VARIABLES; do | ||
| 24 | qmakevarname="${varname}" | ||
| 25 | # use LDFLAGS for autoconf compat, but qmake uses QMAKE_LFLAGS | ||
| 26 | -- | ||
| 27 | 1.8.0 | ||
| 28 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch deleted file mode 100644 index 90ebf75095..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0006-configure-Use-OE_QMAKE_-values-to-specify-Qt-utility.patch +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | From 0bc0db83812b5900dc4e6ffa96bdeab46b6adcae Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:29:09 +0200 | ||
| 4 | Subject: [PATCH 06/21] configure: Use OE_QMAKE_* values to specify Qt utility | ||
| 5 | paths | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [configuration] | ||
| 8 | |||
| 9 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 10 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 11 | --- | ||
| 12 | configure | 10 +++++----- | ||
| 13 | 1 file changed, 5 insertions(+), 5 deletions(-) | ||
| 14 | |||
| 15 | diff --git a/configure b/configure | ||
| 16 | index 5a7c4ee..db4d044 100755 | ||
| 17 | --- a/configure | ||
| 18 | +++ b/configure | ||
| 19 | @@ -8683,11 +8683,11 @@ QMAKE_ABSOLUTE_SOURCE_ROOT = \$\$QT_SOURCE_TREE | ||
| 20 | QMAKE_MOC_SRC = \$\$QT_BUILD_TREE/src/moc | ||
| 21 | |||
| 22 | #local paths that cannot be queried from the QT_INSTALL_* properties while building QTDIR | ||
| 23 | -QMAKE_MOC = \$\$QT_BUILD_TREE/bin/moc | ||
| 24 | -QMAKE_UIC = \$\$QT_BUILD_TREE/bin/uic | ||
| 25 | -QMAKE_UIC3 = \$\$QT_BUILD_TREE/bin/uic3 | ||
| 26 | -QMAKE_RCC = \$\$QT_BUILD_TREE/bin/rcc | ||
| 27 | -QMAKE_QDBUSXML2CPP = \$\$QT_BUILD_TREE/bin/qdbusxml2cpp | ||
| 28 | +QMAKE_MOC = \${OE_QMAKE_MOC} | ||
| 29 | +QMAKE_UIC = \${OE_QMAKE_UIC} | ||
| 30 | +QMAKE_UIC3 = \${OE_QMAKE_UIC3} | ||
| 31 | +QMAKE_RCC = \${OE_QMAKE_RCC} | ||
| 32 | +QMAKE_QDBUSXML2CPP = \${OE_QMAKE_QDBUSXML2CPP} | ||
| 33 | QMAKE_INCDIR_QT = \$\$QT_BUILD_TREE/include | ||
| 34 | QMAKE_LIBDIR_QT = \$\$QT_BUILD_TREE/lib | ||
| 35 | |||
| 36 | -- | ||
| 37 | 1.8.0 | ||
| 38 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch deleted file mode 100644 index 1d23c929f4..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0007-dbus-Remove-const-usage-that-causes-compile-failure-.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From 2011bb8029480af1d1266f258e5a5f5cef7392d3 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Pavel Heimlich <tropikhajma@gmail.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:31:10 +0200 | ||
| 4 | Subject: [PATCH 07/21] dbus: Remove "const" usage that causes compile failure | ||
| 5 | building nativesdk-qt4-tools | ||
| 6 | |||
| 7 | Patch has apparently been rejected upstream, not because it is invalid | ||
| 8 | but because the submitter did not submit a merge request for it, so the | ||
| 9 | validity of the patch upstream is uncertain. For further details see: | ||
| 10 | https://bugreports.qt-project.org/browse/QTBUG-17962 | ||
| 11 | |||
| 12 | Upstream-Status: Denied [possible retry] | ||
| 13 | |||
| 14 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 15 | --- | ||
| 16 | src/dbus/qdbusintegrator.cpp | 2 +- | ||
| 17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 18 | |||
| 19 | diff --git a/src/dbus/qdbusintegrator.cpp b/src/dbus/qdbusintegrator.cpp | ||
| 20 | index 0f0b647..aa4cbab 100644 | ||
| 21 | --- a/src/dbus/qdbusintegrator.cpp | ||
| 22 | +++ b/src/dbus/qdbusintegrator.cpp | ||
| 23 | @@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE | ||
| 24 | static bool isDebugging; | ||
| 25 | #define qDBusDebug if (!::isDebugging); else qDebug | ||
| 26 | |||
| 27 | -Q_GLOBAL_STATIC_WITH_ARGS(const QString, orgFreedesktopDBusString, (QLatin1String(DBUS_SERVICE_DBUS))) | ||
| 28 | +Q_GLOBAL_STATIC_WITH_ARGS(QString, orgFreedesktopDBusString, (QLatin1String(DBUS_SERVICE_DBUS))) | ||
| 29 | |||
| 30 | static inline QString dbusServiceString() | ||
| 31 | { return *orgFreedesktopDBusString(); } | ||
| 32 | -- | ||
| 33 | 1.8.0 | ||
| 34 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch deleted file mode 100644 index ec07f41403..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0008-qmake.pro-Allow-building-a-separate-qmake-for-the-ta.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 64ce5d0e7c19436b928a2a0d9d192f56be3c9bb2 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:32:41 +0200 | ||
| 4 | Subject: [PATCH 08/21] qmake.pro: Allow building a separate qmake for the | ||
| 5 | target | ||
| 6 | |||
| 7 | Upstream-Status: Inappropriate [config] | ||
| 8 | |||
| 9 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 10 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 11 | --- | ||
| 12 | qmake/qmake.pro | 1 + | ||
| 13 | 1 file changed, 1 insertion(+) | ||
| 14 | |||
| 15 | diff --git a/qmake/qmake.pro b/qmake/qmake.pro | ||
| 16 | index 38e0fce..53b1ffb 100644 | ||
| 17 | --- a/qmake/qmake.pro | ||
| 18 | +++ b/qmake/qmake.pro | ||
| 19 | @@ -7,6 +7,7 @@ CONFIG += console bootstrap | ||
| 20 | CONFIG -= qt shared app_bundle uic | ||
| 21 | DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED | ||
| 22 | DESTDIR = ../bin/ | ||
| 23 | +TARGET = qmake2 | ||
| 24 | |||
| 25 | OBJECTS_DIR = . | ||
| 26 | MOC_DIR = . | ||
| 27 | -- | ||
| 28 | 1.8.0 | ||
| 29 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch deleted file mode 100644 index 45b8c10fbe..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0009-qmake-fix-source-file-references-in-qmake.pri.patch +++ /dev/null | |||
| @@ -1,52 +0,0 @@ | |||
| 1 | From e129dc0d6cde69dd15d1836c4111e0526fc29161 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:33:49 +0200 | ||
| 4 | Subject: [PATCH 09/21] qmake: fix source file references in qmake.pri | ||
| 5 | |||
| 6 | Fix duplicate entries in SOURCES and HEADERS, and fix the source file | ||
| 7 | list for the split of qlocale.cpp. | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 13 | --- | ||
| 14 | qmake/qmake.pri | 8 ++++---- | ||
| 15 | 1 file changed, 4 insertions(+), 4 deletions(-) | ||
| 16 | |||
| 17 | diff --git a/qmake/qmake.pri b/qmake/qmake.pri | ||
| 18 | index 31f67f4..9081669 100644 | ||
| 19 | --- a/qmake/qmake.pri | ||
| 20 | +++ b/qmake/qmake.pri | ||
| 21 | @@ -22,8 +22,7 @@ SOURCES += project.cpp property.cpp main.cpp generators/makefile.cpp \ | ||
| 22 | generators/symbian/initprojectdeploy_symbian.cpp \ | ||
| 23 | generators/integrity/gbuild.cpp \ | ||
| 24 | windows/registry.cpp \ | ||
| 25 | - symbian/epocroot.cpp \ | ||
| 26 | - generators/integrity/gbuild.cpp | ||
| 27 | + symbian/epocroot.cpp | ||
| 28 | |||
| 29 | HEADERS += project.h property.h generators/makefile.h \ | ||
| 30 | generators/unix/unixmake.h meta.h option.h cachekeys.h \ | ||
| 31 | @@ -40,8 +39,7 @@ HEADERS += project.h property.h generators/makefile.h \ | ||
| 32 | generators/symbian/initprojectdeploy_symbian.h \ | ||
| 33 | generators/integrity/gbuild.h \ | ||
| 34 | windows/registry_p.h \ | ||
| 35 | - symbian/epocroot_p.h \ | ||
| 36 | - generators/integrity/gbuild.h | ||
| 37 | + symbian/epocroot_p.h | ||
| 38 | |||
| 39 | contains(QT_EDITION, OpenSource) { | ||
| 40 | DEFINES += QMAKE_OPENSOURCE_EDITION | ||
| 41 | @@ -72,6 +70,8 @@ bootstrap { #Qt code | ||
| 42 | qlist.cpp \ | ||
| 43 | qlinkedlist.cpp \ | ||
| 44 | qlocale.cpp \ | ||
| 45 | + qlocale_tools.cpp \ | ||
| 46 | + qlocale_unix.cpp \ | ||
| 47 | qmalloc.cpp \ | ||
| 48 | qmap.cpp \ | ||
| 49 | qmetatype.cpp \ | ||
| 50 | -- | ||
| 51 | 1.8.0 | ||
| 52 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch deleted file mode 100644 index ca6a0b8d81..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0010-configure-Hack-to-not-use-the-pg_config-of-the-host-.patch +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | From 4888791d1899f781af710dd8813887dea52fda59 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Holger Freyther <zecke@selfish.org> | ||
| 3 | Date: Wed, 26 Sep 2012 20:36:38 +0200 | ||
| 4 | Subject: [PATCH 10/21] configure: Hack to not use the pg_config of the host | ||
| 5 | system which will add /usr/include | ||
| 6 | |||
| 7 | pg_config is a native binary so using that when cross compiling | ||
| 8 | will always fail. The commented out fix would do, but for OE | ||
| 9 | our -platform and -xplatform is the same so we are actually not | ||
| 10 | really cross compiling. Just comment out the test, we are passing | ||
| 11 | the location to the postgres headers and if they are okay we | ||
| 12 | will pad. | ||
| 13 | |||
| 14 | Upstream-Status: Inappropriate [configuration] | ||
| 15 | |||
| 16 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 17 | |||
| 18 | Update for qt 4.8.7. | ||
| 19 | |||
| 20 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 21 | --- | ||
| 22 | configure | 8 ++++---- | ||
| 23 | 1 file changed, 4 insertions(+), 4 deletions(-) | ||
| 24 | |||
| 25 | diff --git a/configure b/configure | ||
| 26 | index db4d044..35a8fe7 100755 | ||
| 27 | --- a/configure | ||
| 28 | +++ b/configure | ||
| 29 | @@ -5574,10 +5574,10 @@ | ||
| 30 | if [ "$CFG_SQL_psql" != "no" ]; then | ||
| 31 | [ -z "$CFG_PSQL_CONFIG" ] && CFG_PSQL_CONFIG=`"$WHICH" pg_config` | ||
| 32 | # Be careful not to use native pg_config when cross building. | ||
| 33 | - if [ "$XPLATFORM_MINGW" != "yes" ] && [ -x "$CFG_PSQL_CONFIG" ]; then | ||
| 34 | - QT_CFLAGS_PSQL=`$CFG_PSQL_CONFIG --includedir 2>/dev/null` | ||
| 35 | - QT_LFLAGS_PSQL=`$CFG_PSQL_CONFIG --libdir 2>/dev/null` | ||
| 36 | - fi | ||
| 37 | +# if [ "$XPLATFORM_MINGW" != "yes" ] && [ -x "$CFG_PSQL_CONFIG" ]; then | ||
| 38 | +# QT_CFLAGS_PSQL=`$CFG_PSQL_CONFIG --includedir 2>/dev/null` | ||
| 39 | +# QT_LFLAGS_PSQL=`$CFG_PSQL_CONFIG --libdir 2>/dev/null` | ||
| 40 | +# fi | ||
| 41 | [ -z "$QT_CFLAGS_PSQL" ] || QT_CFLAGS_PSQL="-I$QT_CFLAGS_PSQL" | ||
| 42 | [ -z "$QT_LFLAGS_PSQL" ] || QT_LFLAGS_PSQL="-L$QT_LFLAGS_PSQL" | ||
| 43 | # But, respect PSQL_LIBS if set | ||
| 44 | -- | ||
| 45 | 1.8.0 | ||
| 46 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch deleted file mode 100644 index e0879c5615..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0011-freetype-host-includes.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | From 3fcffa79e6a5f0448cbfe2bb33fe1218f5dae61d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Michael Krelin <hacker@klever.net> | ||
| 3 | Date: Mon, 4 Jun 2007 14:48:50 +0200 | ||
| 4 | Subject: [PATCH 11/21] freetype host includes | ||
| 5 | |||
| 6 | Host include path should not be used in cross compiling case. | ||
| 7 | |||
| 8 | Ported from OE by: Yu Ke <ke.yu@intel.com> | ||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 12 | --- | ||
| 13 | config.tests/unix/freetype/freetype.pri | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/config.tests/unix/freetype/freetype.pri b/config.tests/unix/freetype/freetype.pri | ||
| 17 | index 7ef1cf9..b362fcd 100644 | ||
| 18 | --- a/config.tests/unix/freetype/freetype.pri | ||
| 19 | +++ b/config.tests/unix/freetype/freetype.pri | ||
| 20 | @@ -1,5 +1,5 @@ | ||
| 21 | !cross_compile { | ||
| 22 | - TRY_INCLUDEPATHS = /include /usr/include $$QMAKE_INCDIR $$QMAKE_INCDIR_X11 $$INCLUDEPATH | ||
| 23 | + TRY_INCLUDEPATHS = $$QMAKE_INCDIR $$QMAKE_INCDIR_X11 $$INCLUDEPATH | ||
| 24 | # LSB doesn't allow using headers from /include or /usr/include | ||
| 25 | linux-lsb-g++:TRY_INCLUDEPATHS = $$QMAKE_INCDIR $$QMAKE_INCDIR_X11 $$INCLUDEPATH | ||
| 26 | for(p, TRY_INCLUDEPATHS) { | ||
| 27 | -- | ||
| 28 | 1.8.0 | ||
| 29 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch deleted file mode 100644 index 8e411f3426..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0012-Add-2bpp-support.patch +++ /dev/null | |||
| @@ -1,318 +0,0 @@ | |||
| 1 | From 8744273fc452eb54bbeeb7d15823009ce926c6fa Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= <jeremy.laine@m4x.org> | ||
| 3 | Date: Wed, 26 Sep 2012 20:39:21 +0200 | ||
| 4 | Subject: [PATCH 12/21] Add 2bpp support | ||
| 5 | |||
| 6 | Submitted upstream but rejected as being "out of scope": | ||
| 7 | https://bugreports.qt-project.org/browse/QTBUG-3468 | ||
| 8 | |||
| 9 | Upstream-Status: Denied | ||
| 10 | |||
| 11 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 12 | --- | ||
| 13 | configure | 5 +- | ||
| 14 | src/gui/embedded/qscreen_qws.cpp | 211 ++++++++++++++++++++++++++++++++ | ||
| 15 | src/gui/embedded/qscreenlinuxfb_qws.cpp | 4 +- | ||
| 16 | 3 files changed, 216 insertions(+), 4 deletions(-) | ||
| 17 | |||
| 18 | diff --git a/configure b/configure | ||
| 19 | index 35a8fe7..79c1c7b 100755 | ||
| 20 | --- a/configure | ||
| 21 | +++ b/configure | ||
| 22 | @@ -7063,6 +7063,7 @@ if [ "$CFG_QWS_DEPTHS" = "prompted" -a "$PROMPT_FOR_DEPTHS" = "yes" ]; then | ||
| 23 | echo "Choose pixel-depths to support:" | ||
| 24 | echo | ||
| 25 | echo " 1. 1bpp, black/white" | ||
| 26 | + echo " 2. 2bpp, grayscale" | ||
| 27 | echo " 4. 4bpp, grayscale" | ||
| 28 | echo " 8. 8bpp, paletted" | ||
| 29 | echo " 12. 12bpp, rgb 4-4-4" | ||
| 30 | @@ -7081,11 +7082,11 @@ if [ "$CFG_QWS_DEPTHS" = "prompted" -a "$PROMPT_FOR_DEPTHS" = "yes" ]; then | ||
| 31 | fi | ||
| 32 | if [ -n "$CFG_QWS_DEPTHS" -a "$PLATFORM_QWS" = "yes" ]; then | ||
| 33 | if [ "$CFG_QWS_DEPTHS" = "all" ]; then | ||
| 34 | - CFG_QWS_DEPTHS="1 4 8 12 15 16 18 24 32 generic" | ||
| 35 | + CFG_QWS_DEPTHS="1 2 4 8 12 15 16 18 24 32 generic" | ||
| 36 | fi | ||
| 37 | for D in `echo "$CFG_QWS_DEPTHS" | sed -e 's/,/ /g'`; do | ||
| 38 | case $D in | ||
| 39 | - 1|4|8|12|15|16|18|24|32) QCONFIG_FLAGS="$QCONFIG_FLAGS QT_QWS_DEPTH_$D";; | ||
| 40 | + 1|2|4|8|12|15|16|18|24|32) QCONFIG_FLAGS="$QCONFIG_FLAGS QT_QWS_DEPTH_$D";; | ||
| 41 | generic) QCONFIG_FLAGS="$QCONFIG_FLAGS QT_QWS_DEPTH_GENERIC";; | ||
| 42 | esac | ||
| 43 | done | ||
| 44 | diff --git a/src/gui/embedded/qscreen_qws.cpp b/src/gui/embedded/qscreen_qws.cpp | ||
| 45 | index b307bf2..88950b3 100644 | ||
| 46 | --- a/src/gui/embedded/qscreen_qws.cpp | ||
| 47 | +++ b/src/gui/embedded/qscreen_qws.cpp | ||
| 48 | @@ -469,6 +469,58 @@ static void solidFill_gray4(QScreen *screen, const QColor &color, | ||
| 49 | } | ||
| 50 | #endif // QT_QWS_DEPTH_4 | ||
| 51 | |||
| 52 | +#ifdef QT_QWS_DEPTH_2 | ||
| 53 | +static inline void qt_rectfill_gray2(quint8 *dest, quint8 value, | ||
| 54 | + int x, int y, int width, int height, | ||
| 55 | + int stride) | ||
| 56 | +{ | ||
| 57 | + const int pixelsPerByte = 4; | ||
| 58 | + const int alignWidth = qMin(width, (4 - (x & 3)) & 3); | ||
| 59 | + const int doAlign = (alignWidth > 0 ? 1 : 0); | ||
| 60 | + const int alignStart = pixelsPerByte - 1 - (x & 3); | ||
| 61 | + const int alignStop = alignStart - (alignWidth - 1); | ||
| 62 | + const quint8 alignMask = ((1 << (2 * alignWidth)) - 1) << (2 * alignStop); | ||
| 63 | + const int tailWidth = (width - alignWidth) & 3; | ||
| 64 | + const int doTail = (tailWidth > 0 ? 1 : 0); | ||
| 65 | + const quint8 tailMask = (1 << (2 * (pixelsPerByte - tailWidth))) - 1; | ||
| 66 | + const int width8 = (width - alignWidth) / pixelsPerByte; | ||
| 67 | + | ||
| 68 | + dest += y * stride + x / pixelsPerByte; | ||
| 69 | + stride -= (doAlign + width8); | ||
| 70 | + | ||
| 71 | + for (int j = 0; j < height; ++j) { | ||
| 72 | + if (doAlign) { | ||
| 73 | + *dest = (*dest & ~alignMask) | (value & alignMask); | ||
| 74 | + ++dest; | ||
| 75 | + } | ||
| 76 | + if (width8) { | ||
| 77 | + qt_memfill<quint8>(dest, value, width8); | ||
| 78 | + dest += width8; | ||
| 79 | + } | ||
| 80 | + if (doTail) | ||
| 81 | + *dest = (*dest & tailMask) | (value & ~tailMask); | ||
| 82 | + dest += stride; | ||
| 83 | + } | ||
| 84 | +} | ||
| 85 | + | ||
| 86 | +static void solidFill_gray2(QScreen *screen, const QColor &color, | ||
| 87 | + const QRegion ®ion) | ||
| 88 | +{ | ||
| 89 | + quint8 *dest = reinterpret_cast<quint8*>(screen->base()); | ||
| 90 | + const quint8 c = qGray(color.rgba()) >> 6; | ||
| 91 | + const quint8 c8 = (c << 6) | (c << 4) | (c << 2) | c; | ||
| 92 | + | ||
| 93 | + const int stride = screen->linestep(); | ||
| 94 | + const QVector<QRect> rects = region.rects(); | ||
| 95 | + | ||
| 96 | + for (int i = 0; i < rects.size(); ++i) { | ||
| 97 | + const QRect r = rects.at(i); | ||
| 98 | + qt_rectfill_gray2(dest, c8, r.x(), r.y(), r.width(), r.height(), | ||
| 99 | + stride); | ||
| 100 | + } | ||
| 101 | +} | ||
| 102 | +#endif // QT_QWS_DEPTH_2 | ||
| 103 | + | ||
| 104 | #ifdef QT_QWS_DEPTH_1 | ||
| 105 | static inline void qt_rectfill_mono(quint8 *dest, quint8 value, | ||
| 106 | int x, int y, int width, int height, | ||
| 107 | @@ -576,6 +628,11 @@ void qt_solidFill_setup(QScreen *screen, const QColor &color, | ||
| 108 | screen->d_ptr->solidFill = solidFill_gray4; | ||
| 109 | break; | ||
| 110 | #endif | ||
| 111 | +#ifdef QT_QWS_DEPTH_2 | ||
| 112 | + case 2: | ||
| 113 | + screen->d_ptr->solidFill = solidFill_gray2; | ||
| 114 | + break; | ||
| 115 | +#endif | ||
| 116 | #ifdef QT_QWS_DEPTH_1 | ||
| 117 | case 1: | ||
| 118 | screen->d_ptr->solidFill = solidFill_mono; | ||
| 119 | @@ -1006,6 +1063,149 @@ static void blit_4(QScreen *screen, const QImage &image, | ||
| 120 | } | ||
| 121 | #endif // QT_QWS_DEPTH_4 | ||
| 122 | |||
| 123 | +#ifdef QT_QWS_DEPTH_2 | ||
| 124 | + | ||
| 125 | +struct qgray2 { quint8 dummy; } Q_PACKED; | ||
| 126 | + | ||
| 127 | +template <typename SRC> | ||
| 128 | +static inline quint8 qt_convertToGray2(SRC color); | ||
| 129 | + | ||
| 130 | +template <> | ||
| 131 | +inline quint8 qt_convertToGray2(quint32 color) | ||
| 132 | +{ | ||
| 133 | + return qGray(color) >> 6; | ||
| 134 | +} | ||
| 135 | + | ||
| 136 | +template <> | ||
| 137 | +inline quint8 qt_convertToGray2(quint16 color) | ||
| 138 | +{ | ||
| 139 | + const int r = (color & 0xf800) >> 11; | ||
| 140 | + const int g = (color & 0x07e0) >> 6; // only keep 5 bit | ||
| 141 | + const int b = (color & 0x001f); | ||
| 142 | + return (r * 11 + g * 16 + b * 5) >> 8; | ||
| 143 | +} | ||
| 144 | + | ||
| 145 | +template <> | ||
| 146 | +inline quint8 qt_convertToGray2(qrgb444 color) | ||
| 147 | +{ | ||
| 148 | + return qt_convertToGray2(quint32(color)); | ||
| 149 | +} | ||
| 150 | + | ||
| 151 | +template <> | ||
| 152 | +inline quint8 qt_convertToGray2(qargb4444 color) | ||
| 153 | +{ | ||
| 154 | + return qt_convertToGray2(quint32(color)); | ||
| 155 | +} | ||
| 156 | + | ||
| 157 | +template <typename SRC> | ||
| 158 | +static inline void qt_rectconvert_gray2(qgray2 *dest2, const SRC *src, | ||
| 159 | + int x, int y, int width, int height, | ||
| 160 | + int dstStride, int srcStride) | ||
| 161 | +{ | ||
| 162 | + const int pixelsPerByte = 4; | ||
| 163 | + quint8 *dest8 = reinterpret_cast<quint8*>(dest2) | ||
| 164 | + + y * dstStride + x / pixelsPerByte; | ||
| 165 | + const int alignWidth = qMin(width, (4 - (x & 3)) & 3); | ||
| 166 | + const int doAlign = (alignWidth > 0 ? 1 : 0); | ||
| 167 | + const int alignStart = pixelsPerByte - 1 - (x & 3); | ||
| 168 | + const int alignStop = alignStart - (alignWidth - 1); | ||
| 169 | + const quint8 alignMask = ((1 << (2 * alignWidth)) - 1) << (2 * alignStop); | ||
| 170 | + const int tailWidth = (width - alignWidth) & 3; | ||
| 171 | + const int doTail = (tailWidth > 0 ? 1 : 0); | ||
| 172 | + const quint8 tailMask = (1 << (2 * (pixelsPerByte - tailWidth))) - 1; | ||
| 173 | + const int width8 = (width - alignWidth) / pixelsPerByte; | ||
| 174 | + | ||
| 175 | + srcStride = srcStride / sizeof(SRC) - (width8 * pixelsPerByte + alignWidth); | ||
| 176 | + dstStride -= (width8 + doAlign); | ||
| 177 | + | ||
| 178 | + for (int j = 0; j < height; ++j) { | ||
| 179 | + if (doAlign) { | ||
| 180 | + quint8 d = *dest8 & ~alignMask; | ||
| 181 | + for (int i = alignStart; i >= alignStop; --i) | ||
| 182 | + d |= qt_convertToGray2<SRC>(*src++) << (2 * i); | ||
| 183 | + *dest8++ = d; | ||
| 184 | + } | ||
| 185 | + for (int i = 0; i < width8; ++i) { | ||
| 186 | + *dest8 = (qt_convertToGray2<SRC>(src[0]) << 6) | ||
| 187 | + | (qt_convertToGray2<SRC>(src[1]) << 4) | ||
| 188 | + | (qt_convertToGray2<SRC>(src[2]) << 2) | ||
| 189 | + | (qt_convertToGray2<SRC>(src[3])); | ||
| 190 | + src += 4; | ||
| 191 | + ++dest8; | ||
| 192 | + } | ||
| 193 | + if (doTail) { | ||
| 194 | + quint8 d = *dest8 & tailMask; | ||
| 195 | + switch (tailWidth) { | ||
| 196 | + case 3: d |= qt_convertToGray2<SRC>(src[2]) << 2; | ||
| 197 | + case 2: d |= qt_convertToGray2<SRC>(src[1]) << 4; | ||
| 198 | + case 1: d |= qt_convertToGray2<SRC>(src[0]) << 6; | ||
| 199 | + } | ||
| 200 | + *dest8 = d; | ||
| 201 | + } | ||
| 202 | + | ||
| 203 | + dest8 += dstStride; | ||
| 204 | + src += srcStride; | ||
| 205 | + } | ||
| 206 | +} | ||
| 207 | + | ||
| 208 | +template <> | ||
| 209 | +void qt_rectconvert(qgray2 *dest, const quint32 *src, | ||
| 210 | + int x, int y, int width, int height, | ||
| 211 | + int dstStride, int srcStride) | ||
| 212 | +{ | ||
| 213 | + qt_rectconvert_gray2<quint32>(dest, src, x, y, width, height, | ||
| 214 | + dstStride, srcStride); | ||
| 215 | +} | ||
| 216 | + | ||
| 217 | +template <> | ||
| 218 | +void qt_rectconvert(qgray2 *dest, const quint16 *src, | ||
| 219 | + int x, int y, int width, int height, | ||
| 220 | + int dstStride, int srcStride) | ||
| 221 | +{ | ||
| 222 | + qt_rectconvert_gray2<quint16>(dest, src, x, y, width, height, | ||
| 223 | + dstStride, srcStride); | ||
| 224 | +} | ||
| 225 | + | ||
| 226 | +template <> | ||
| 227 | +void qt_rectconvert(qgray2 *dest, const qrgb444 *src, | ||
| 228 | + int x, int y, int width, int height, | ||
| 229 | + int dstStride, int srcStride) | ||
| 230 | +{ | ||
| 231 | + qt_rectconvert_gray2<qrgb444>(dest, src, x, y, width, height, | ||
| 232 | + dstStride, srcStride); | ||
| 233 | +} | ||
| 234 | + | ||
| 235 | +template <> | ||
| 236 | +void qt_rectconvert(qgray2 *dest, const qargb4444 *src, | ||
| 237 | + int x, int y, int width, int height, | ||
| 238 | + int dstStride, int srcStride) | ||
| 239 | +{ | ||
| 240 | + qt_rectconvert_gray2<qargb4444>(dest, src, x, y, width, height, | ||
| 241 | + dstStride, srcStride); | ||
| 242 | +} | ||
| 243 | + | ||
| 244 | +static void blit_2(QScreen *screen, const QImage &image, | ||
| 245 | + const QPoint &topLeft, const QRegion ®ion) | ||
| 246 | +{ | ||
| 247 | + switch (image.format()) { | ||
| 248 | + case QImage::Format_ARGB32_Premultiplied: | ||
| 249 | + blit_template<qgray2, quint32>(screen, image, topLeft, region); | ||
| 250 | + return; | ||
| 251 | + case QImage::Format_RGB16: | ||
| 252 | + blit_template<qgray2, quint16>(screen, image, topLeft, region); | ||
| 253 | + return; | ||
| 254 | + case QImage::Format_RGB444: | ||
| 255 | + blit_template<qgray2, qrgb444>(screen, image, topLeft, region); | ||
| 256 | + return; | ||
| 257 | + case QImage::Format_ARGB4444_Premultiplied: | ||
| 258 | + blit_template<qgray2, qargb4444>(screen, image, topLeft, region); | ||
| 259 | + return; | ||
| 260 | + default: | ||
| 261 | + qCritical("blit_2(): Image format %d not supported!", image.format()); | ||
| 262 | + } | ||
| 263 | +} | ||
| 264 | +#endif // QT_QWS_DEPTH_2 | ||
| 265 | + | ||
| 266 | #ifdef QT_QWS_DEPTH_1 | ||
| 267 | |||
| 268 | struct qmono { quint8 dummy; } Q_PACKED; | ||
| 269 | @@ -1259,6 +1459,11 @@ void qt_blit_setup(QScreen *screen, const QImage &image, | ||
| 270 | screen->d_ptr->blit = blit_4; | ||
| 271 | break; | ||
| 272 | #endif | ||
| 273 | +#ifdef QT_QWS_DEPTH_2 | ||
| 274 | + case 2: | ||
| 275 | + screen->d_ptr->blit = blit_2; | ||
| 276 | + break; | ||
| 277 | +#endif | ||
| 278 | #ifdef QT_QWS_DEPTH_1 | ||
| 279 | case 1: | ||
| 280 | screen->d_ptr->blit = blit_1; | ||
| 281 | @@ -2146,6 +2351,8 @@ int QScreen::alloc(unsigned int r,unsigned int g,unsigned int b) | ||
| 282 | } | ||
| 283 | } else if (d == 4) { | ||
| 284 | ret = qGray(r, g, b) >> 4; | ||
| 285 | + } else if (d == 2) { | ||
| 286 | + ret = qGray(r, g, b) >> 6; | ||
| 287 | } else if (d == 1) { | ||
| 288 | ret = qGray(r, g, b) >= 128; | ||
| 289 | } else { | ||
| 290 | @@ -2216,6 +2423,10 @@ bool QScreen::supportsDepth(int d) const | ||
| 291 | } else if(d==1) { | ||
| 292 | return true; | ||
| 293 | #endif | ||
| 294 | +#ifdef QT_QWS_DEPTH_2 | ||
| 295 | + } else if(d==2) { | ||
| 296 | + return true; | ||
| 297 | +#endif | ||
| 298 | #ifdef QT_QWS_DEPTH_4 | ||
| 299 | } else if(d==4) { | ||
| 300 | return true; | ||
| 301 | diff --git a/src/gui/embedded/qscreenlinuxfb_qws.cpp b/src/gui/embedded/qscreenlinuxfb_qws.cpp | ||
| 302 | index 6f3caad..14159ee 100644 | ||
| 303 | --- a/src/gui/embedded/qscreenlinuxfb_qws.cpp | ||
| 304 | +++ b/src/gui/embedded/qscreenlinuxfb_qws.cpp | ||
| 305 | @@ -466,8 +466,8 @@ bool QLinuxFbScreen::connect(const QString &displaySpec) | ||
| 306 | setupOffScreen(); | ||
| 307 | |||
| 308 | // Now read in palette | ||
| 309 | - if((vinfo.bits_per_pixel==8) || (vinfo.bits_per_pixel==4)) { | ||
| 310 | - screencols= (vinfo.bits_per_pixel==8) ? 256 : 16; | ||
| 311 | + if((vinfo.bits_per_pixel==8) || (vinfo.bits_per_pixel==4) || (vinfo.bits_per_pixel==2)) { | ||
| 312 | + screencols= 1 << vinfo.bits_per_pixel; | ||
| 313 | int loopc; | ||
| 314 | ::fb_cmap startcmap; | ||
| 315 | startcmap.start=0; | ||
| 316 | -- | ||
| 317 | 1.8.0 | ||
| 318 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch deleted file mode 100644 index 762cdaf978..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0013-configure-add-crossarch-option.patch +++ /dev/null | |||
| @@ -1,51 +0,0 @@ | |||
| 1 | From 549342fa380ed2a9ad41be3d04ee2f0585f6a465 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Michael Lauer <mickey@vanille-media.de> | ||
| 3 | Date: Wed, 26 Sep 2012 20:41:32 +0200 | ||
| 4 | Subject: [PATCH 13/21] configure: add "-crossarch" option | ||
| 5 | |||
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 8 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 9 | |||
| 10 | Update for qt 4.8.7 | ||
| 11 | |||
| 12 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 13 | --- | ||
| 14 | configure | 7 ++++++- | ||
| 15 | 1 file changed, 6 insertions(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/configure b/configure | ||
| 18 | index 4eb4a3d..a4dacec 100755 | ||
| 19 | --- a/configure | ||
| 20 | +++ b/configure | ||
| 21 | @@ -1160,7 +1160,7 @@ while [ "$#" -gt 0 ]; do | ||
| 22 | shift | ||
| 23 | VAL=$1 | ||
| 24 | ;; | ||
| 25 | - -prefix|-docdir|-headerdir|-plugindir|-importdir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-examplesdir|-demosdir|-depths|-make|-nomake|-platform|-xplatform|-device-option|-buildkey|-sdk|-arch|-host-arch|-mysql_config|-psql_config|-sysroot) | ||
| 26 | + -prefix|-docdir|-headerdir|-plugindir|-importdir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-examplesdir|-demosdir|-depths|-make|-nomake|-platform|-xplatform|-device-option|-buildkey|-sdk|-arch|-host-arch|-mysql_config|-psql_config|-sysroot|-crossarch) | ||
| 27 | VAR=`echo $1 | sed "s,^-\(.*\),\1,"` | ||
| 28 | shift | ||
| 29 | VAL="$1" | ||
| 30 | @@ -1719,6 +1719,9 @@ while [ "$#" -gt 0 ]; do | ||
| 31 | DEV_VAL=`echo $VAL | sed "s,^.*=\(.*\),\1,"` | ||
| 32 | DeviceVar set $DEV_VAR $DEV_VAL | ||
| 33 | ;; | ||
| 34 | + crossarch) | ||
| 35 | + CROSSARCH="$VAL" | ||
| 36 | + ;; | ||
| 37 | debug-and-release) | ||
| 38 | if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then | ||
| 39 | CFG_DEBUG_RELEASE="$VAL" | ||
| 40 | @@ -3333,6 +3336,8 @@ arm*) | ||
| 41 | ;; | ||
| 42 | esac | ||
| 43 | |||
| 44 | +CFG_ARCH="$CROSSARCH" | ||
| 45 | + | ||
| 46 | if [ -d "$relpath/src/corelib/arch/$CFG_ARCH" ]; then | ||
| 47 | if [ "$OPT_VERBOSE" = "yes" ]; then | ||
| 48 | echo " '$CFG_ARCH' is supported" | ||
| 49 | -- | ||
| 50 | 1.8.0 | ||
| 51 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch deleted file mode 100644 index 66724a8ecf..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0014-translations-fix-phony-translation-linking-error.patch +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | From 21af8f6d21b28a53041affb11b58d6316023fa92 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Otavio Salvador <otavio@ossystems.com.br> | ||
| 3 | Date: Wed, 26 Sep 2012 20:45:10 +0200 | ||
| 4 | Subject: [PATCH 14/21] translations: fix phony translation linking error | ||
| 5 | |||
| 6 | | .../usr/lib/crt1.o: In function `_start': | ||
| 7 | | .../../sysdeps/i386/elf/start.S:115: undefined reference to `main' | ||
| 8 | | collect2: ld returned 1 exit status | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 13 | --- | ||
| 14 | translations/translations.pro | 4 ++-- | ||
| 15 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
| 16 | |||
| 17 | diff --git a/translations/translations.pro b/translations/translations.pro | ||
| 18 | index dc99beb..0d98829 100644 | ||
| 19 | --- a/translations/translations.pro | ||
| 20 | +++ b/translations/translations.pro | ||
| 21 | @@ -101,7 +101,7 @@ updateqm.name = LRELEASE ${QMAKE_FILE_IN} | ||
| 22 | updateqm.CONFIG += no_link | ||
| 23 | QMAKE_EXTRA_COMPILERS += updateqm | ||
| 24 | |||
| 25 | -isEmpty(vcproj) { | ||
| 26 | +!isEmpty(vcproj) { | ||
| 27 | QMAKE_LINK = @: IGNORE THIS LINE | ||
| 28 | OBJECTS_DIR = | ||
| 29 | win32:CONFIG -= embed_manifest_exe | ||
| 30 | @@ -111,7 +111,7 @@ isEmpty(vcproj) { | ||
| 31 | phony_src.input = PHONY_DEPS | ||
| 32 | phony_src.output = phony.c | ||
| 33 | phony_src.variable_out = GENERATED_SOURCES | ||
| 34 | - phony_src.commands = echo int main() { return 0; } > phony.c | ||
| 35 | + phony_src.commands = echo \"int main() { return 0; }\" > phony.c | ||
| 36 | phony_src.name = CREATE phony.c | ||
| 37 | phony_src.CONFIG += combine | ||
| 38 | QMAKE_EXTRA_COMPILERS += phony_src | ||
| 39 | -- | ||
| 40 | 1.8.0 | ||
| 41 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch deleted file mode 100644 index b5db49128c..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0015-configure-add-nostrip-for-debug-packages.patch +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | From 9250fed086a4a8a645a972764a9bf34e4566ec2e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Fathi Boudra <fabo@debian.org> | ||
| 3 | Date: Wed, 26 Sep 2012 20:46:14 +0200 | ||
| 4 | Subject: [PATCH 15/21] configure: add nostrip for debug packages | ||
| 5 | |||
| 6 | Qt is built in release mode and strip files by default. | ||
| 7 | Set CONFIG+=nostrip to avoid the stripping and | ||
| 8 | let dh_strip do it to generate debug packages. | ||
| 9 | |||
| 10 | Upstream-Status: Inappropriate [Configuration] | ||
| 11 | |||
| 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 13 | --- | ||
| 14 | configure | 2 ++ | ||
| 15 | 1 file changed, 2 insertions(+) | ||
| 16 | |||
| 17 | diff --git a/configure b/configure | ||
| 18 | index 7983c3d..d02824b 100755 | ||
| 19 | --- a/configure | ||
| 20 | +++ b/configure | ||
| 21 | @@ -710,6 +710,8 @@ mkdir -p "$outpath/config.tests" | ||
| 22 | rm -f "$outpath/config.tests/.qmake.cache" | ||
| 23 | cp "$QMAKE_VARS_FILE" "$outpath/config.tests/.qmake.cache" | ||
| 24 | |||
| 25 | +QMakeVar add CONFIG nostrip | ||
| 26 | + | ||
| 27 | QMakeVar add styles "cde mac motif plastique cleanlooks windows" | ||
| 28 | QMakeVar add decorations "default windows styled" | ||
| 29 | QMakeVar add mouse-drivers "pc" | ||
| 30 | -- | ||
| 31 | 1.8.0 | ||
| 32 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch deleted file mode 100644 index 9c3de47b4b..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0016-configure-eval-QMAKE_CXX.patch +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | From 8403634a71f067eec514b6d2193cf41e281dff8e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:47:08 +0200 | ||
| 4 | Subject: [PATCH 16/21] configure: eval QMAKE_CXX | ||
| 5 | |||
| 6 | Allow expansion of $(...) references in QMAKE_CXX (currently its value | ||
| 7 | is $(OE_QMAKE_CXX)) in order to allow compiler version check to succeed | ||
| 8 | which allows WebKit to be enabled. | ||
| 9 | |||
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 12 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 13 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 14 | |||
| 15 | Conflicts: | ||
| 16 | configure | ||
| 17 | --- | ||
| 18 | configure | 3 ++- | ||
| 19 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 20 | |||
| 21 | diff --git a/configure b/configure | ||
| 22 | index d02824b..891d6e7 100755 | ||
| 23 | --- a/configure | ||
| 24 | +++ b/configure | ||
| 25 | @@ -3409,7 +3409,8 @@ else | ||
| 26 | CFG_FRAMEWORK=no | ||
| 27 | fi | ||
| 28 | |||
| 29 | -QMAKE_CONF_COMPILER=`getXQMakeConf QMAKE_CXX` | ||
| 30 | +QMAKE_CONF_COMPILER=`getXQMakeConf QMAKE_CXX | sed -n 's/$[(]\([0-9a-zA-Z_]*\)[)]/$\1/pg'` | ||
| 31 | +QMAKE_CONF_COMPILER=`eval "echo $QMAKE_CONF_COMPILER"` | ||
| 32 | TEST_COMPILER="$CXX" | ||
| 33 | |||
| 34 | [ -z "$TEST_COMPILER" ] && TEST_COMPILER=$QMAKE_CONF_COMPILER | ||
| 35 | -- | ||
| 36 | 1.8.0 | ||
| 37 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch deleted file mode 100644 index 9471966660..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0017-configure-ensure-we-identify-the-compiler-as-g-in-co.patch +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | From d2bb701b551402f0befddd0e906423596bdc0df7 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 26 Sep 2012 20:48:37 +0200 | ||
| 4 | Subject: [PATCH 17/21] configure: ensure we identify the compiler as g++ in | ||
| 5 | configure | ||
| 6 | |||
| 7 | Our PLATFORM in OE is ${TARGET_OS}-oe-g++, and previously the configure | ||
| 8 | script was interpreting from this that the compiler was "oe-g++" and | ||
| 9 | thus | ||
| 10 | g++ specific checks were not being run since this string did not match; | ||
| 11 | among other things this resulted in a compiler version check in the | ||
| 12 | QtWebKit build code not working, and hence the following error at build | ||
| 13 | time: | ||
| 14 | |||
| 15 | ./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword | ||
| 16 | in C++0x [-Werror=c++0x-compat] | ||
| 17 | |||
| 18 | The easiest thing since our PLATFORM is entirely artificial is to just | ||
| 19 | force COMPILER to "g++" in the configure script if it is detected as | ||
| 20 | "oe-g++". | ||
| 21 | |||
| 22 | Upstream-Status: Inappropriate [configuration] | ||
| 23 | |||
| 24 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 25 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 26 | --- | ||
| 27 | configure | 3 +++ | ||
| 28 | 1 file changed, 3 insertions(+) | ||
| 29 | |||
| 30 | diff --git a/configure b/configure | ||
| 31 | index 891d6e7..7031898 100755 | ||
| 32 | --- a/configure | ||
| 33 | +++ b/configure | ||
| 34 | @@ -7592,6 +7592,9 @@ elif [ "$XPLATFORM" != "$PLATFORM" ]; then | ||
| 35 | else | ||
| 36 | COMPILER=`echo $PLATFORM | cut -f 2- -d-` | ||
| 37 | fi | ||
| 38 | +case $COMPILER in | ||
| 39 | + *oe-g++) COMPILER="g++" ;; | ||
| 40 | +esac | ||
| 41 | if [ "$CFG_EXCEPTIONS" = "unspecified" -a "$PLATFORM_QWS" = "yes" ]; then | ||
| 42 | CFG_EXCEPTIONS=no | ||
| 43 | fi | ||
| 44 | -- | ||
| 45 | 1.8.0 | ||
| 46 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch deleted file mode 100644 index 19cdd4c57d..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0018-configure-make-pulseaudio-a-configurable-option.patch +++ /dev/null | |||
| @@ -1,46 +0,0 @@ | |||
| 1 | From d6dc1a7d6594d7e395347732a3e553fc82ccab3d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Tue, 28 Feb 2012 15:10:24 +0000 | ||
| 4 | Subject: [PATCH 18/21] configure: make pulseaudio a configurable option | ||
| 5 | |||
| 6 | Allows disabling pulseaudio support within phonon at configure time. | ||
| 7 | (This is the Qt 4.8.0 version.) | ||
| 8 | |||
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 11 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 13 | --- | ||
| 14 | configure | 9 ++++++++- | ||
| 15 | 1 file changed, 8 insertions(+), 1 deletion(-) | ||
| 16 | |||
| 17 | diff --git a/configure b/configure | ||
| 18 | index 7031898..a4a42f1 100755 | ||
| 19 | --- a/configure | ||
| 20 | +++ b/configure | ||
| 21 | @@ -1139,7 +1139,7 @@ while [ "$#" -gt 0 ]; do | ||
| 22 | VAL=no | ||
| 23 | ;; | ||
| 24 | #Qt style yes options | ||
| 25 | - -incremental|-qvfb|-profile|-shared|-static|-sm|-xinerama|-xshape|-xsync|-xinput|-egl|-reduce-exports|-pch|-separate-debug-info|-stl|-freetype|-xcursor|-xfixes|-xrandr|-xrender|-mitshm|-fontconfig|-xkb|-nis|-qdbus|-dbus|-dbus-linked|-glib|-gstreamer|-gtkstyle|-cups|-iconv|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-accessibility|-confirm-license|-gnumake|-framework|-qt3support|-debug-and-release|-exceptions|-cocoa|-carbon|-universal|-harfbuzz|-prefix-install|-silent|-armfpa|-optimized-qmake|-dwarf2|-reduce-relocations|-sse|-openssl|-openssl-linked|-ptmalloc|-xmlpatterns|-phonon|-phonon-backend|-multimedia|-audio-backend|-svg|-declarative|-declarative-debug|-javascript-jit|-script|-scripttools|-rpath|-force-pkg-config|-s60|-usedeffiles|-icu) | ||
| 26 | + -incremental|-qvfb|-profile|-shared|-static|-sm|-xinerama|-xshape|-xsync|-xinput|-egl|-reduce-exports|-pch|-separate-debug-info|-stl|-freetype|-xcursor|-xfixes|-xrandr|-xrender|-mitshm|-fontconfig|-xkb|-nis|-qdbus|-dbus|-dbus-linked|-glib|-gstreamer|-pulseaudio|-gtkstyle|-cups|-iconv|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-accessibility|-confirm-license|-gnumake|-framework|-qt3support|-debug-and-release|-exceptions|-cocoa|-carbon|-universal|-harfbuzz|-prefix-install|-silent|-armfpa|-optimized-qmake|-dwarf2|-reduce-relocations|-sse|-openssl|-openssl-linked|-ptmalloc|-xmlpatterns|-phonon|-phonon-backend|-multimedia|-audio-backend|-svg|-declarative|-declarative-debug|-javascript-jit|-script|-scripttools|-rpath|-force-pkg-config|-s60|-usedeffiles|-icu) | ||
| 27 | VAR=`echo $1 | sed "s,^-\(.*\),\1,"` | ||
| 28 | VAL=yes | ||
| 29 | ;; | ||
| 30 | @@ -2120,6 +2120,13 @@ while [ "$#" -gt 0 ]; do | ||
| 31 | UNKNOWN_OPT=yes | ||
| 32 | fi | ||
| 33 | ;; | ||
| 34 | + pulseaudio) | ||
| 35 | + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then | ||
| 36 | + CFG_PULSEAUDIO="$VAL" | ||
| 37 | + else | ||
| 38 | + UNKNOWN_OPT=yes | ||
| 39 | + fi | ||
| 40 | + ;; | ||
| 41 | gtkstyle) | ||
| 42 | if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then | ||
| 43 | CFG_QGTKSTYLE="$VAL" | ||
| 44 | -- | ||
| 45 | 1.8.0 | ||
| 46 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch deleted file mode 100644 index a83d2470a1..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch +++ /dev/null | |||
| @@ -1,63 +0,0 @@ | |||
| 1 | From 1f1da2f24d3028b250dbc2e98e2b7e37862b3771 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
| 3 | Date: Wed, 26 Sep 2012 20:54:38 +0200 | ||
| 4 | Subject: [PATCH 19/21] Fixes for gcc 4.7.0, particularly on qemux86 | ||
| 5 | |||
| 6 | Origin: upstream, http://trac.webkit.org/changeset/93631 | ||
| 7 | Origin: upstream, http://trac.webkit.org/changeset/113848 | ||
| 8 | |||
| 9 | Bug: https://bugs.webkit.org/show_bug.cgi?id=62168 | ||
| 10 | Bug: https://bugs.webkit.org/show_bug.cgi?id=83584 | ||
| 11 | |||
| 12 | RP 2012/04/30 | ||
| 13 | |||
| 14 | Upstream-Status: Backport | ||
| 15 | |||
| 16 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 17 | --- | ||
| 18 | src/3rdparty/webkit/Source/WebCore/dom/Element.cpp | 2 +- | ||
| 19 | src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp | 2 +- | ||
| 20 | .../webkit/Source/WebCore/platform/graphics/TiledBackingStoreClient.h | 1 + | ||
| 21 | 3 files changed, 3 insertions(+), 2 deletions(-) | ||
| 22 | |||
| 23 | diff --git a/src/3rdparty/webkit/Source/WebCore/dom/Element.cpp b/src/3rdparty/webkit/Source/WebCore/dom/Element.cpp | ||
| 24 | index 32e47ca..b8e7389 100644 | ||
| 25 | --- a/src/3rdparty/webkit/Source/WebCore/dom/Element.cpp | ||
| 26 | +++ b/src/3rdparty/webkit/Source/WebCore/dom/Element.cpp | ||
| 27 | @@ -1080,7 +1080,7 @@ void Element::recalcStyle(StyleChange change) | ||
| 28 | { | ||
| 29 | // Ref currentStyle in case it would otherwise be deleted when setRenderStyle() is called. | ||
| 30 | RefPtr<RenderStyle> currentStyle(renderStyle()); | ||
| 31 | - bool hasParentStyle = parentNodeForRenderingAndStyle() ? parentNodeForRenderingAndStyle()->renderStyle() : false; | ||
| 32 | + bool hasParentStyle = parentNodeForRenderingAndStyle() ? static_cast<bool>(parentNodeForRenderingAndStyle()->renderStyle()) : false; | ||
| 33 | bool hasDirectAdjacentRules = currentStyle && currentStyle->childrenAffectedByDirectAdjacentRules(); | ||
| 34 | bool hasIndirectAdjacentRules = currentStyle && currentStyle->childrenAffectedByForwardPositionalRules(); | ||
| 35 | |||
| 36 | diff --git a/src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp b/src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp | ||
| 37 | index d66075e..ab8f111 100644 | ||
| 38 | --- a/src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp | ||
| 39 | +++ b/src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp | ||
| 40 | @@ -74,7 +74,7 @@ PassRefPtr<HTMLImageElement> HTMLImageElement::createForJSConstructor(Document* | ||
| 41 | RefPtr<HTMLImageElement> image = adoptRef(new HTMLImageElement(imgTag, document)); | ||
| 42 | if (optionalWidth) | ||
| 43 | image->setWidth(*optionalWidth); | ||
| 44 | - if (optionalHeight > 0) | ||
| 45 | + if (optionalHeight) | ||
| 46 | image->setHeight(*optionalHeight); | ||
| 47 | return image.release(); | ||
| 48 | } | ||
| 49 | diff --git a/src/3rdparty/webkit/Source/WebCore/platform/graphics/TiledBackingStoreClient.h b/src/3rdparty/webkit/Source/WebCore/platform/graphics/TiledBackingStoreClient.h | ||
| 50 | index 6087ec3..6d748f6 100644 | ||
| 51 | --- a/src/3rdparty/webkit/Source/WebCore/platform/graphics/TiledBackingStoreClient.h | ||
| 52 | +++ b/src/3rdparty/webkit/Source/WebCore/platform/graphics/TiledBackingStoreClient.h | ||
| 53 | @@ -25,6 +25,7 @@ namespace WebCore { | ||
| 54 | #if ENABLE(TILED_BACKING_STORE) | ||
| 55 | class TiledBackingStoreClient { | ||
| 56 | public: | ||
| 57 | + virtual ~TiledBackingStoreClient() { } | ||
| 58 | virtual void tiledBackingStorePaintBegin() = 0; | ||
| 59 | virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&) = 0; | ||
| 60 | virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea) = 0; | ||
| 61 | -- | ||
| 62 | 1.8.0 | ||
| 63 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch deleted file mode 100644 index dbc90227a5..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0021-configure-make-qt4-native-work-with-long-building-pa.patch +++ /dev/null | |||
| @@ -1,95 +0,0 @@ | |||
| 1 | From 6742ac7ea6fd1e9c82ecb5305f84e721242f857d Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Chen Qi <Qi.Chen@windriver.com> | ||
| 3 | Date: Wed, 5 Dec 2012 07:48:15 +0200 | ||
| 4 | Subject: [PATCH 21/21] configure: make qt4-native work with long building | ||
| 5 | path. | ||
| 6 | |||
| 7 | Upstream-Status: Submitted | ||
| 8 | |||
| 9 | Reference: https://bugreports.qt-project.org/browse/QTBUG-28292 | ||
| 10 | |||
| 11 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
| 12 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 13 | --- | ||
| 14 | configure | 52 ++++++++++++++++++++++++++-------------------------- | ||
| 15 | 1 file changed, 26 insertions(+), 26 deletions(-) | ||
| 16 | |||
| 17 | diff --git a/configure b/configure | ||
| 18 | index a4a42f1..2358563 100755 | ||
| 19 | --- a/configure | ||
| 20 | +++ b/configure | ||
| 21 | @@ -4779,8 +4779,8 @@ DEMOS_PATH_STR=`"$relpath/config.tests/unix/padstring" 268 "qt_demopath=$QT_INST | ||
| 22 | TODAY=`date +%Y-%m-%d` | ||
| 23 | cat > "$outpath/src/corelib/global/qconfig.cpp.new" <<EOF | ||
| 24 | /* License Info */ | ||
| 25 | -static const char qt_configure_licensee_str [256 + 12] = "$LICENSE_USER_STR"; | ||
| 26 | -static const char qt_configure_licensed_products_str [256 + 12] = "$LICENSE_PRODUCTS_STR"; | ||
| 27 | +static const char qt_configure_licensee_str [512 + 12] = "$LICENSE_USER_STR"; | ||
| 28 | +static const char qt_configure_licensed_products_str [512 + 12] = "$LICENSE_PRODUCTS_STR"; | ||
| 29 | |||
| 30 | /* Installation date */ | ||
| 31 | static const char qt_configure_installation [12+11] = "qt_instdate=$TODAY"; | ||
| 32 | @@ -4805,36 +4805,36 @@ if [ ! -z "$QT_HOST_PREFIX" ]; then | ||
| 33 | |||
| 34 | #if defined(QT_BOOTSTRAPPED) || defined(QT_BUILD_QMAKE) | ||
| 35 | /* Installation Info */ | ||
| 36 | -static const char qt_configure_prefix_path_str [256 + 12] = "$HOSTPREFIX_PATH_STR"; | ||
| 37 | -static const char qt_configure_documentation_path_str[256 + 12] = "$HOSTDOCUMENTATION_PATH_STR"; | ||
| 38 | -static const char qt_configure_headers_path_str [256 + 12] = "$HOSTHEADERS_PATH_STR"; | ||
| 39 | -static const char qt_configure_libraries_path_str [256 + 12] = "$HOSTLIBRARIES_PATH_STR"; | ||
| 40 | -static const char qt_configure_binaries_path_str [256 + 12] = "$HOSTBINARIES_PATH_STR"; | ||
| 41 | -static const char qt_configure_plugins_path_str [256 + 12] = "$HOSTPLUGINS_PATH_STR"; | ||
| 42 | -static const char qt_configure_imports_path_str [256 + 12] = "$HOSTIMPORTS_PATH_STR"; | ||
| 43 | -static const char qt_configure_data_path_str [256 + 12] = "$HOSTDATA_PATH_STR"; | ||
| 44 | -static const char qt_configure_translations_path_str [256 + 12] = "$HOSTTRANSLATIONS_PATH_STR"; | ||
| 45 | -static const char qt_configure_settings_path_str [256 + 12] = "$HOSTSETTINGS_PATH_STR"; | ||
| 46 | -static const char qt_configure_examples_path_str [256 + 12] = "$HOSTEXAMPLES_PATH_STR"; | ||
| 47 | -static const char qt_configure_demos_path_str [256 + 12] = "$HOSTDEMOS_PATH_STR"; | ||
| 48 | +static const char qt_configure_prefix_path_str [512 + 12] = "$HOSTPREFIX_PATH_STR"; | ||
| 49 | +static const char qt_configure_documentation_path_str[512 + 12] = "$HOSTDOCUMENTATION_PATH_STR"; | ||
| 50 | +static const char qt_configure_headers_path_str [512 + 12] = "$HOSTHEADERS_PATH_STR"; | ||
| 51 | +static const char qt_configure_libraries_path_str [512 + 12] = "$HOSTLIBRARIES_PATH_STR"; | ||
| 52 | +static const char qt_configure_binaries_path_str [512 + 12] = "$HOSTBINARIES_PATH_STR"; | ||
| 53 | +static const char qt_configure_plugins_path_str [512 + 12] = "$HOSTPLUGINS_PATH_STR"; | ||
| 54 | +static const char qt_configure_imports_path_str [512 + 12] = "$HOSTIMPORTS_PATH_STR"; | ||
| 55 | +static const char qt_configure_data_path_str [512 + 12] = "$HOSTDATA_PATH_STR"; | ||
| 56 | +static const char qt_configure_translations_path_str [512 + 12] = "$HOSTTRANSLATIONS_PATH_STR"; | ||
| 57 | +static const char qt_configure_settings_path_str [512 + 12] = "$HOSTSETTINGS_PATH_STR"; | ||
| 58 | +static const char qt_configure_examples_path_str [512 + 12] = "$HOSTEXAMPLES_PATH_STR"; | ||
| 59 | +static const char qt_configure_demos_path_str [512 + 12] = "$HOSTDEMOS_PATH_STR"; | ||
| 60 | #else // QT_BOOTSTRAPPED | ||
| 61 | EOF | ||
| 62 | fi | ||
| 63 | |||
| 64 | cat >> "$outpath/src/corelib/global/qconfig.cpp.new" <<EOF | ||
| 65 | /* Installation Info */ | ||
| 66 | -static const char qt_configure_prefix_path_str [256 + 12] = "$PREFIX_PATH_STR"; | ||
| 67 | -static const char qt_configure_documentation_path_str[256 + 12] = "$DOCUMENTATION_PATH_STR"; | ||
| 68 | -static const char qt_configure_headers_path_str [256 + 12] = "$HEADERS_PATH_STR"; | ||
| 69 | -static const char qt_configure_libraries_path_str [256 + 12] = "$LIBRARIES_PATH_STR"; | ||
| 70 | -static const char qt_configure_binaries_path_str [256 + 12] = "$BINARIES_PATH_STR"; | ||
| 71 | -static const char qt_configure_plugins_path_str [256 + 12] = "$PLUGINS_PATH_STR"; | ||
| 72 | -static const char qt_configure_imports_path_str [256 + 12] = "$IMPORTS_PATH_STR"; | ||
| 73 | -static const char qt_configure_data_path_str [256 + 12] = "$DATA_PATH_STR"; | ||
| 74 | -static const char qt_configure_translations_path_str [256 + 12] = "$TRANSLATIONS_PATH_STR"; | ||
| 75 | -static const char qt_configure_settings_path_str [256 + 12] = "$SETTINGS_PATH_STR"; | ||
| 76 | -static const char qt_configure_examples_path_str [256 + 12] = "$EXAMPLES_PATH_STR"; | ||
| 77 | -static const char qt_configure_demos_path_str [256 + 12] = "$DEMOS_PATH_STR"; | ||
| 78 | +static const char qt_configure_prefix_path_str [512 + 12] = "$PREFIX_PATH_STR"; | ||
| 79 | +static const char qt_configure_documentation_path_str[512 + 12] = "$DOCUMENTATION_PATH_STR"; | ||
| 80 | +static const char qt_configure_headers_path_str [512 + 12] = "$HEADERS_PATH_STR"; | ||
| 81 | +static const char qt_configure_libraries_path_str [512 + 12] = "$LIBRARIES_PATH_STR"; | ||
| 82 | +static const char qt_configure_binaries_path_str [512 + 12] = "$BINARIES_PATH_STR"; | ||
| 83 | +static const char qt_configure_plugins_path_str [512 + 12] = "$PLUGINS_PATH_STR"; | ||
| 84 | +static const char qt_configure_imports_path_str [512 + 12] = "$IMPORTS_PATH_STR"; | ||
| 85 | +static const char qt_configure_data_path_str [512 + 12] = "$DATA_PATH_STR"; | ||
| 86 | +static const char qt_configure_translations_path_str [512 + 12] = "$TRANSLATIONS_PATH_STR"; | ||
| 87 | +static const char qt_configure_settings_path_str [512 + 12] = "$SETTINGS_PATH_STR"; | ||
| 88 | +static const char qt_configure_examples_path_str [512 + 12] = "$EXAMPLES_PATH_STR"; | ||
| 89 | +static const char qt_configure_demos_path_str [512 + 12] = "$DEMOS_PATH_STR"; | ||
| 90 | EOF | ||
| 91 | |||
| 92 | if [ ! -z "$QT_HOST_PREFIX" ]; then | ||
| 93 | -- | ||
| 94 | 1.8.0 | ||
| 95 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch deleted file mode 100644 index 6e30aeed02..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0027-tools.pro-disable-qmeegographicssystemhelper.patch +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | From 0460e2a5f13aaf0081c3c9fec89280046842ddbb Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 3 | Date: Wed, 3 Jul 2013 17:48:30 +0100 | ||
| 4 | Subject: [PATCH] tools.pro: disable qmeegographicssystemhelper | ||
| 5 | |||
| 6 | We don't want this enabled just because we have EGL and OpenGL ES 2.0 | ||
| 7 | enabled. | ||
| 8 | |||
| 9 | Upstream-Status: Inappropriate [config] | ||
| 10 | |||
| 11 | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
| 12 | --- | ||
| 13 | tools/tools.pro | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/tools/tools.pro b/tools/tools.pro | ||
| 17 | index 0e27053..2d3f36d 100644 | ||
| 18 | --- a/tools/tools.pro | ||
| 19 | +++ b/tools/tools.pro | ||
| 20 | @@ -49,4 +49,4 @@ QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)" | ||
| 21 | |||
| 22 | !win32:!embedded:!mac:!symbian:CONFIG += x11 | ||
| 23 | |||
| 24 | -x11:contains(QT_CONFIG, opengles2):contains(QT_CONFIG, egl):SUBDIRS += qmeegographicssystemhelper | ||
| 25 | +#x11:contains(QT_CONFIG, opengles2):contains(QT_CONFIG, egl):SUBDIRS += qmeegographicssystemhelper | ||
| 26 | -- | ||
| 27 | 1.8.1.2 | ||
| 28 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch deleted file mode 100644 index ba4c2a6b4f..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0030-aarch64_arm64_qatomic_support.patch +++ /dev/null | |||
| @@ -1,491 +0,0 @@ | |||
| 1 | From 294010b562c9846bb2bc4ee9c63ff78adc7c1f4f Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= | ||
| 3 | <perezmeyer@gmail.com> | ||
| 4 | Date: Sat, 15 Mar 2014 15:40:49 -0300 | ||
| 5 | Subject: [PATCH] Add qatomic support for AArch64 (aka arm64). | ||
| 6 | |||
| 7 | Patch by Mark Salter <msalter@redhat.com> | ||
| 8 | licensed under BSD: | ||
| 9 | |||
| 10 | <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735488#195> | ||
| 11 | |||
| 12 | This patch is known to not be the most correct way | ||
| 13 | to implement them, as it seems to be possible to do it in a faster way, | ||
| 14 | but should work non the less until we can provide something better. | ||
| 15 | |||
| 16 | Change-Id: Ib392b27dc54691fd4c2ea9896240ad71fb8128cc | ||
| 17 | |||
| 18 | |||
| 19 | Upstream-Status: Pending | ||
| 20 | |||
| 21 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 22 | |||
| 23 | --- | ||
| 24 | src/corelib/arch/aarch64/arch.pri | 4 + | ||
| 25 | src/corelib/arch/aarch64/qatomic_aarch64.cpp | 70 ++++++ | ||
| 26 | src/corelib/arch/arch.pri | 4 +- | ||
| 27 | src/corelib/arch/qatomic_aarch64.h | 335 +++++++++++++++++++++++++++ | ||
| 28 | src/corelib/arch/qatomic_arch.h | 2 + | ||
| 29 | 5 files changed, 414 insertions(+), 1 deletion(-) | ||
| 30 | create mode 100644 src/corelib/arch/aarch64/arch.pri | ||
| 31 | create mode 100644 src/corelib/arch/aarch64/qatomic_aarch64.cpp | ||
| 32 | create mode 100644 src/corelib/arch/qatomic_aarch64.h | ||
| 33 | |||
| 34 | diff --git a/src/corelib/arch/aarch64/arch.pri b/src/corelib/arch/aarch64/arch.pri | ||
| 35 | new file mode 100644 | ||
| 36 | index 0000000..63523d9 | ||
| 37 | --- /dev/null | ||
| 38 | +++ b/src/corelib/arch/aarch64/arch.pri | ||
| 39 | @@ -0,0 +1,4 @@ | ||
| 40 | +# | ||
| 41 | +# AArch64 architecture | ||
| 42 | +# | ||
| 43 | +SOURCES += $$QT_ARCH_CPP/qatomic_aarch64.cpp | ||
| 44 | diff --git a/src/corelib/arch/aarch64/qatomic_aarch64.cpp b/src/corelib/arch/aarch64/qatomic_aarch64.cpp | ||
| 45 | new file mode 100644 | ||
| 46 | index 0000000..fc851b9 | ||
| 47 | --- /dev/null | ||
| 48 | +++ b/src/corelib/arch/aarch64/qatomic_aarch64.cpp | ||
| 49 | @@ -0,0 +1,70 @@ | ||
| 50 | +/**************************************************************************** | ||
| 51 | +** | ||
| 52 | +** Copyright (C) 2012, 2013 Digia Plc and/or its subsidiary(-ies). | ||
| 53 | +** Contact: http://www.qt-project.org/legal | ||
| 54 | +** | ||
| 55 | +** This file is part of the QtCore module of the Qt Toolkit. | ||
| 56 | +** | ||
| 57 | +** $QT_BEGIN_LICENSE:LGPL$ | ||
| 58 | +** Commercial License Usage | ||
| 59 | +** Licensees holding valid commercial Qt licenses may use this file in | ||
| 60 | +** accordance with the commercial license agreement provided with the | ||
| 61 | +** Software or, alternatively, in accordance with the terms contained in | ||
| 62 | +** a written agreement between you and Digia. For licensing terms and | ||
| 63 | +** conditions see http://qt.digia.com/licensing. For further information | ||
| 64 | +** use the contact form at http://qt.digia.com/contact-us. | ||
| 65 | +** | ||
| 66 | +** GNU Lesser General Public License Usage | ||
| 67 | +** Alternatively, this file may be used under the terms of the GNU Lesser | ||
| 68 | +** General Public License version 2.1 as published by the Free Software | ||
| 69 | +** Foundation and appearing in the file LICENSE.LGPL included in the | ||
| 70 | +** packaging of this file. Please review the following information to | ||
| 71 | +** ensure the GNU Lesser General Public License version 2.1 requirements | ||
| 72 | +** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | ||
| 73 | +** | ||
| 74 | +** In addition, as a special exception, Digia gives you certain additional | ||
| 75 | +** rights. These rights are described in the Digia Qt LGPL Exception | ||
| 76 | +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. | ||
| 77 | +** | ||
| 78 | +** GNU General Public License Usage | ||
| 79 | +** Alternatively, this file may be used under the terms of the GNU | ||
| 80 | +** General Public License version 3.0 as published by the Free Software | ||
| 81 | +** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 82 | +** packaging of this file. Please review the following information to | ||
| 83 | +** ensure the GNU General Public License version 3.0 requirements will be | ||
| 84 | +** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 85 | +** | ||
| 86 | +** | ||
| 87 | +** $QT_END_LICENSE$ | ||
| 88 | +** | ||
| 89 | +****************************************************************************/ | ||
| 90 | + | ||
| 91 | +#include <QtCore/qglobal.h> | ||
| 92 | + | ||
| 93 | +#include <unistd.h> | ||
| 94 | +#ifdef _POSIX_PRIORITY_SCHEDULING | ||
| 95 | +# include <sched.h> | ||
| 96 | +#endif | ||
| 97 | +#include <time.h> | ||
| 98 | + | ||
| 99 | +QT_BEGIN_NAMESPACE | ||
| 100 | + | ||
| 101 | +QT_USE_NAMESPACE | ||
| 102 | + | ||
| 103 | +Q_CORE_EXPORT void qt_atomic_yield(int *count) | ||
| 104 | +{ | ||
| 105 | +#ifdef _POSIX_PRIORITY_SCHEDULING | ||
| 106 | + if ((*count)++ < 50) { | ||
| 107 | + sched_yield(); | ||
| 108 | + } else | ||
| 109 | +#endif | ||
| 110 | + { | ||
| 111 | + struct timespec tm; | ||
| 112 | + tm.tv_sec = 0; | ||
| 113 | + tm.tv_nsec = 2000001; | ||
| 114 | + nanosleep(&tm, NULL); | ||
| 115 | + *count = 0; | ||
| 116 | + } | ||
| 117 | +} | ||
| 118 | + | ||
| 119 | +QT_END_NAMESPACE | ||
| 120 | diff --git a/src/corelib/arch/arch.pri b/src/corelib/arch/arch.pri | ||
| 121 | index cd23e5e..f50fca7 100644 | ||
| 122 | --- a/src/corelib/arch/arch.pri | ||
| 123 | +++ b/src/corelib/arch/arch.pri | ||
| 124 | @@ -31,7 +31,9 @@ integrity:HEADERS += arch/qatomic_integrity.h | ||
| 125 | arch/qatomic_s390.h \ | ||
| 126 | arch/qatomic_x86_64.h \ | ||
| 127 | arch/qatomic_sh.h \ | ||
| 128 | - arch/qatomic_sh4a.h | ||
| 129 | + arch/qatomic_sh4a.h \ | ||
| 130 | + arch/qatomic_aarch64.h \ | ||
| 131 | + | ||
| 132 | |||
| 133 | QT_ARCH_CPP = $$QT_SOURCE_TREE/src/corelib/arch/$$QT_ARCH | ||
| 134 | DEPENDPATH += $$QT_ARCH_CPP | ||
| 135 | diff --git a/src/corelib/arch/qatomic_aarch64.h b/src/corelib/arch/qatomic_aarch64.h | ||
| 136 | new file mode 100644 | ||
| 137 | index 0000000..de61ca8 | ||
| 138 | --- /dev/null | ||
| 139 | +++ b/src/corelib/arch/qatomic_aarch64.h | ||
| 140 | @@ -0,0 +1,335 @@ | ||
| 141 | +/**************************************************************************** | ||
| 142 | +** | ||
| 143 | +** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). | ||
| 144 | +** Contact: http://www.qt-project.org/legal | ||
| 145 | +** | ||
| 146 | +** This file is part of the QtCore module of the Qt Toolkit. | ||
| 147 | +** | ||
| 148 | +** $QT_BEGIN_LICENSE:LGPL$ | ||
| 149 | +** Commercial License Usage | ||
| 150 | +** Licensees holding valid commercial Qt licenses may use this file in | ||
| 151 | +** accordance with the commercial license agreement provided with the | ||
| 152 | +** Software or, alternatively, in accordance with the terms contained in | ||
| 153 | +** a written agreement between you and Digia. For licensing terms and | ||
| 154 | +** conditions see http://qt.digia.com/licensing. For further information | ||
| 155 | +** use the contact form at http://qt.digia.com/contact-us. | ||
| 156 | +** | ||
| 157 | +** GNU Lesser General Public License Usage | ||
| 158 | +** Alternatively, this file may be used under the terms of the GNU Lesser | ||
| 159 | +** General Public License version 2.1 as published by the Free Software | ||
| 160 | +** Foundation and appearing in the file LICENSE.LGPL included in the | ||
| 161 | +** packaging of this file. Please review the following information to | ||
| 162 | +** ensure the GNU Lesser General Public License version 2.1 requirements | ||
| 163 | +** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | ||
| 164 | +** | ||
| 165 | +** In addition, as a special exception, Digia gives you certain additional | ||
| 166 | +** rights. These rights are described in the Digia Qt LGPL Exception | ||
| 167 | +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. | ||
| 168 | +** | ||
| 169 | +** GNU General Public License Usage | ||
| 170 | +** Alternatively, this file may be used under the terms of the GNU | ||
| 171 | +** General Public License version 3.0 as published by the Free Software | ||
| 172 | +** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 173 | +** packaging of this file. Please review the following information to | ||
| 174 | +** ensure the GNU General Public License version 3.0 requirements will be | ||
| 175 | +** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 176 | +** | ||
| 177 | +** | ||
| 178 | +** $QT_END_LICENSE$ | ||
| 179 | +** | ||
| 180 | +****************************************************************************/ | ||
| 181 | + | ||
| 182 | +#ifndef QATOMIC_AARCH64_H | ||
| 183 | +#define QATOMIC_AARCH64_H | ||
| 184 | + | ||
| 185 | +QT_BEGIN_HEADER | ||
| 186 | + | ||
| 187 | +QT_BEGIN_NAMESPACE | ||
| 188 | + | ||
| 189 | +#define Q_ATOMIC_INT_REFERENCE_COUNTING_IS_ALWAYS_NATIVE | ||
| 190 | + | ||
| 191 | +inline bool QBasicAtomicInt::isReferenceCountingNative() | ||
| 192 | +{ return true; } | ||
| 193 | +inline bool QBasicAtomicInt::isReferenceCountingWaitFree() | ||
| 194 | +{ return false; } | ||
| 195 | + | ||
| 196 | +#define Q_ATOMIC_INT_TEST_AND_SET_IS_ALWAYS_NATIVE | ||
| 197 | + | ||
| 198 | +inline bool QBasicAtomicInt::isTestAndSetNative() | ||
| 199 | +{ return true; } | ||
| 200 | +inline bool QBasicAtomicInt::isTestAndSetWaitFree() | ||
| 201 | +{ return false; } | ||
| 202 | + | ||
| 203 | +#define Q_ATOMIC_INT_FETCH_AND_STORE_IS_ALWAYS_NATIVE | ||
| 204 | + | ||
| 205 | +inline bool QBasicAtomicInt::isFetchAndStoreNative() | ||
| 206 | +{ return true; } | ||
| 207 | +inline bool QBasicAtomicInt::isFetchAndStoreWaitFree() | ||
| 208 | +{ return false; } | ||
| 209 | + | ||
| 210 | +#define Q_ATOMIC_INT_FETCH_AND_ADD_IS_ALWAYS_NATIVE | ||
| 211 | + | ||
| 212 | +inline bool QBasicAtomicInt::isFetchAndAddNative() | ||
| 213 | +{ return true; } | ||
| 214 | +inline bool QBasicAtomicInt::isFetchAndAddWaitFree() | ||
| 215 | +{ return false; } | ||
| 216 | + | ||
| 217 | +#define Q_ATOMIC_POINTER_TEST_AND_SET_IS_ALWAYS_NATIVE | ||
| 218 | + | ||
| 219 | +template <typename T> | ||
| 220 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isTestAndSetNative() | ||
| 221 | +{ return true; } | ||
| 222 | +template <typename T> | ||
| 223 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isTestAndSetWaitFree() | ||
| 224 | +{ return false; } | ||
| 225 | + | ||
| 226 | +#define Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_ALWAYS_NATIVE | ||
| 227 | + | ||
| 228 | +template <typename T> | ||
| 229 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isFetchAndStoreNative() | ||
| 230 | +{ return true; } | ||
| 231 | +template <typename T> | ||
| 232 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isFetchAndStoreWaitFree() | ||
| 233 | +{ return false; } | ||
| 234 | + | ||
| 235 | +#define Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_ALWAYS_NATIVE | ||
| 236 | + | ||
| 237 | +template <typename T> | ||
| 238 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isFetchAndAddNative() | ||
| 239 | +{ return true; } | ||
| 240 | +template <typename T> | ||
| 241 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::isFetchAndAddWaitFree() | ||
| 242 | +{ return false; } | ||
| 243 | + | ||
| 244 | +#ifndef Q_DATA_MEMORY_BARRIER | ||
| 245 | +# define Q_DATA_MEMORY_BARRIER asm volatile("dmb sy\n":::"memory") | ||
| 246 | +#endif | ||
| 247 | +#ifndef Q_COMPILER_MEMORY_BARRIER | ||
| 248 | +# define Q_COMPILER_MEMORY_BARRIER asm volatile("":::"memory") | ||
| 249 | +#endif | ||
| 250 | + | ||
| 251 | +inline bool QBasicAtomicInt::ref() | ||
| 252 | +{ | ||
| 253 | + int newValue; | ||
| 254 | + | ||
| 255 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 256 | + newValue = __atomic_add_fetch(&_q_value, 1, __ATOMIC_ACQ_REL); | ||
| 257 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 258 | + | ||
| 259 | + return newValue != 0; | ||
| 260 | +} | ||
| 261 | + | ||
| 262 | +inline bool QBasicAtomicInt::deref() | ||
| 263 | +{ | ||
| 264 | + int newValue; | ||
| 265 | + | ||
| 266 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 267 | + newValue = __atomic_sub_fetch(&_q_value, 1, __ATOMIC_ACQ_REL); | ||
| 268 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 269 | + | ||
| 270 | + return newValue != 0; | ||
| 271 | +} | ||
| 272 | + | ||
| 273 | +inline bool QBasicAtomicInt::testAndSetRelaxed(int expectedValue, int newValue) | ||
| 274 | +{ | ||
| 275 | + bool val; | ||
| 276 | + | ||
| 277 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 278 | + val = __atomic_compare_exchange_n (&_q_value, &expectedValue, newValue, | ||
| 279 | + false, __ATOMIC_RELAXED, __ATOMIC_RELAXED); | ||
| 280 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 281 | + return val; | ||
| 282 | +} | ||
| 283 | + | ||
| 284 | +inline int QBasicAtomicInt::fetchAndStoreRelaxed(int newValue) | ||
| 285 | +{ | ||
| 286 | + int val; | ||
| 287 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 288 | + val = __atomic_exchange_n(&_q_value, newValue, __ATOMIC_RELAXED); | ||
| 289 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 290 | + return val; | ||
| 291 | +} | ||
| 292 | + | ||
| 293 | +inline int QBasicAtomicInt::fetchAndAddRelaxed(int valueToAdd) | ||
| 294 | +{ | ||
| 295 | + int val; | ||
| 296 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 297 | + val = __atomic_fetch_add(&_q_value, valueToAdd, __ATOMIC_RELAXED); | ||
| 298 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 299 | + return val; | ||
| 300 | +} | ||
| 301 | + | ||
| 302 | +template <typename T> | ||
| 303 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::testAndSetRelaxed(T *expectedValue, T *newValue) | ||
| 304 | +{ | ||
| 305 | + bool val; | ||
| 306 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 307 | + val = __atomic_compare_exchange_n (&_q_value, &expectedValue, newValue, | ||
| 308 | + false, __ATOMIC_RELAXED, __ATOMIC_RELAXED); | ||
| 309 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 310 | + return val; | ||
| 311 | +} | ||
| 312 | + | ||
| 313 | +template <typename T> | ||
| 314 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelaxed(T *newValue) | ||
| 315 | +{ | ||
| 316 | + T *val; | ||
| 317 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 318 | + val = __atomic_exchange_n(&_q_value, newValue, __ATOMIC_RELAXED); | ||
| 319 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 320 | + return val; | ||
| 321 | +} | ||
| 322 | + | ||
| 323 | +template <typename T> | ||
| 324 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndAddRelaxed(qptrdiff valueToAdd) | ||
| 325 | +{ | ||
| 326 | + T *val; | ||
| 327 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 328 | + val = __atomic_fetch_add(&_q_value, valueToAdd, __ATOMIC_RELAXED); | ||
| 329 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 330 | + return val; | ||
| 331 | +} | ||
| 332 | + | ||
| 333 | +inline bool QBasicAtomicInt::testAndSetAcquire(int expectedValue, int newValue) | ||
| 334 | +{ | ||
| 335 | + bool returnValue = testAndSetRelaxed(expectedValue, newValue); | ||
| 336 | + Q_DATA_MEMORY_BARRIER; | ||
| 337 | + return returnValue; | ||
| 338 | +} | ||
| 339 | + | ||
| 340 | +inline bool QBasicAtomicInt::testAndSetRelease(int expectedValue, int newValue) | ||
| 341 | +{ | ||
| 342 | + Q_DATA_MEMORY_BARRIER; | ||
| 343 | + return testAndSetRelaxed(expectedValue, newValue); | ||
| 344 | +} | ||
| 345 | + | ||
| 346 | +inline bool QBasicAtomicInt::testAndSetOrdered(int expectedValue, int newValue) | ||
| 347 | +{ | ||
| 348 | + Q_DATA_MEMORY_BARRIER; | ||
| 349 | + bool returnValue = testAndSetRelaxed(expectedValue, newValue); | ||
| 350 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 351 | + return returnValue; | ||
| 352 | +} | ||
| 353 | + | ||
| 354 | +inline int QBasicAtomicInt::fetchAndStoreAcquire(int newValue) | ||
| 355 | +{ | ||
| 356 | + int returnValue = fetchAndStoreRelaxed(newValue); | ||
| 357 | + Q_DATA_MEMORY_BARRIER; | ||
| 358 | + return returnValue; | ||
| 359 | +} | ||
| 360 | + | ||
| 361 | +inline int QBasicAtomicInt::fetchAndStoreRelease(int newValue) | ||
| 362 | +{ | ||
| 363 | + Q_DATA_MEMORY_BARRIER; | ||
| 364 | + return fetchAndStoreRelaxed(newValue); | ||
| 365 | +} | ||
| 366 | + | ||
| 367 | +inline int QBasicAtomicInt::fetchAndStoreOrdered(int newValue) | ||
| 368 | +{ | ||
| 369 | + Q_DATA_MEMORY_BARRIER; | ||
| 370 | + int returnValue = fetchAndStoreRelaxed(newValue); | ||
| 371 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 372 | + return returnValue; | ||
| 373 | +} | ||
| 374 | + | ||
| 375 | +inline int QBasicAtomicInt::fetchAndAddAcquire(int valueToAdd) | ||
| 376 | +{ | ||
| 377 | + int returnValue = fetchAndAddRelaxed(valueToAdd); | ||
| 378 | + Q_DATA_MEMORY_BARRIER; | ||
| 379 | + return returnValue; | ||
| 380 | +} | ||
| 381 | + | ||
| 382 | +inline int QBasicAtomicInt::fetchAndAddRelease(int valueToAdd) | ||
| 383 | +{ | ||
| 384 | + Q_DATA_MEMORY_BARRIER; | ||
| 385 | + return fetchAndAddRelaxed(valueToAdd); | ||
| 386 | +} | ||
| 387 | + | ||
| 388 | +inline int QBasicAtomicInt::fetchAndAddOrdered(int valueToAdd) | ||
| 389 | +{ | ||
| 390 | + Q_DATA_MEMORY_BARRIER; | ||
| 391 | + int returnValue = fetchAndAddRelaxed(valueToAdd); | ||
| 392 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 393 | + return returnValue; | ||
| 394 | +} | ||
| 395 | + | ||
| 396 | +template <typename T> | ||
| 397 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::testAndSetAcquire(T *expectedValue, T *newValue) | ||
| 398 | +{ | ||
| 399 | + bool returnValue = testAndSetRelaxed(expectedValue, newValue); | ||
| 400 | + Q_DATA_MEMORY_BARRIER; | ||
| 401 | + return returnValue; | ||
| 402 | +} | ||
| 403 | + | ||
| 404 | +template <typename T> | ||
| 405 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::testAndSetRelease(T *expectedValue, T *newValue) | ||
| 406 | +{ | ||
| 407 | + Q_DATA_MEMORY_BARRIER; | ||
| 408 | + return testAndSetRelaxed(expectedValue, newValue); | ||
| 409 | +} | ||
| 410 | + | ||
| 411 | +template <typename T> | ||
| 412 | +Q_INLINE_TEMPLATE bool QBasicAtomicPointer<T>::testAndSetOrdered(T *expectedValue, T *newValue) | ||
| 413 | +{ | ||
| 414 | + Q_DATA_MEMORY_BARRIER; | ||
| 415 | + bool returnValue = testAndSetAcquire(expectedValue, newValue); | ||
| 416 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 417 | + return returnValue; | ||
| 418 | +} | ||
| 419 | + | ||
| 420 | +template <typename T> | ||
| 421 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreAcquire(T *newValue) | ||
| 422 | +{ | ||
| 423 | + T *returnValue = fetchAndStoreRelaxed(newValue); | ||
| 424 | + Q_DATA_MEMORY_BARRIER; | ||
| 425 | + return returnValue; | ||
| 426 | +} | ||
| 427 | + | ||
| 428 | +template <typename T> | ||
| 429 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreRelease(T *newValue) | ||
| 430 | +{ | ||
| 431 | + Q_DATA_MEMORY_BARRIER; | ||
| 432 | + return fetchAndStoreRelaxed(newValue); | ||
| 433 | +} | ||
| 434 | + | ||
| 435 | +template <typename T> | ||
| 436 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndStoreOrdered(T *newValue) | ||
| 437 | +{ | ||
| 438 | + Q_DATA_MEMORY_BARRIER; | ||
| 439 | + T *returnValue = fetchAndStoreRelaxed(newValue); | ||
| 440 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 441 | + return returnValue; | ||
| 442 | +} | ||
| 443 | + | ||
| 444 | +template <typename T> | ||
| 445 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndAddAcquire(qptrdiff valueToAdd) | ||
| 446 | +{ | ||
| 447 | + T *returnValue = fetchAndAddRelaxed(valueToAdd); | ||
| 448 | + Q_DATA_MEMORY_BARRIER; | ||
| 449 | + return returnValue; | ||
| 450 | +} | ||
| 451 | + | ||
| 452 | +template <typename T> | ||
| 453 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndAddRelease(qptrdiff valueToAdd) | ||
| 454 | +{ | ||
| 455 | + Q_DATA_MEMORY_BARRIER; | ||
| 456 | + return fetchAndAddRelaxed(valueToAdd); | ||
| 457 | +} | ||
| 458 | + | ||
| 459 | +template <typename T> | ||
| 460 | +Q_INLINE_TEMPLATE T *QBasicAtomicPointer<T>::fetchAndAddOrdered(qptrdiff valueToAdd) | ||
| 461 | +{ | ||
| 462 | + Q_DATA_MEMORY_BARRIER; | ||
| 463 | + T *returnValue = fetchAndAddRelaxed(valueToAdd); | ||
| 464 | + Q_COMPILER_MEMORY_BARRIER; | ||
| 465 | + return returnValue; | ||
| 466 | +} | ||
| 467 | + | ||
| 468 | +#undef Q_DATA_MEMORY_BARRIER | ||
| 469 | +#undef Q_COMPILER_MEMORY_BARRIER | ||
| 470 | + | ||
| 471 | +QT_END_NAMESPACE | ||
| 472 | + | ||
| 473 | +QT_END_HEADER | ||
| 474 | + | ||
| 475 | +#endif // QATOMIC_AARCH64_H | ||
| 476 | diff --git a/src/corelib/arch/qatomic_arch.h b/src/corelib/arch/qatomic_arch.h | ||
| 477 | index 141726c..3e96926 100644 | ||
| 478 | --- a/src/corelib/arch/qatomic_arch.h | ||
| 479 | +++ b/src/corelib/arch/qatomic_arch.h | ||
| 480 | @@ -94,6 +94,8 @@ QT_BEGIN_HEADER | ||
| 481 | # include "QtCore/qatomic_sh4a.h" | ||
| 482 | #elif defined(QT_ARCH_NACL) | ||
| 483 | # include "QtCore/qatomic_generic.h" | ||
| 484 | +#elif defined(QT_ARCH_AARCH64) | ||
| 485 | +# include "QtCore/qatomic_aarch64.h" | ||
| 486 | #else | ||
| 487 | # error "Qt has not been ported to this architecture" | ||
| 488 | #endif | ||
| 489 | -- | ||
| 490 | 2.1.0 | ||
| 491 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch deleted file mode 100644 index a01e7ada93..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0031-aarch64_arm64_mkspecs.patch +++ /dev/null | |||
| @@ -1,124 +0,0 @@ | |||
| 1 | From 7090fc80ff630712a90de92403190f647dd38a39 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= | ||
| 3 | <perezmeyer@gmail.com> | ||
| 4 | Date: Sat, 15 Mar 2014 15:35:00 -0300 | ||
| 5 | Subject: [PATCH] mkspecs for AArch64 (aka arm64). | ||
| 6 | |||
| 7 | Patch by Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||
| 8 | licensed under either Public Domain or BSD: | ||
| 9 | |||
| 10 | <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735488#179> | ||
| 11 | |||
| 12 | Change-Id: I21f17953234cfb176bac023e52ecdc927fc5c1a9 | ||
| 13 | |||
| 14 | |||
| 15 | Upstream-Status: Pending | ||
| 16 | |||
| 17 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 18 | |||
| 19 | --- | ||
| 20 | configure | 3 +++ | ||
| 21 | mkspecs/linux-g++-aarch64/qmake.conf | 27 ++++++++++++++++++++ | ||
| 22 | mkspecs/linux-g++-aarch64/qplatformdefs.h | 42 +++++++++++++++++++++++++++++++ | ||
| 23 | 3 files changed, 72 insertions(+) | ||
| 24 | create mode 100644 mkspecs/linux-g++-aarch64/qmake.conf | ||
| 25 | create mode 100644 mkspecs/linux-g++-aarch64/qplatformdefs.h | ||
| 26 | |||
| 27 | diff --git a/configure b/configure | ||
| 28 | index a9ba7c8..e57d053 100755 | ||
| 29 | --- a/configure | ||
| 30 | +++ b/configure | ||
| 31 | @@ -2808,6 +2808,9 @@ if [ "$CFG_EMBEDDED" != "no" ]; then | ||
| 32 | *86_64) | ||
| 33 | PLATFORM=qws/linux-x86_64-g++ | ||
| 34 | ;; | ||
| 35 | + aarch64) | ||
| 36 | + PLATFORM=linux-aarch64-g++ | ||
| 37 | + ;; | ||
| 38 | *) | ||
| 39 | PLATFORM=qws/linux-generic-g++ | ||
| 40 | ;; | ||
| 41 | diff --git a/mkspecs/linux-g++-aarch64/qmake.conf b/mkspecs/linux-g++-aarch64/qmake.conf | ||
| 42 | new file mode 100644 | ||
| 43 | index 0000000..ebc0a92 | ||
| 44 | --- /dev/null | ||
| 45 | +++ b/mkspecs/linux-g++-aarch64/qmake.conf | ||
| 46 | @@ -0,0 +1,27 @@ | ||
| 47 | +# | ||
| 48 | +# qmake configuration for linux-g++ | ||
| 49 | +# | ||
| 50 | +# Written for GNU/Linux platforms that have both lib and lib64 directories, | ||
| 51 | +# like the AMD Opteron. | ||
| 52 | +# | ||
| 53 | + | ||
| 54 | +MAKEFILE_GENERATOR = UNIX | ||
| 55 | +TARGET_PLATFORM = unix | ||
| 56 | +TEMPLATE = app | ||
| 57 | +CONFIG += qt warn_on release incremental link_prl gdb_dwarf_index | ||
| 58 | +QT += core gui | ||
| 59 | +QMAKE_INCREMENTAL_STYLE = sublib | ||
| 60 | + | ||
| 61 | +QMAKE_CFLAGS = | ||
| 62 | +QMAKE_LFLAGS = | ||
| 63 | + | ||
| 64 | +QMAKE_CFLAGS_RELEASE += -O2 | ||
| 65 | + | ||
| 66 | +include(../common/linux.conf) | ||
| 67 | +include(../common/gcc-base-unix.conf) | ||
| 68 | +include(../common/g++-unix.conf) | ||
| 69 | + | ||
| 70 | +QMAKE_LIBDIR_X11 = /usr/X11R6/lib64 | ||
| 71 | +QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib64 | ||
| 72 | + | ||
| 73 | +load(qt_config) | ||
| 74 | diff --git a/mkspecs/linux-g++-aarch64/qplatformdefs.h b/mkspecs/linux-g++-aarch64/qplatformdefs.h | ||
| 75 | new file mode 100644 | ||
| 76 | index 0000000..562128b | ||
| 77 | --- /dev/null | ||
| 78 | +++ b/mkspecs/linux-g++-aarch64/qplatformdefs.h | ||
| 79 | @@ -0,0 +1,42 @@ | ||
| 80 | +/**************************************************************************** | ||
| 81 | +** | ||
| 82 | +** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). | ||
| 83 | +** Contact: http://www.qt-project.org/legal | ||
| 84 | +** | ||
| 85 | +** This file is part of the qmake spec of the Qt Toolkit. | ||
| 86 | +** | ||
| 87 | +** $QT_BEGIN_LICENSE:LGPL$ | ||
| 88 | +** Commercial License Usage | ||
| 89 | +** Licensees holding valid commercial Qt licenses may use this file in | ||
| 90 | +** accordance with the commercial license agreement provided with the | ||
| 91 | +** Software or, alternatively, in accordance with the terms contained in | ||
| 92 | +** a written agreement between you and Digia. For licensing terms and | ||
| 93 | +** conditions see http://qt.digia.com/licensing. For further information | ||
| 94 | +** use the contact form at http://qt.digia.com/contact-us. | ||
| 95 | +** | ||
| 96 | +** GNU Lesser General Public License Usage | ||
| 97 | +** Alternatively, this file may be used under the terms of the GNU Lesser | ||
| 98 | +** General Public License version 2.1 as published by the Free Software | ||
| 99 | +** Foundation and appearing in the file LICENSE.LGPL included in the | ||
| 100 | +** packaging of this file. Please review the following information to | ||
| 101 | +** ensure the GNU Lesser General Public License version 2.1 requirements | ||
| 102 | +** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | ||
| 103 | +** | ||
| 104 | +** In addition, as a special exception, Digia gives you certain additional | ||
| 105 | +** rights. These rights are described in the Digia Qt LGPL Exception | ||
| 106 | +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. | ||
| 107 | +** | ||
| 108 | +** GNU General Public License Usage | ||
| 109 | +** Alternatively, this file may be used under the terms of the GNU | ||
| 110 | +** General Public License version 3.0 as published by the Free Software | ||
| 111 | +** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 112 | +** packaging of this file. Please review the following information to | ||
| 113 | +** ensure the GNU General Public License version 3.0 requirements will be | ||
| 114 | +** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 115 | +** | ||
| 116 | +** | ||
| 117 | +** $QT_END_LICENSE$ | ||
| 118 | +** | ||
| 119 | +****************************************************************************/ | ||
| 120 | + | ||
| 121 | +#include "../linux-g++/qplatformdefs.h" | ||
| 122 | -- | ||
| 123 | 2.1.0 | ||
| 124 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch deleted file mode 100644 index 178f784e1a..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0032-aarch64_add_header.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Add missing header for aarch64. And install ../corelib/arch/qatomic_aarch64.h. | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | |||
| 5 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 6 | --- | ||
| 7 | diff -Nru qt-everywhere-opensource-src-4.8.6.orig/include/QtCore/qatomic_aarch64.h qt-everywhere-opensource-src-4.8.6/include/QtCore/qatomic_aarch64.h | ||
| 8 | --- qt-everywhere-opensource-src-4.8.6.orig/include/QtCore/qatomic_aarch64.h 1970-01-01 08:30:00.000000000 +0830 | ||
| 9 | +++ qt-everywhere-opensource-src-4.8.6/include/QtCore/qatomic_aarch64.h 2014-09-09 17:18:03.768352551 +0800 | ||
| 10 | @@ -0,0 +1 @@ | ||
| 11 | +#include "../../src/corelib/arch/qatomic_aarch64.h" | ||
| 12 | --- qt-everywhere-opensource-src-4.8.6/include/QtCore/headers.pri.orig 2014-09-09 18:05:37.100430311 +0800 | ||
| 13 | +++ qt-everywhere-opensource-src-4.8.6/include/QtCore/headers.pri 2014-09-09 18:05:59.112430911 +0800 | ||
| 14 | @@ -1,3 +1,3 @@ | ||
| 15 | -SYNCQT.HEADER_FILES = ../corelib/kernel/qabstracteventdispatcher.h ../corelib/kernel/qabstractitemmodel.h ../corelib/kernel/qbasictimer.h ../corelib/kernel/qcoreapplication.h ../corelib/kernel/qcoreevent.h ../corelib/kernel/qeventloop.h ../corelib/kernel/qfunctions_nacl.h ../corelib/kernel/qfunctions_vxworks.h ../corelib/kernel/qfunctions_wince.h ../corelib/kernel/qmath.h ../corelib/kernel/qmetaobject.h ../corelib/kernel/qmetatype.h ../corelib/kernel/qmimedata.h ../corelib/kernel/qobject.h ../corelib/kernel/qobjectcleanuphandler.h ../corelib/kernel/qobjectdefs.h ../corelib/kernel/qpointer.h ../corelib/kernel/qsharedmemory.h ../corelib/kernel/qsignalmapper.h ../corelib/kernel/qsocketnotifier.h ../corelib/kernel/qsystemsemaphore.h ../corelib/kernel/qtimer.h ../corelib/kernel/qtranslator.h ../corelib/kernel/qvariant.h ../corelib/animation/qabstractanimation.h ../corelib/animation/qanimationgroup.h ../corelib/animation/qparallelanimationgroup.h ../corelib/animation/qpauseanimation.h ../corelib/animation/qpropertyanimation.h ../corelib/animation/qsequentialanimationgroup.h ../corelib/animation/qvariantanimation.h ../corelib/arch/qatomic_alpha.h ../corelib/arch/qatomic_arch.h ../corelib/arch/qatomic_arm.h ../corelib/arch/qatomic_armv5.h ../corelib/arch/qatomic_armv6.h ../corelib/arch/qatomic_armv7.h ../corelib/arch/qatomic_avr32.h ../corelib/arch/qatomic_bfin.h ../corelib/arch/qatomic_bootstrap.h ../corelib/arch/qatomic_generic.h ../corelib/arch/qatomic_i386.h ../corelib/arch/qatomic_ia64.h ../corelib/arch/qatomic_integrity.h ../corelib/arch/qatomic_m68k.h ../corelib/arch/qatomic_macosx.h ../corelib/arch/qatomic_mips.h ../corelib/arch/qatomic_parisc.h ../corelib/arch/qatomic_powerpc.h ../corelib/arch/qatomic_s390.h ../corelib/arch/qatomic_sh.h ../corelib/arch/qatomic_sh4a.h ../corelib/arch/qatomic_sparc.h ../corelib/arch/qatomic_symbian.h ../corelib/arch/qatomic_vxworks.h ../corelib/arch/qatomic_windows.h ../corelib/arch/qatomic_windowsce.h ../corelib/arch/qatomic_x86_64.h ../corelib/tools/qalgorithms.h ../corelib/tools/qbitarray.h ../corelib/tools/qbytearray.h ../corelib/tools/qbytearraymatcher.h ../corelib/tools/qcache.h ../corelib/tools/qchar.h ../corelib/tools/qcontainerfwd.h ../corelib/tools/qcontiguouscache.h ../corelib/tools/qcryptographichash.h ../corelib/tools/qdatetime.h ../corelib/tools/qeasingcurve.h ../corelib/tools/qelapsedtimer.h ../corelib/tools/qhash.h ../corelib/tools/qiterator.h ../corelib/tools/qline.h ../corelib/tools/qlinkedlist.h ../corelib/tools/qlist.h ../corelib/tools/qlocale.h ../corelib/tools/qlocale_blackberry.h ../corelib/tools/qmap.h ../corelib/tools/qmargins.h ../corelib/tools/qpair.h ../corelib/tools/qpoint.h ../corelib/tools/qqueue.h ../corelib/tools/qrect.h ../corelib/tools/qregexp.h ../corelib/tools/qscopedpointer.h ../corelib/tools/qscopedvaluerollback.h ../corelib/tools/qset.h ../corelib/tools/qshareddata.h ../corelib/tools/qsharedpointer.h ../corelib/tools/qsharedpointer_impl.h ../corelib/tools/qsize.h ../corelib/tools/qstack.h ../corelib/tools/qstring.h ../corelib/tools/qstringbuilder.h ../corelib/tools/qstringlist.h ../corelib/tools/qstringmatcher.h ../corelib/tools/qtextboundaryfinder.h ../corelib/tools/qtimeline.h ../corelib/tools/qvarlengtharray.h ../corelib/tools/qvector.h ../corelib/plugin/qfactoryinterface.h ../corelib/plugin/qlibrary.h ../corelib/plugin/qplugin.h ../corelib/plugin/qpluginloader.h ../corelib/plugin/quuid.h ../corelib/xml/qxmlstream.h ../corelib/thread/qatomic.h ../corelib/thread/qbasicatomic.h ../corelib/thread/qmutex.h ../corelib/thread/qreadwritelock.h ../corelib/thread/qsemaphore.h ../corelib/thread/qthread.h ../corelib/thread/qthreadstorage.h ../corelib/thread/qwaitcondition.h ../corelib/statemachine/qabstractstate.h ../corelib/statemachine/qabstracttransition.h ../corelib/statemachine/qeventtransition.h ../corelib/statemachine/qfinalstate.h ../corelib/statemachine/qhistorystate.h ../corelib/statemachine/qsignaltransition.h ../corelib/statemachine/qstate.h ../corelib/statemachine/qstatemachine.h ../corelib/concurrent/qfuture.h ../corelib/concurrent/qfutureinterface.h ../corelib/concurrent/qfuturesynchronizer.h ../corelib/concurrent/qfuturewatcher.h ../corelib/concurrent/qrunnable.h ../corelib/concurrent/qtconcurrentcompilertest.h ../corelib/concurrent/qtconcurrentexception.h ../corelib/concurrent/qtconcurrentfilter.h ../corelib/concurrent/qtconcurrentfilterkernel.h ../corelib/concurrent/qtconcurrentfunctionwrappers.h ../corelib/concurrent/qtconcurrentiteratekernel.h ../corelib/concurrent/qtconcurrentmap.h ../corelib/concurrent/qtconcurrentmapkernel.h ../corelib/concurrent/qtconcurrentmedian.h ../corelib/concurrent/qtconcurrentreducekernel.h ../corelib/concurrent/qtconcurrentresultstore.h ../corelib/concurrent/qtconcurrentrun.h ../corelib/concurrent/qtconcurrentrunbase.h ../corelib/concurrent/qtconcurrentstoredfunctioncall.h ../corelib/concurrent/qtconcurrentthreadengine.h ../corelib/concurrent/qthreadpool.h ../corelib/io/qabstractfileengine.h ../corelib/io/qbuffer.h ../corelib/io/qdatastream.h ../corelib/io/qdebug.h ../corelib/io/qdir.h ../corelib/io/qdiriterator.h ../corelib/io/qfile.h ../corelib/io/qfileinfo.h ../corelib/io/qfilesystemwatcher.h ../corelib/io/qfsfileengine.h ../corelib/io/qiodevice.h ../corelib/io/qprocess.h ../corelib/io/qresource.h ../corelib/io/qsettings.h ../corelib/io/qtemporaryfile.h ../corelib/io/qtextstream.h ../corelib/io/qurl.h ../corelib/global/qconfig-dist.h ../corelib/global/qconfig-large.h ../corelib/global/qconfig-medium.h ../corelib/global/qconfig-minimal.h ../corelib/global/qconfig-nacl.h ../corelib/global/qconfig-small.h ../corelib/global/qendian.h ../corelib/global/qfeatures.h ../corelib/global/qglobal.h ../corelib/global/qlibraryinfo.h ../corelib/global/qnamespace.h ../corelib/global/qnumeric.h ../corelib/global/qt_windows.h ../corelib/global/qconfig.h ../corelib/codecs/qtextcodec.h ../corelib/codecs/qtextcodecplugin.h ../../include/QtCore/QtCore | ||
| 16 | +SYNCQT.HEADER_FILES = ../corelib/kernel/qabstracteventdispatcher.h ../corelib/kernel/qabstractitemmodel.h ../corelib/kernel/qbasictimer.h ../corelib/kernel/qcoreapplication.h ../corelib/kernel/qcoreevent.h ../corelib/kernel/qeventloop.h ../corelib/kernel/qfunctions_nacl.h ../corelib/kernel/qfunctions_vxworks.h ../corelib/kernel/qfunctions_wince.h ../corelib/kernel/qmath.h ../corelib/kernel/qmetaobject.h ../corelib/kernel/qmetatype.h ../corelib/kernel/qmimedata.h ../corelib/kernel/qobject.h ../corelib/kernel/qobjectcleanuphandler.h ../corelib/kernel/qobjectdefs.h ../corelib/kernel/qpointer.h ../corelib/kernel/qsharedmemory.h ../corelib/kernel/qsignalmapper.h ../corelib/kernel/qsocketnotifier.h ../corelib/kernel/qsystemsemaphore.h ../corelib/kernel/qtimer.h ../corelib/kernel/qtranslator.h ../corelib/kernel/qvariant.h ../corelib/animation/qabstractanimation.h ../corelib/animation/qanimationgroup.h ../corelib/animation/qparallelanimationgroup.h ../corelib/animation/qpauseanimation.h ../corelib/animation/qpropertyanimation.h ../corelib/animation/qsequentialanimationgroup.h ../corelib/animation/qvariantanimation.h ../corelib/arch/qatomic_alpha.h ../corelib/arch/qatomic_arch.h ../corelib/arch/qatomic_arm.h ../corelib/arch/qatomic_armv5.h ../corelib/arch/qatomic_armv6.h ../corelib/arch/qatomic_armv7.h ../corelib/arch/qatomic_aarch64.h ../corelib/arch/qatomic_avr32.h ../corelib/arch/qatomic_bfin.h ../corelib/arch/qatomic_bootstrap.h ../corelib/arch/qatomic_generic.h ../corelib/arch/qatomic_i386.h ../corelib/arch/qatomic_ia64.h ../corelib/arch/qatomic_integrity.h ../corelib/arch/qatomic_m68k.h ../corelib/arch/qatomic_macosx.h ../corelib/arch/qatomic_mips.h ../corelib/arch/qatomic_parisc.h ../corelib/arch/qatomic_powerpc.h ../corelib/arch/qatomic_s390.h ../corelib/arch/qatomic_sh.h ../corelib/arch/qatomic_sh4a.h ../corelib/arch/qatomic_sparc.h ../corelib/arch/qatomic_symbian.h ../corelib/arch/qatomic_vxworks.h ../corelib/arch/qatomic_windows.h ../corelib/arch/qatomic_windowsce.h ../corelib/arch/qatomic_x86_64.h ../corelib/tools/qalgorithms.h ../corelib/tools/qbitarray.h ../corelib/tools/qbytearray.h ../corelib/tools/qbytearraymatcher.h ../corelib/tools/qcache.h ../corelib/tools/qchar.h ../corelib/tools/qcontainerfwd.h ../corelib/tools/qcontiguouscache.h ../corelib/tools/qcryptographichash.h ../corelib/tools/qdatetime.h ../corelib/tools/qeasingcurve.h ../corelib/tools/qelapsedtimer.h ../corelib/tools/qhash.h ../corelib/tools/qiterator.h ../corelib/tools/qline.h ../corelib/tools/qlinkedlist.h ../corelib/tools/qlist.h ../corelib/tools/qlocale.h ../corelib/tools/qlocale_blackberry.h ../corelib/tools/qmap.h ../corelib/tools/qmargins.h ../corelib/tools/qpair.h ../corelib/tools/qpoint.h ../corelib/tools/qqueue.h ../corelib/tools/qrect.h ../corelib/tools/qregexp.h ../corelib/tools/qscopedpointer.h ../corelib/tools/qscopedvaluerollback.h ../corelib/tools/qset.h ../corelib/tools/qshareddata.h ../corelib/tools/qsharedpointer.h ../corelib/tools/qsharedpointer_impl.h ../corelib/tools/qsize.h ../corelib/tools/qstack.h ../corelib/tools/qstring.h ../corelib/tools/qstringbuilder.h ../corelib/tools/qstringlist.h ../corelib/tools/qstringmatcher.h ../corelib/tools/qtextboundaryfinder.h ../corelib/tools/qtimeline.h ../corelib/tools/qvarlengtharray.h ../corelib/tools/qvector.h ../corelib/plugin/qfactoryinterface.h ../corelib/plugin/qlibrary.h ../corelib/plugin/qplugin.h ../corelib/plugin/qpluginloader.h ../corelib/plugin/quuid.h ../corelib/xml/qxmlstream.h ../corelib/thread/qatomic.h ../corelib/thread/qbasicatomic.h ../corelib/thread/qmutex.h ../corelib/thread/qreadwritelock.h ../corelib/thread/qsemaphore.h ../corelib/thread/qthread.h ../corelib/thread/qthreadstorage.h ../corelib/thread/qwaitcondition.h ../corelib/statemachine/qabstractstate.h ../corelib/statemachine/qabstracttransition.h ../corelib/statemachine/qeventtransition.h ../corelib/statemachine/qfinalstate.h ../corelib/statemachine/qhistorystate.h ../corelib/statemachine/qsignaltransition.h ../corelib/statemachine/qstate.h ../corelib/statemachine/qstatemachine.h ../corelib/concurrent/qfuture.h ../corelib/concurrent/qfutureinterface.h ../corelib/concurrent/qfuturesynchronizer.h ../corelib/concurrent/qfuturewatcher.h ../corelib/concurrent/qrunnable.h ../corelib/concurrent/qtconcurrentcompilertest.h ../corelib/concurrent/qtconcurrentexception.h ../corelib/concurrent/qtconcurrentfilter.h ../corelib/concurrent/qtconcurrentfilterkernel.h ../corelib/concurrent/qtconcurrentfunctionwrappers.h ../corelib/concurrent/qtconcurrentiteratekernel.h ../corelib/concurrent/qtconcurrentmap.h ../corelib/concurrent/qtconcurrentmapkernel.h ../corelib/concurrent/qtconcurrentmedian.h ../corelib/concurrent/qtconcurrentreducekernel.h ../corelib/concurrent/qtconcurrentresultstore.h ../corelib/concurrent/qtconcurrentrun.h ../corelib/concurrent/qtconcurrentrunbase.h ../corelib/concurrent/qtconcurrentstoredfunctioncall.h ../corelib/concurrent/qtconcurrentthreadengine.h ../corelib/concurrent/qthreadpool.h ../corelib/io/qabstractfileengine.h ../corelib/io/qbuffer.h ../corelib/io/qdatastream.h ../corelib/io/qdebug.h ../corelib/io/qdir.h ../corelib/io/qdiriterator.h ../corelib/io/qfile.h ../corelib/io/qfileinfo.h ../corelib/io/qfilesystemwatcher.h ../corelib/io/qfsfileengine.h ../corelib/io/qiodevice.h ../corelib/io/qprocess.h ../corelib/io/qresource.h ../corelib/io/qsettings.h ../corelib/io/qtemporaryfile.h ../corelib/io/qtextstream.h ../corelib/io/qurl.h ../corelib/global/qconfig-dist.h ../corelib/global/qconfig-large.h ../corelib/global/qconfig-medium.h ../corelib/global/qconfig-minimal.h ../corelib/global/qconfig-nacl.h ../corelib/global/qconfig-small.h ../corelib/global/qendian.h ../corelib/global/qfeatures.h ../corelib/global/qglobal.h ../corelib/global/qlibraryinfo.h ../corelib/global/qnamespace.h ../corelib/global/qnumeric.h ../corelib/global/qt_windows.h ../corelib/global/qconfig.h ../corelib/codecs/qtextcodec.h ../corelib/codecs/qtextcodecplugin.h ../../include/QtCore/QtCore | ||
| 17 | SYNCQT.HEADER_CLASSES = ../../include/QtCore/QAbstractEventDispatcher ../../include/QtCore/QModelIndex ../../include/QtCore/QPersistentModelIndex ../../include/QtCore/QModelIndexList ../../include/QtCore/QAbstractItemModel ../../include/QtCore/QAbstractTableModel ../../include/QtCore/QAbstractListModel ../../include/QtCore/QBasicTimer ../../include/QtCore/QCoreApplication ../../include/QtCore/QtCleanUpFunction ../../include/QtCore/QEvent ../../include/QtCore/QTimerEvent ../../include/QtCore/QChildEvent ../../include/QtCore/QCustomEvent ../../include/QtCore/QDynamicPropertyChangeEvent ../../include/QtCore/QEventLoop ../../include/QtCore/QMetaMethod ../../include/QtCore/QMetaEnum ../../include/QtCore/QMetaProperty ../../include/QtCore/QMetaClassInfo ../../include/QtCore/QMetaType ../../include/QtCore/QMetaTypeId ../../include/QtCore/QMetaTypeId2 ../../include/QtCore/QMimeData ../../include/QtCore/QObjectList ../../include/QtCore/QObjectData ../../include/QtCore/QObject ../../include/QtCore/QObjectUserData ../../include/QtCore/QObjectCleanupHandler ../../include/QtCore/QGenericArgument ../../include/QtCore/QGenericReturnArgument ../../include/QtCore/QArgument ../../include/QtCore/QReturnArgument ../../include/QtCore/QMetaObject ../../include/QtCore/QMetaObjectAccessor ../../include/QtCore/QMetaObjectExtraData ../../include/QtCore/QPointer ../../include/QtCore/QSharedMemory ../../include/QtCore/QSignalMapper ../../include/QtCore/QSocketNotifier ../../include/QtCore/QSystemSemaphore ../../include/QtCore/QTimer ../../include/QtCore/QTranslator ../../include/QtCore/QVariant ../../include/QtCore/QVariantList ../../include/QtCore/QVariantMap ../../include/QtCore/QVariantHash ../../include/QtCore/QVariantComparisonHelper ../../include/QtCore/QAbstractAnimation ../../include/QtCore/QAnimationDriver ../../include/QtCore/QAnimationGroup ../../include/QtCore/QParallelAnimationGroup ../../include/QtCore/QPauseAnimation ../../include/QtCore/QPropertyAnimation ../../include/QtCore/QSequentialAnimationGroup ../../include/QtCore/QVariantAnimation ../../include/QtCore/QtAlgorithms ../../include/QtCore/QBitArray ../../include/QtCore/QBitRef ../../include/QtCore/QByteArray ../../include/QtCore/QByteRef ../../include/QtCore/QByteArrayMatcher ../../include/QtCore/QCache ../../include/QtCore/QLatin1Char ../../include/QtCore/QChar ../../include/QtCore/QtContainerFwd ../../include/QtCore/QContiguousCacheData ../../include/QtCore/QContiguousCacheTypedData ../../include/QtCore/QContiguousCache ../../include/QtCore/QCryptographicHash ../../include/QtCore/QDate ../../include/QtCore/QTime ../../include/QtCore/QDateTime ../../include/QtCore/QEasingCurve ../../include/QtCore/QElapsedTimer ../../include/QtCore/QHashData ../../include/QtCore/QHashDummyValue ../../include/QtCore/QHashDummyNode ../../include/QtCore/QHashNode ../../include/QtCore/QHash ../../include/QtCore/QMultiHash ../../include/QtCore/QHashIterator ../../include/QtCore/QMutableHashIterator ../../include/QtCore/QLine ../../include/QtCore/QLineF ../../include/QtCore/QLinkedListData ../../include/QtCore/QLinkedListNode ../../include/QtCore/QLinkedList ../../include/QtCore/QLinkedListIterator ../../include/QtCore/QMutableLinkedListIterator ../../include/QtCore/QListData ../../include/QtCore/QList ../../include/QtCore/QListIterator ../../include/QtCore/QMutableListIterator ../../include/QtCore/QSystemLocale ../../include/QtCore/QLocale ../../include/QtCore/QBBSystemLocaleData ../../include/QtCore/QMapData ../../include/QtCore/QMapNode ../../include/QtCore/QMapPayloadNode ../../include/QtCore/QMap ../../include/QtCore/QMultiMap ../../include/QtCore/QMapIterator ../../include/QtCore/QMutableMapIterator ../../include/QtCore/QMargins ../../include/QtCore/QPair ../../include/QtCore/QPoint ../../include/QtCore/QPointF ../../include/QtCore/QQueue ../../include/QtCore/QRect ../../include/QtCore/QRectF ../../include/QtCore/QRegExp ../../include/QtCore/QScopedPointerDeleter ../../include/QtCore/QScopedPointerArrayDeleter ../../include/QtCore/QScopedPointerPodDeleter ../../include/QtCore/QScopedPointer ../../include/QtCore/QScopedArrayPointer ../../include/QtCore/QScopedValueRollback ../../include/QtCore/QSet ../../include/QtCore/QSetIterator ../../include/QtCore/QMutableSetIterator ../../include/QtCore/QSharedData ../../include/QtCore/QSharedDataPointer ../../include/QtCore/QExplicitlySharedDataPointer ../../include/QtCore/QSharedPointer ../../include/QtCore/QWeakPointer ../../include/QtCore/QSize ../../include/QtCore/QSizeF ../../include/QtCore/QStack ../../include/QtCore/QStdWString ../../include/QtCore/QString ../../include/QtCore/QLatin1String ../../include/QtCore/QCharRef ../../include/QtCore/QConstString ../../include/QtCore/QStringRef ../../include/QtCore/QLatin1Literal ../../include/QtCore/QAbstractConcatenable ../../include/QtCore/QConcatenable ../../include/QtCore/QStringBuilder ../../include/QtCore/QStringListIterator ../../include/QtCore/QMutableStringListIterator ../../include/QtCore/QStringList ../../include/QtCore/QStringMatcher ../../include/QtCore/QTextBoundaryFinder ../../include/QtCore/QTimeLine ../../include/QtCore/QVarLengthArray ../../include/QtCore/QVectorData ../../include/QtCore/QVectorTypedData ../../include/QtCore/QVector ../../include/QtCore/QVectorIterator ../../include/QtCore/QMutableVectorIterator ../../include/QtCore/QFactoryInterface ../../include/QtCore/QLibrary ../../include/QtCore/QtPlugin ../../include/QtCore/QtPluginInstanceFunction ../../include/QtCore/QPluginLoader ../../include/QtCore/QUuid ../../include/QtCore/QXmlStreamStringRef ../../include/QtCore/QXmlStreamAttribute ../../include/QtCore/QXmlStreamAttributes ../../include/QtCore/QXmlStreamNamespaceDeclaration ../../include/QtCore/QXmlStreamNamespaceDeclarations ../../include/QtCore/QXmlStreamNotationDeclaration ../../include/QtCore/QXmlStreamNotationDeclarations ../../include/QtCore/QXmlStreamEntityDeclaration ../../include/QtCore/QXmlStreamEntityDeclarations ../../include/QtCore/QXmlStreamEntityResolver ../../include/QtCore/QXmlStreamReader ../../include/QtCore/QXmlStreamWriter ../../include/QtCore/QAtomicInt ../../include/QtCore/QAtomicPointer ../../include/QtCore/QBasicAtomicInt ../../include/QtCore/QBasicAtomicPointer ../../include/QtCore/QMutex ../../include/QtCore/QMutexLocker ../../include/QtCore/QMutexData ../../include/QtCore/QReadWriteLock ../../include/QtCore/QReadLocker ../../include/QtCore/QWriteLocker ../../include/QtCore/QSemaphore ../../include/QtCore/QThread ../../include/QtCore/QThreadStorageData ../../include/QtCore/QThreadStorage ../../include/QtCore/QWaitCondition ../../include/QtCore/QAbstractState ../../include/QtCore/QAbstractTransition ../../include/QtCore/QEventTransition ../../include/QtCore/QFinalState ../../include/QtCore/QHistoryState ../../include/QtCore/QSignalTransition ../../include/QtCore/QState ../../include/QtCore/QStateMachine ../../include/QtCore/QFuture ../../include/QtCore/QFutureIterator ../../include/QtCore/QMutableFutureIterator ../../include/QtCore/QFutureInterfaceBase ../../include/QtCore/QFutureInterface ../../include/QtCore/QFutureSynchronizer ../../include/QtCore/QFutureWatcherBase ../../include/QtCore/QFutureWatcher ../../include/QtCore/QRunnable ../../include/QtCore/QtConcurrentFilter ../../include/QtCore/QtConcurrentMap ../../include/QtCore/QtConcurrentRun ../../include/QtCore/QThreadPool ../../include/QtCore/QAbstractFileEngine ../../include/QtCore/QAbstractFileEngineHandler ../../include/QtCore/QAbstractFileEngineIterator ../../include/QtCore/QBuffer ../../include/QtCore/QDataStream ../../include/QtCore/QtDebug ../../include/QtCore/QDebug ../../include/QtCore/QNoDebug ../../include/QtCore/QDir ../../include/QtCore/QDirIterator ../../include/QtCore/QFile ../../include/QtCore/QFileInfo ../../include/QtCore/QFileInfoList ../../include/QtCore/QFileInfoListIterator ../../include/QtCore/QFileSystemWatcher ../../include/QtCore/QFSFileEngine ../../include/QtCore/QIODevice ../../include/QtCore/Q_PID ../../include/QtCore/QProcessEnvironment ../../include/QtCore/QProcess ../../include/QtCore/QResource ../../include/QtCore/QSettings ../../include/QtCore/QTemporaryFile ../../include/QtCore/QTextStream ../../include/QtCore/QTextStreamFunction ../../include/QtCore/QTextStreamManipulator ../../include/QtCore/QTS ../../include/QtCore/QTextIStream ../../include/QtCore/QTextOStream ../../include/QtCore/QUrl ../../include/QtCore/QtEndian ../../include/QtCore/QtGlobal ../../include/QtCore/QIntegerForSize ../../include/QtCore/QNoImplicitBoolCast ../../include/QtCore/Q_INT8 ../../include/QtCore/Q_UINT8 ../../include/QtCore/Q_INT16 ../../include/QtCore/Q_UINT16 ../../include/QtCore/Q_INT32 ../../include/QtCore/Q_UINT32 ../../include/QtCore/Q_INT64 ../../include/QtCore/Q_UINT64 ../../include/QtCore/Q_LLONG ../../include/QtCore/Q_ULLONG ../../include/QtCore/Q_LONG ../../include/QtCore/Q_ULONG ../../include/QtCore/QSysInfo ../../include/QtCore/QtMsgHandler ../../include/QtCore/QGlobalStatic ../../include/QtCore/QGlobalStaticDeleter ../../include/QtCore/QBool ../../include/QtCore/QTypeInfo ../../include/QtCore/QFlag ../../include/QtCore/QIncompatibleFlag ../../include/QtCore/QFlags ../../include/QtCore/QForeachContainer ../../include/QtCore/QForeachContainerBase ../../include/QtCore/QLibraryInfo ../../include/QtCore/Qt ../../include/QtCore/QInternal ../../include/QtCore/QCOORD ../../include/QtCore/QtConfig ../../include/QtCore/QTextCodec ../../include/QtCore/QTextEncoder ../../include/QtCore/QTextDecoder ../../include/QtCore/QTextCodecFactoryInterface ../../include/QtCore/QTextCodecPlugin | ||
| 18 | SYNCQT.PRIVATE_HEADER_FILES = ../corelib/kernel/qabstracteventdispatcher_p.h ../corelib/kernel/qabstractitemmodel_p.h ../corelib/kernel/qcore_mac_p.h ../corelib/kernel/qcore_symbian_p.h ../corelib/kernel/qcore_unix_p.h ../corelib/kernel/qcoreapplication_p.h ../corelib/kernel/qcorecmdlineargs_p.h ../corelib/kernel/qcoreglobaldata_p.h ../corelib/kernel/qcrashhandler_p.h ../corelib/kernel/qeventdispatcher_blackberry_p.h ../corelib/kernel/qeventdispatcher_glib_p.h ../corelib/kernel/qeventdispatcher_symbian_p.h ../corelib/kernel/qeventdispatcher_unix_p.h ../corelib/kernel/qeventdispatcher_win_p.h ../corelib/kernel/qfunctions_p.h ../corelib/kernel/qmetaobject_p.h ../corelib/kernel/qobject_p.h ../corelib/kernel/qsharedmemory_p.h ../corelib/kernel/qsystemerror_p.h ../corelib/kernel/qsystemsemaphore_p.h ../corelib/kernel/qtranslator_p.h ../corelib/kernel/qvariant_p.h ../corelib/kernel/qwineventnotifier_p.h ../corelib/animation/qabstractanimation_p.h ../corelib/animation/qanimationgroup_p.h ../corelib/animation/qparallelanimationgroup_p.h ../corelib/animation/qpropertyanimation_p.h ../corelib/animation/qsequentialanimationgroup_p.h ../corelib/animation/qvariantanimation_p.h ../corelib/tools/qbytedata_p.h ../corelib/tools/qdatetime_p.h ../corelib/tools/qharfbuzz_p.h ../corelib/tools/qlocale_data_p.h ../corelib/tools/qlocale_p.h ../corelib/tools/qlocale_tools_p.h ../corelib/tools/qpodlist_p.h ../corelib/tools/qringbuffer_p.h ../corelib/tools/qscopedpointer_p.h ../corelib/tools/qsimd_p.h ../corelib/tools/qtools_p.h ../corelib/tools/qunicodetables_p.h ../corelib/plugin/qelfparser_p.h ../corelib/plugin/qfactoryloader_p.h ../corelib/plugin/qlibrary_p.h ../corelib/plugin/qsystemlibrary_p.h ../corelib/xml/qxmlstream_p.h ../corelib/xml/qxmlutils_p.h ../corelib/thread/qmutex_p.h ../corelib/thread/qmutexpool_p.h ../corelib/thread/qorderedmutexlocker_p.h ../corelib/thread/qreadwritelock_p.h ../corelib/thread/qthread_p.h ../corelib/statemachine/qabstractstate_p.h ../corelib/statemachine/qabstracttransition_p.h ../corelib/statemachine/qeventtransition_p.h ../corelib/statemachine/qhistorystate_p.h ../corelib/statemachine/qsignaleventgenerator_p.h ../corelib/statemachine/qsignaltransition_p.h ../corelib/statemachine/qstate_p.h ../corelib/statemachine/qstatemachine_p.h ../corelib/concurrent/qfutureinterface_p.h ../corelib/concurrent/qfuturewatcher_p.h ../corelib/concurrent/qthreadpool_p.h ../corelib/io/qabstractfileengine_p.h ../corelib/io/qdatastream_p.h ../corelib/io/qdataurl_p.h ../corelib/io/qdir_p.h ../corelib/io/qfile_p.h ../corelib/io/qfileinfo_p.h ../corelib/io/qfilesystemengine_p.h ../corelib/io/qfilesystementry_p.h ../corelib/io/qfilesystemiterator_p.h ../corelib/io/qfilesystemmetadata_p.h ../corelib/io/qfilesystemwatcher_dnotify_p.h ../corelib/io/qfilesystemwatcher_fsevents_p.h ../corelib/io/qfilesystemwatcher_inotify_p.h ../corelib/io/qfilesystemwatcher_kqueue_p.h ../corelib/io/qfilesystemwatcher_p.h ../corelib/io/qfilesystemwatcher_symbian_p.h ../corelib/io/qfilesystemwatcher_win_p.h ../corelib/io/qfsfileengine_iterator_p.h ../corelib/io/qfsfileengine_p.h ../corelib/io/qiodevice_p.h ../corelib/io/qnoncontiguousbytedevice_p.h ../corelib/io/qprocess_p.h ../corelib/io/qresource_iterator_p.h ../corelib/io/qresource_p.h ../corelib/io/qsettings_p.h ../corelib/io/qtldurl_p.h ../corelib/io/qurltlds_p.h ../corelib/io/qwindowspipewriter_p.h ../corelib/global/qnumeric_p.h ../corelib/global/qt_pch.h ../corelib/codecs/qfontlaocodec_p.h ../corelib/codecs/qiconvcodec_p.h ../corelib/codecs/qisciicodec_p.h ../corelib/codecs/qlatincodec_p.h ../corelib/codecs/qsimplecodec_p.h ../corelib/codecs/qtextcodec_p.h ../corelib/codecs/qtsciicodec_p.h ../corelib/codecs/qutfcodec_p.h | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch deleted file mode 100644 index f3face5755..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0033-configure-support-c-0x-standard-for-directfd.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | configure: support c++0x standard for directfd | ||
| 2 | |||
| 3 | While directfd upgrade to 1.7.6, it always includes directfb++ utils | ||
| 4 | when C++ is used and set c++0x as c++ standard. | ||
| 5 | (In git://git.directfb.org/git/directfb/core/DirectFB.git | ||
| 6 | commit b444bcae3197be9faf883460dcc239ef757d5922, and commit | ||
| 7 | 522beeb76f2a8d2dee30d928d2a5955bd06cf25c) | ||
| 8 | |||
| 9 | The directfd in qt4 is c++, and there was a build failure: | ||
| 10 | ... | ||
| 11 | | qdirectfbwindowsurface.cpp:336:69: error: in C++98 'rect' must be | ||
| 12 | initialized by constructor, not by '{...}' | ||
| 13 | | const DFBRectangle rect = { r.x(), r.y(), r.width(), r.height() }; | ||
| 14 | ... | ||
| 15 | |||
| 16 | The g++ used c++98 as default c++ standard, we should | ||
| 17 | explicitly set c++0x for directfd in qt4. | ||
| 18 | |||
| 19 | Upstream-Status: Pending | ||
| 20 | |||
| 21 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 22 | --- | ||
| 23 | configure | 1 + | ||
| 24 | 1 file changed, 1 insertion(+) | ||
| 25 | |||
| 26 | diff --git a/configure b/configure | ||
| 27 | index 5724bd6..ecc2f8b 100755 | ||
| 28 | --- a/configure | ||
| 29 | +++ b/configure | ||
| 30 | @@ -6656,6 +6656,7 @@ if [ "$PLATFORM_QWS" = "yes" ]; then | ||
| 31 | if [ "${screen}" = "directfb" ] && [ "${CFG_CONFIGURE_EXIT_ON_ERROR}" = "yes" ]; then | ||
| 32 | if test -n "$PKG_CONFIG" && "$PKG_CONFIG" --exists directfb 2>/dev/null; then | ||
| 33 | QT_CFLAGS_DIRECTFB=`$PKG_CONFIG --cflags directfb 2>/dev/null` | ||
| 34 | + QT_CFLAGS_DIRECTFB="$QT_CFLAGS_DIRECTFB -std=c++0x" | ||
| 35 | QT_LIBS_DIRECTFB=`$PKG_CONFIG --libs directfb 2>/dev/null` | ||
| 36 | elif directfb-config --version >/dev/null 2>&1; then | ||
| 37 | QT_CFLAGS_DIRECTFB=`directfb-config --cflags 2>/dev/null` | ||
| 38 | -- | ||
| 39 | 1.9.1 | ||
| 40 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/0034-Fix-kmap2qmap-build-with-clang.patch b/meta/recipes-qt/qt4/qt4-4.8.7/0034-Fix-kmap2qmap-build-with-clang.patch deleted file mode 100644 index f47a1d9c3e..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/0034-Fix-kmap2qmap-build-with-clang.patch +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | From: Samuel Gaist <samuel.gaist@edeltech.ch> | ||
| 2 | Date: Wed, 4 Mar 2015 20:16:50 +0000 (+0100) | ||
| 3 | Subject: Fix kmap2qmap build on OS X | ||
| 4 | X-Git-Tag: v5.4.2~6 | ||
| 5 | X-Git-Url: https://codereview.qt-project.org/gitweb?p=qt%2Fqttools.git;a=commitdiff_plain;h=cf196a2565235f649b88fac55b53270bea23458d;hp=3070815a24239bd0f469bfeb8d0a1f091974e28e | ||
| 6 | |||
| 7 | Fix kmap2qmap build on OS X | ||
| 8 | |||
| 9 | Currently kmap2qmap fails to build on OS X (clang) This patch aims to | ||
| 10 | fix this. | ||
| 11 | |||
| 12 | Change-Id: I61c985dc7ad1f2486368c39aa976599d274942ab | ||
| 13 | Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | ||
| 14 | --- | ||
| 15 | Upstream-Status: Backport | ||
| 16 | Index: qt-everywhere-opensource-src-4.8.7/tools/kmap2qmap/main.cpp | ||
| 17 | =================================================================== | ||
| 18 | --- qt-everywhere-opensource-src-4.8.7.orig/tools/kmap2qmap/main.cpp | ||
| 19 | +++ qt-everywhere-opensource-src-4.8.7/tools/kmap2qmap/main.cpp | ||
| 20 | @@ -385,9 +385,11 @@ static const int symbol_synonyms_size = | ||
| 21 | |||
| 22 | // makes the generated array in --header mode a bit more human readable | ||
| 23 | QT_BEGIN_NAMESPACE | ||
| 24 | -static bool operator<(const QWSKeyboard::Mapping &m1, const QWSKeyboard::Mapping &m2) | ||
| 25 | -{ | ||
| 26 | - return m1.keycode != m2.keycode ? m1.keycode < m2.keycode : m1.modifiers < m2.modifiers; | ||
| 27 | +namespace QWSKeyboard { | ||
| 28 | + static bool operator<(const Mapping &m1, const Mapping &m2) | ||
| 29 | + { | ||
| 30 | + return m1.keycode != m2.keycode ? m1.keycode < m2.keycode : m1.modifiers < m2.modifiers; | ||
| 31 | + } | ||
| 32 | } | ||
| 33 | QT_END_NAMESPACE | ||
| 34 | |||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch b/meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch deleted file mode 100644 index 1f5f00f716..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/Fix-QWSLock-invalid-argument-logs.patch +++ /dev/null | |||
| @@ -1,98 +0,0 @@ | |||
| 1 | From 52c34001bad85c3032618070b1d6b2a3c6880715 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Neil Jerram <n...@ossau.homelinux.net> | ||
| 3 | Date: Thu, 8 Nov 2012 08:18:32 +0000 | ||
| 4 | Subject: [PATCH] Fix QWSLock "invalid argument" logs | ||
| 5 | |||
| 6 | There was no known actual problem associated with these logs, but they | ||
| 7 | were spamming the log, so I thought it worth trying to understand and | ||
| 8 | fix them. | ||
| 9 | |||
| 10 | The confusion is that there are two different ways of creating QWSLock | ||
| 11 | objects. "QWSLock()" creates an object that creates a new set of | ||
| 12 | semaphores, whereas "QWSLock(id)" creates an object that aliases the | ||
| 13 | existing set of semaphores with ID id. What seems to happen is that | ||
| 14 | each application creates a semaphore set scoped to that | ||
| 15 | application (QWSDisplay::Data::clientLock in qapplication_qws.cpp), | ||
| 16 | then this semaphore set is passed by complex means to | ||
| 17 | places (QWSClientPrivate and QWSMemorySurface) that use the semaphores | ||
| 18 | for a short period and then delete their QWSLock objects. | ||
| 19 | |||
| 20 | The problem was that the QWSLock destructor always destroyed the | ||
| 21 | semaphore set, even when that QWSLock hadn't create the semaphores | ||
| 22 | itself, hence making the semaphores invalid for other QWSLock objects | ||
| 23 | still referencing the same set. | ||
| 24 | |||
| 25 | Clearly a QWSLock object shouldn't destroy the semaphore set if it | ||
| 26 | didn't create it itself, and that is confirmed by the fact that one of | ||
| 27 | the implementations inside QWSLock already implements this logic, with | ||
| 28 | the 'owned' flag. The fix is to implement this for the #ifndef | ||
| 29 | QT_POSIX_IPC case - which is what is used in QtMoko - just as is | ||
| 30 | already implemented for the #ifdef QT_POSIX_IPC case. | ||
| 31 | |||
| 32 | Original patch can be found here: | ||
| 33 | http://www.mail-archive.com/community@lists.openmoko.org/msg65512.html | ||
| 34 | |||
| 35 | Upstream-Status: Submitted | ||
| 36 | |||
| 37 | Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> | ||
| 38 | (Removed the commented-out debug statements from the original patch.) | ||
| 39 | |||
| 40 | --- | ||
| 41 | |||
| 42 | diff --git a/src/gui/embedded/qwslock.cpp b/src/gui/embedded/qwslock.cpp | ||
| 43 | index 9914a24..1055785 100644 | ||
| 44 | --- a/src/gui/embedded/qwslock.cpp | ||
| 45 | +++ b/src/gui/embedded/qwslock.cpp | ||
| 46 | @@ -83,9 +83,12 @@ QWSLock::QWSLock(int id) : semId(id) | ||
| 47 | QWSSignalHandler::instance()->addWSLock(this); | ||
| 48 | #endif | ||
| 49 | |||
| 50 | + owned = false; | ||
| 51 | + | ||
| 52 | #ifndef QT_POSIX_IPC | ||
| 53 | if (semId == -1) { | ||
| 54 | semId = semget(IPC_PRIVATE, 3, IPC_CREAT | 0666); | ||
| 55 | + owned = true; | ||
| 56 | if (semId == -1) { | ||
| 57 | perror("QWSLock::QWSLock"); | ||
| 58 | qFatal("Unable to create semaphore"); | ||
| 59 | @@ -100,7 +104,6 @@ QWSLock::QWSLock(int id) : semId(id) | ||
| 60 | } | ||
| 61 | #else | ||
| 62 | sems[0] = sems[1] = sems[2] = SEM_FAILED; | ||
| 63 | - owned = false; | ||
| 64 | |||
| 65 | if (semId == -1) { | ||
| 66 | // ### generate really unique IDs | ||
| 67 | @@ -134,9 +137,11 @@ QWSLock::~QWSLock() | ||
| 68 | |||
| 69 | if (semId != -1) { | ||
| 70 | #ifndef QT_POSIX_IPC | ||
| 71 | - qt_semun semval; | ||
| 72 | - semval.val = 0; | ||
| 73 | - semctl(semId, 0, IPC_RMID, semval); | ||
| 74 | + if (owned) { | ||
| 75 | + qt_semun semval; | ||
| 76 | + semval.val = 0; | ||
| 77 | + semctl(semId, 0, IPC_RMID, semval); | ||
| 78 | + } | ||
| 79 | semId = -1; | ||
| 80 | #else | ||
| 81 | // emulate the SEM_UNDO behavior for the BackingStore lock | ||
| 82 | diff --git a/src/gui/embedded/qwslock_p.h b/src/gui/embedded/qwslock_p.h | ||
| 83 | index d324e4f..d867d20 100644 | ||
| 84 | --- a/src/gui/embedded/qwslock_p.h | ||
| 85 | +++ b/src/gui/embedded/qwslock_p.h | ||
| 86 | @@ -86,8 +86,8 @@ private: | ||
| 87 | int lockCount[2]; | ||
| 88 | #ifdef QT_POSIX_IPC | ||
| 89 | sem_t *sems[3]; | ||
| 90 | - bool owned; | ||
| 91 | #endif | ||
| 92 | + bool owned; | ||
| 93 | }; | ||
| 94 | |||
| 95 | QT_END_NAMESPACE | ||
| 96 | |||
| 97 | -- | ||
| 98 | 1.7.10.4 | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch b/meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch deleted file mode 100644 index ad5103dd02..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/add_check_for_aarch64_32.patch +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | Author: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com> | ||
| 2 | Date: Sun Apr 12 19:27:10 2015 +0530 | ||
| 3 | |||
| 4 | [PATCH] add checking for AArch64 ilp32 | ||
| 5 | |||
| 6 | Cross-compiling qt4-embedded and qt4-x11-free applications for AArch64 ilp32 | ||
| 7 | (both big and little endian) fails with below error, | ||
| 8 | |||
| 9 | (snip) | ||
| 10 | In file included from ../3rdparty/javascriptcore/JavaScriptCore/runtime/Collector.h:31:0, | ||
| 11 | from ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalData.h:32, | ||
| 12 | from ../3rdparty/javascriptcore/JavaScriptCore/interpreter/CallFrame.h:26, | ||
| 13 | from ../3rdparty/javascriptcore/JavaScriptCore/runtime/ClassInfo.h:26, | ||
| 14 | from ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSObject.h:27, | ||
| 15 | from ../3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackConstructor.h:30, | ||
| 16 | from ../3rdparty/javascriptcore/JavaScriptCore/API/JSCallbackConstructor.cpp:27: | ||
| 17 | ../3rdparty/javascriptcore/JavaScriptCore/wtf/StdLibExtras.h: In instantiation of 'TO QTWTF::bitwise_cast(FROM) [w | ||
| 18 | ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSImmediate.h:52:49: required from here | ||
| 19 | ../3rdparty/javascriptcore/JavaScriptCore/wtf/StdLibExtras.h:63:1: error: size of array is negative | ||
| 20 | ../3rdparty/javascriptcore/JavaScriptCore/wtf/StdLibExtras.h: In instantiation of 'TO QTWTF::bitwise_cast(FROM) [w | ||
| 21 | ../3rdparty/javascriptcore/JavaScriptCore/runtime/JSImmediate.h:57:47: required from here | ||
| 22 | ../3rdparty/javascriptcore/JavaScriptCore/wtf/StdLibExtras.h:63:1: error: size of array is negative | ||
| 23 | make[1]: *** [obj/release/JSCallbackConstructor.o] Error 1 | ||
| 24 | -- CUT -- | ||
| 25 | |||
| 26 | the error is because of JSVALUE64 is being defined while compiling programs | ||
| 27 | for AArch64 ilp32. This makes equal condition checking of intptr_t and double | ||
| 28 | datatypes as false, and results in -1 (negative) as array size in bitwise_cast | ||
| 29 | function. | ||
| 30 | |||
| 31 | Upstream-Status: Pending | ||
| 32 | |||
| 33 | Signed-off-by: Krishnanjanappa, Jagadeesh <jagadeesh.krishnanjanappa@caviumnetworks.com> | ||
| 34 | |||
| 35 | --- a/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-04-11 00:07:12.000000000 +0530 | ||
| 36 | +++ b/src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2015-04-10 22:19:51.066279426 +0530 | ||
| 37 | @@ -214,6 +214,9 @@ | ||
| 38 | #define WTF_CPU_AARCH64 1 | ||
| 39 | #if defined(__AARCH64EB__) | ||
| 40 | #define WTF_CPU_BIG_ENDIAN 1 | ||
| 41 | +#if !defined(__LP64__) | ||
| 42 | +#define WTF_CPU_AARCH64_32 1 | ||
| 43 | +#endif | ||
| 44 | #endif | ||
| 45 | #endif | ||
| 46 | |||
| 47 | @@ -903,7 +906,7 @@ | ||
| 48 | #endif | ||
| 49 | |||
| 50 | #if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64) | ||
| 51 | -#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || CPU(MIPS64) || CPU(AARCH64) | ||
| 52 | +#if (CPU(X86_64) && (OS(UNIX) || OS(WINDOWS) || OS(SOLARIS) || OS(HPUX))) || (CPU(IA64) && !CPU(IA64_32)) || CPU(ALPHA) || CPU(AIX64) || CPU(SPARC64) || CPU(MIPS64) || (CPU(AARCH64) && !CPU(AARCH64_32)) | ||
| 53 | #define WTF_USE_JSVALUE64 1 | ||
| 54 | #elif CPU(ARM) || CPU(PPC64) | ||
| 55 | #define WTF_USE_JSVALUE32 1 | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/g++.conf b/meta/recipes-qt/qt4/qt4-4.8.7/g++.conf deleted file mode 100644 index be78c249e9..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/g++.conf +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | # | ||
| 2 | # qmake configuration for common gcc | ||
| 3 | # | ||
| 4 | |||
| 5 | QMAKE_COMPILER = gcc | ||
| 6 | |||
| 7 | QMAKE_CC = $(OE_QMAKE_CC) | ||
| 8 | QMAKE_CFLAGS += $(OE_QMAKE_CFLAGS) | ||
| 9 | QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += $(OE_QMAKE_CFLAGS) | ||
| 10 | QMAKE_CFLAGS_PRECOMPILE += -x c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT} | ||
| 11 | QMAKE_CFLAGS_USE_PRECOMPILE += -include ${QMAKE_PCH_OUTPUT_BASE} | ||
| 12 | |||
| 13 | QMAKE_CXX = $(OE_QMAKE_CXX) | ||
| 14 | QMAKE_CXXFLAGS += $(OE_QMAKE_CXXFLAGS) | ||
| 15 | QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO += $$QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO | ||
| 16 | QMAKE_CXXFLAGS_PRECOMPILE += -x c++-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT} | ||
| 17 | QMAKE_CXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE | ||
| 18 | |||
| 19 | QMAKE_LINK = $(OE_QMAKE_LINK) | ||
| 20 | QMAKE_LINK_SHLIB = $(OE_QMAKE_LINK) | ||
| 21 | QMAKE_LINK_C = $(OE_QMAKE_LINK) | ||
| 22 | QMAKE_LINK_C_SHLIB = $(OE_QMAKE_LINK) | ||
| 23 | QMAKE_LFLAGS += $(OE_QMAKE_LDFLAGS) | ||
| 24 | QMAKE_LFLAGS_NOUNDEF += -Wl,--no-undefined | ||
| 25 | QMAKE_LFLAGS_RPATH = -Wl,-rpath-link, | ||
| 26 | |||
| 27 | QMAKE_PCH_OUTPUT_EXT = .gch | ||
| 28 | |||
| 29 | # -Bsymbolic-functions (ld) support | ||
| 30 | QMAKE_LFLAGS_BSYMBOLIC_FUNC = -Wl,-Bsymbolic-functions | ||
| 31 | QMAKE_LFLAGS_DYNAMIC_LIST = -Wl,--dynamic-list, | ||
| 32 | |||
| 33 | # do not depend on gdb | ||
| 34 | CONFIG -= gdb_dwarf_index | ||
| 35 | |||
| 36 | # some linking helper... | ||
| 37 | CONFIG += rpath_libdirs | ||
| 38 | |||
| 39 | # for the SDK | ||
| 40 | isEmpty(QMAKE_QT_CONFIG):QMAKE_QT_CONFIG = $(OE_QMAKE_QT_CONFIG) | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/linux.conf b/meta/recipes-qt/qt4/qt4-4.8.7/linux.conf deleted file mode 100644 index 86703813ca..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/linux.conf +++ /dev/null | |||
| @@ -1,66 +0,0 @@ | |||
| 1 | # | ||
| 2 | # qmake configuration for common linux | ||
| 3 | # | ||
| 4 | |||
| 5 | QMAKE_CFLAGS_THREAD += -D_REENTRANT | ||
| 6 | QMAKE_CXXFLAGS_THREAD += $$QMAKE_CFLAGS_THREAD | ||
| 7 | |||
| 8 | QMAKE_INCDIR = | ||
| 9 | QMAKE_LIBDIR = | ||
| 10 | QMAKE_INCDIR_X11 = | ||
| 11 | QMAKE_LIBDIR_X11 = | ||
| 12 | QMAKE_INCDIR_QT = $(OE_QMAKE_INCDIR_QT) | ||
| 13 | QMAKE_LIBDIR_QT = $(OE_QMAKE_LIBDIR_QT) | ||
| 14 | QMAKE_INCDIR_OPENGL = | ||
| 15 | QMAKE_LIBDIR_OPENGL = | ||
| 16 | QMAKE_INCDIR_OPENGL_ES1 = $$QMAKE_INCDIR_OPENGL | ||
| 17 | QMAKE_LIBDIR_OPENGL_ES1 = $$QMAKE_LIBDIR_OPENGL | ||
| 18 | QMAKE_INCDIR_OPENGL_ES2 = $$QMAKE_INCDIR_OPENGL | ||
| 19 | QMAKE_LIBDIR_OPENGL_ES2 = $$QMAKE_LIBDIR_OPENGL | ||
| 20 | QMAKE_INCDIR_EGL = | ||
| 21 | QMAKE_LIBDIR_EGL = | ||
| 22 | QMAKE_INCDIR_OPENVG = | ||
| 23 | QMAKE_LIBDIR_OPENVG = | ||
| 24 | |||
| 25 | |||
| 26 | QMAKE_LIBS = | ||
| 27 | QMAKE_LIBS_DYNLOAD = -ldl | ||
| 28 | QMAKE_LIBS_X11 = $(OE_QMAKE_LIBS_X11) | ||
| 29 | QMAKE_LIBS_X11SM = $(OE_QMAKE_LIBS_X11SM) | ||
| 30 | QMAKE_LIBS_NIS = -lnsl | ||
| 31 | QMAKE_LIBS_EGL = -lEGL | ||
| 32 | QMAKE_LIBS_OPENGL = -lGL | ||
| 33 | QMAKE_LIBS_OPENGL_QT = -lGL | ||
| 34 | QMAKE_LIBS_OPENGL_ES1 = -lGLES_CM | ||
| 35 | QMAKE_LIBS_OPENGL_ES2 = -lGLESv2 | ||
| 36 | QMAKE_LIBS_OPENVG = -lOpenVG | ||
| 37 | QMAKE_LIBS_THREAD = -lpthread | ||
| 38 | |||
| 39 | QMAKE_MOC = $(OE_QMAKE_MOC) | ||
| 40 | QMAKE_UIC = $(OE_QMAKE_UIC) | ||
| 41 | QMAKE_UIC3 = $(OE_QMAKE_UIC3) | ||
| 42 | QMAKE_RCC = $(OE_QMAKE_RCC) | ||
| 43 | QMAKE_QDBUSCPP2XML = $(OE_QMAKE_QDBUSCPP2XML) | ||
| 44 | QMAKE_QDBUSXML2CPP = $(OE_QMAKE_QDBUSXML2CPP) | ||
| 45 | |||
| 46 | QMAKE_AR = $(OE_QMAKE_AR) cqs | ||
| 47 | QMAKE_OBJCOPY = objcopy | ||
| 48 | QMAKE_RANLIB = | ||
| 49 | |||
| 50 | QMAKE_TAR = tar -cf | ||
| 51 | QMAKE_GZIP = gzip -9f | ||
| 52 | |||
| 53 | QMAKE_COPY = cp -f | ||
| 54 | QMAKE_COPY_FILE = $(COPY) | ||
| 55 | QMAKE_COPY_DIR = $(COPY) -r | ||
| 56 | QMAKE_MOVE = mv -f | ||
| 57 | QMAKE_DEL_FILE = rm -f | ||
| 58 | QMAKE_DEL_DIR = rmdir | ||
| 59 | QMAKE_STRIP = $(OE_QMAKE_STRIP) | ||
| 60 | QMAKE_STRIPFLAGS_LIB += --strip-unneeded | ||
| 61 | QMAKE_CHK_DIR_EXISTS = test -d | ||
| 62 | QMAKE_MKDIR = mkdir -p | ||
| 63 | QMAKE_INSTALL_FILE = install -m 644 -p | ||
| 64 | QMAKE_INSTALL_PROGRAM = install -m 755 -p | ||
| 65 | |||
| 66 | include(unix.conf) | ||
diff --git a/meta/recipes-qt/qt4/qt4-4.8.7/qte.sh b/meta/recipes-qt/qt4/qt4-4.8.7/qte.sh deleted file mode 100644 index 21d6ecbd6a..0000000000 --- a/meta/recipes-qt/qt4/qt4-4.8.7/qte.sh +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | if [ -e /dev/input/touchscreen0 ] | ||
| 4 | then | ||
| 5 | QWS_MOUSE_PROTO=Tslib:/dev/input/touchscreen0 | ||
| 6 | export QWS_MOUSE_PROTO | ||
| 7 | fi | ||
diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc deleted file mode 100644 index a769065792..0000000000 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ /dev/null | |||
| @@ -1,74 +0,0 @@ | |||
| 1 | SUMMARY = "Cross-platform UI toolkit and application framework (framebuffer version)" | ||
| 2 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded (framebuffer) version." | ||
| 3 | SECTION = "libs" | ||
| 4 | HOMEPAGE = "http://qt-project.org/" | ||
| 5 | DEPENDS += "directfb tslib" | ||
| 6 | |||
| 7 | QT4EDEPENDS = "" | ||
| 8 | QT_BASE_LIB ?= "libqt-embedded" | ||
| 9 | |||
| 10 | # Set necessary variables in the profile | ||
| 11 | SRC_URI += "file://qte.sh \ | ||
| 12 | file://0033-configure-support-c-0x-standard-for-directfd.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | QT_EMBEDDED_FLAGS ?= " \ | ||
| 16 | -embedded $QT_ARCH \ | ||
| 17 | -qtlibinfix ${QT_LIBINFIX} \ | ||
| 18 | " | ||
| 19 | QT_EMBEDDED_EXTRA_FLAGS ?= " \ | ||
| 20 | -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ | ||
| 21 | -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \ | ||
| 22 | -qt-kbd-tty -qt-kbd-linuxinput \ | ||
| 23 | " | ||
| 24 | QT_EMBEDDED_KEYPAD_FLAGS ?= " \ | ||
| 25 | -DQT_KEYPAD_NAVIGATION \ | ||
| 26 | " | ||
| 27 | |||
| 28 | QT_CONFIG_FLAGS += "${QT_EMBEDDED_FLAGS} ${QT_EMBEDDED_EXTRA_FLAGS} ${QT_EMBEDDED_KEYPAD_FLAGS}" | ||
| 29 | |||
| 30 | require qt4.inc | ||
| 31 | |||
| 32 | do_install_append() { | ||
| 33 | install -d ${D}/${libdir}/fonts | ||
| 34 | touch ${D}/${libdir}/fonts/fontdir | ||
| 35 | |||
| 36 | install -d ${D}${sysconfdir}/profile.d/ | ||
| 37 | install -m 0755 ${WORKDIR}/qte.sh ${D}${sysconfdir}/profile.d/ | ||
| 38 | } | ||
| 39 | |||
| 40 | # We put the qte profile into it's own package as we don't want to install all qt stuff | ||
| 41 | # with depending on the global package qt4-embedded | ||
| 42 | PACKAGES += " ${PN}-conf" | ||
| 43 | FILES_${PN}-conf += " ${sysconfdir}/profile.d/qte.sh" | ||
| 44 | RRECOMMENDS_${PN} += " ${PN}-conf" | ||
| 45 | |||
| 46 | OTHER_PACKAGES += "\ | ||
| 47 | ${QT_BASE_NAME}-fonts \ | ||
| 48 | ${QT_BASE_NAME}-fonts-ttf-vera \ | ||
| 49 | ${QT_BASE_NAME}-fonts-ttf-dejavu \ | ||
| 50 | ${QT_BASE_NAME}-fonts-pfa \ | ||
| 51 | ${QT_BASE_NAME}-fonts-pfb \ | ||
| 52 | ${QT_BASE_NAME}-fonts-qpf" | ||
| 53 | |||
| 54 | RRECOMMENDS_${QT_BASE_NAME}-fonts = " \ | ||
| 55 | ${QT_BASE_NAME}-fonts-ttf-vera \ | ||
| 56 | ${QT_BASE_NAME}-fonts-ttf-dejavu \ | ||
| 57 | ${QT_BASE_NAME}-fonts-pfa \ | ||
| 58 | ${QT_BASE_NAME}-fonts-pfb \ | ||
| 59 | ${QT_BASE_NAME}-fonts-qpf" | ||
| 60 | RRECOMMENDS_${QT_BASE_NAME}-demos += " \ | ||
| 61 | ${QT_BASE_NAME}-fonts" | ||
| 62 | |||
| 63 | ALLOW_EMPTY_${QT_BASE_NAME}-fonts = "1" | ||
| 64 | PACKAGES_DYNAMIC += "^${QT_BASE_NAME}-fonts-.*" | ||
| 65 | |||
| 66 | FILES_${QT_BASE_NAME}-fonts-ttf-vera = "${libdir}/fonts/Vera*.ttf" | ||
| 67 | FILES_${QT_BASE_NAME}-fonts-ttf-dejavu = "${libdir}/fonts/DejaVu*.ttf" | ||
| 68 | FILES_${QT_BASE_NAME}-fonts-pfa = "${libdir}/fonts/*.pfa" | ||
| 69 | FILES_${QT_BASE_NAME}-fonts-pfb = "${libdir}/fonts/*.pfb" | ||
| 70 | FILES_${QT_BASE_NAME}-fonts-qpf = "${libdir}/fonts/*.qpf*" | ||
| 71 | FILES_${QT_BASE_NAME}-fonts = "${libdir}/fonts/README ${libdir}/fonts/fontdir" | ||
| 72 | |||
| 73 | inherit qt4e | ||
| 74 | |||
diff --git a/meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb b/meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb deleted file mode 100644 index 1435d857ce..0000000000 --- a/meta/recipes-qt/qt4/qt4-embedded_4.8.7.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require qt4-${PV}.inc | ||
| 2 | require qt4-embedded.inc | ||
| 3 | |||
| 4 | QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}" | ||
| 5 | |||
| 6 | QT_CONFIG_FLAGS += " \ | ||
| 7 | -exceptions \ | ||
| 8 | " | ||
| 9 | |||
diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc deleted file mode 100644 index 58acac87ed..0000000000 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ /dev/null | |||
| @@ -1,116 +0,0 @@ | |||
| 1 | SUMMARY = "Qt version 4 tools and support files for the build host" | ||
| 2 | DEPENDS = "zlib-native dbus-native" | ||
| 3 | SECTION = "libs" | ||
| 4 | HOMEPAGE = "http://qt-project.org/" | ||
| 5 | PROVIDES = "qt4-tools-native" | ||
| 6 | |||
| 7 | LICENSE = "LGPLv2.1 | GPLv3" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \ | ||
| 9 | file://LICENSE.GPL3;md5=6e1694ee338db410417517884918d4d2 \ | ||
| 10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6" | ||
| 11 | |||
| 12 | inherit native | ||
| 13 | |||
| 14 | SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-everywhere-opensource-src-${PV}.tar.gz \ | ||
| 15 | file://0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | ||
| 16 | file://0002-qkbdtty_qws-fix-build-with-old-kernel-headers.patch \ | ||
| 17 | file://0003-webkit2-set-OUTPUT_DIR-value-if-empty.patch \ | ||
| 18 | file://0021-configure-make-qt4-native-work-with-long-building-pa.patch \ | ||
| 19 | file://g++.conf \ | ||
| 20 | file://linux.conf \ | ||
| 21 | " | ||
| 22 | |||
| 23 | UPSTREAM_CHECK_URI = "http://download.qt.io/official_releases/qt/4.8/" | ||
| 24 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | ||
| 25 | |||
| 26 | S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" | ||
| 27 | |||
| 28 | EXTRA_OECONF = "-prefix ${prefix} \ | ||
| 29 | -bindir ${bindir} \ | ||
| 30 | -libdir ${libdir} \ | ||
| 31 | -datadir ${datadir}/qt4 \ | ||
| 32 | -sysconfdir ${sysconfdir}/qt4 \ | ||
| 33 | -docdir ${docdir}/qt4 \ | ||
| 34 | -headerdir ${includedir}/qt4 \ | ||
| 35 | -plugindir ${libdir}/qt4/plugins \ | ||
| 36 | -importdir ${libdir}/qt4/imports \ | ||
| 37 | -translationdir ${datadir}/qt4/translations \ | ||
| 38 | -examplesdir ${bindir}/qt4/examples \ | ||
| 39 | -demosdir ${bindir}/qt4/demos \ | ||
| 40 | -L ${STAGING_LIBDIR_NATIVE} \ | ||
| 41 | -I ${STAGING_INCDIR_NATIVE} \ | ||
| 42 | -qt-libjpeg -system-zlib \ | ||
| 43 | -no-libjpeg -no-libpng -no-libmng -no-libtiff \ | ||
| 44 | -no-accessibility \ | ||
| 45 | -no-cups \ | ||
| 46 | -no-nas-sound \ | ||
| 47 | -no-nis -no-openssl \ | ||
| 48 | -verbose -release \ | ||
| 49 | -embedded -no-freetype -no-glib -no-iconv \ | ||
| 50 | -exceptions -xmlpatterns \ | ||
| 51 | -qt3support \ | ||
| 52 | -no-fast -silent -no-rpath" | ||
| 53 | |||
| 54 | # yank default -e, otherwise we get the following error: | ||
| 55 | # moc_qbuffer.cpp: No such file or directory | ||
| 56 | EXTRA_OEMAKE = " " | ||
| 57 | |||
| 58 | do_configure() { | ||
| 59 | # Avoid problems with Qt 4.8.0 configure setting QMAKE_LINK from LD (since we want the linker to be g++) | ||
| 60 | unset LD | ||
| 61 | |||
| 62 | (echo o; echo yes) | ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}" | ||
| 63 | } | ||
| 64 | |||
| 65 | TOBUILD = "\ | ||
| 66 | src/tools/moc \ | ||
| 67 | src/corelib \ | ||
| 68 | src/sql \ | ||
| 69 | src/xml \ | ||
| 70 | src/network \ | ||
| 71 | src/tools/uic \ | ||
| 72 | src/tools/rcc \ | ||
| 73 | src/xmlpatterns \ | ||
| 74 | src/dbus \ | ||
| 75 | src/gui \ | ||
| 76 | src/testlib \ | ||
| 77 | src/qt3support \ | ||
| 78 | src/tools/uic3 \ | ||
| 79 | tools/linguist/lconvert \ | ||
| 80 | tools/linguist/lrelease \ | ||
| 81 | tools/linguist/lupdate \ | ||
| 82 | tools/qdbus/qdbuscpp2xml \ | ||
| 83 | tools/qdbus/qdbusxml2cpp \ | ||
| 84 | tools/xmlpatterns \ | ||
| 85 | " | ||
| 86 | |||
| 87 | do_compile() { | ||
| 88 | for i in ${TOBUILD}; do | ||
| 89 | cd ${S}/$i && oe_runmake CC="${CC}" CXX="${CXX}" | ||
| 90 | done | ||
| 91 | } | ||
| 92 | |||
| 93 | do_install() { | ||
| 94 | install -d ${D}${bindir}/ | ||
| 95 | install -m 0755 bin/qmake ${D}${bindir}/qmake2 | ||
| 96 | for i in moc uic uic3 rcc lconvert lrelease lupdate qdbuscpp2xml qdbusxml2cpp xmlpatterns; do | ||
| 97 | install -m 0755 bin/${i} ${D}${bindir}/${i}4 | ||
| 98 | done | ||
| 99 | |||
| 100 | install -d ${D}${datadir}/qt4/ | ||
| 101 | cp -PfR mkspecs ${D}${datadir}/qt4/ | ||
| 102 | ln -sf linux-g++ ${D}${datadir}/qt4/mkspecs/${BUILD_OS}-oe-g++ | ||
| 103 | if [ -f ${D}${datadir}/qt4/mkspecs/common/g++-unix.conf ] ; then | ||
| 104 | # mkspecs were refactored for 4.8.0 | ||
| 105 | cp -f ${WORKDIR}/g++.conf ${D}${datadir}/qt4/mkspecs/common/g++-unix.conf | ||
| 106 | else | ||
| 107 | cp -f ${WORKDIR}/g++.conf ${D}${datadir}/qt4/mkspecs/common/g++.conf | ||
| 108 | fi | ||
| 109 | cp -f ${WORKDIR}/linux.conf ${D}${datadir}/qt4/mkspecs/common/ | ||
| 110 | |||
| 111 | install -m 0644 tools/porting/src/q3porting.xml ${D}${datadir}/qt4/ | ||
| 112 | |||
| 113 | for i in ${TOBUILD}; do | ||
| 114 | cd ${S}/$i && oe_runmake install INSTALL_ROOT=${D} | ||
| 115 | done | ||
| 116 | } | ||
diff --git a/meta/recipes-qt/qt4/qt4-native_4.8.7.bb b/meta/recipes-qt/qt4/qt4-native_4.8.7.bb deleted file mode 100644 index 494d663194..0000000000 --- a/meta/recipes-qt/qt4/qt4-native_4.8.7.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require qt4-native.inc | ||
| 2 | |||
| 3 | TOBUILD := "src/tools/bootstrap ${TOBUILD}" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "d990ee66bf7ab0c785589776f35ba6ad" | ||
| 6 | SRC_URI[sha256sum] = "e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0" | ||
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 @@ | |||
| 1 | require qt4.inc | ||
| 2 | |||
| 3 | SUMMARY = "Cross-platform UI toolkit and application framework (X11 version)" | ||
| 4 | DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the X11 version." | ||
| 5 | HOMEPAGE = "http://qt-project.org/" | ||
| 6 | SECTION = "x11/libs" | ||
| 7 | DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor" | ||
| 8 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/libgl', '', d)}" | ||
| 9 | PROVIDES += "qt4-x11" | ||
| 10 | QT4DEPENDS = "" | ||
| 11 | |||
| 12 | QT_GLFLAGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '-opengl', '-no-opengl', d)} " | ||
| 13 | QT_GLFLAGS_qemux86 = "-opengl" | ||
| 14 | QT_GLFLAGS_qemuppc = "-opengl" | ||
| 15 | QT_X11_FLAGS ?= "-no-xinerama -no-xkb -no-gtkstyle" | ||
| 16 | QT_CONFIG_FLAGS += "${QT_X11_FLAGS}" | ||
| 17 | QT_BASE_LIB ?= "libqt" | ||
| 18 | |||
| 19 | # required by kdelibs4 | ||
| 20 | QT_KDE_FLAGS ?= "-accessibility -sm" | ||
| 21 | QT_DISTRO_FLAGS ?= "${QT_KDE_FLAGS}" | ||
| 22 | |||
| 23 | inherit qt4x11 | ||
| 24 | |||
| 25 | do_install_append() { | ||
| 26 | # fix pkgconfig, libtool and prl files | ||
| 27 | sed -i -e 's#I/usr/include#Iincludedir}#g' \ | ||
| 28 | -e 's#Iin#I${in#g' \ | ||
| 29 | ${D}${libdir}/*.la ${D}${libdir}/*.prl ${D}${libdir}/pkgconfig/*.pc | ||
| 30 | |||
| 31 | # QT abuses $includedir to point to its headers, which breaks pkgconfig sysroot, so | ||
| 32 | # manually fix it up here: | ||
| 33 | for pc in ${D}${libdir}/pkgconfig/*.pc ; do | ||
| 34 | sed -i -e "s:prefix}include/${QT_BASE_NAME}/$(basename $pc .pc):prefix}/include:" \ | ||
| 35 | -e "s,Cflags: ,Cflags: -IP{includedir}/${QT_BASE_NAME}/$(basename $pc .pc) ," \ | ||
| 36 | -e 's:IP{:I${:g' $pc | ||
| 37 | done | ||
| 38 | } | ||
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb deleted file mode 100644 index 5cb5e6817d..0000000000 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.7.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require qt4-x11-free.inc | ||
| 2 | require qt4-${PV}.inc | ||
| 3 | |||
| 4 | QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}" | ||
| 5 | |||
| 6 | QT_CONFIG_FLAGS += " \ | ||
| 7 | -no-embedded \ | ||
| 8 | -xrandr \ | ||
| 9 | -x11" | ||
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc deleted file mode 100644 index 91be769231..0000000000 --- a/meta/recipes-qt/qt4/qt4.inc +++ /dev/null | |||
| @@ -1,392 +0,0 @@ | |||
| 1 | inherit qmake_base | ||
| 2 | |||
| 3 | DEPENDS += "qt4-tools-native freetype jpeg libpng zlib dbus openssl glib-2.0 sqlite3 tiff icu" | ||
| 4 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" | ||
| 5 | |||
| 6 | require qt4_arch.inc | ||
| 7 | |||
| 8 | QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" | ||
| 9 | QT_DISTRO_FLAGS_linuxstdbase = "-sm" | ||
| 10 | |||
| 11 | QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -no-sql-sqlite2 -plugin-sql-sqlite -system-sqlite" | ||
| 12 | |||
| 13 | QT_GLFLAGS ?= "" | ||
| 14 | |||
| 15 | |||
| 16 | QT_QT3SUPPORT ?= "-qt3support" | ||
| 17 | QT_XML ?= "-xmlpatterns" | ||
| 18 | QT_WEBKIT ?= "-webkit" | ||
| 19 | QT_PHONON ?= "-no-phonon" | ||
| 20 | QT_DBUS ?= "-qdbus" | ||
| 21 | QT_MULTIMEDIA ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', '-pulseaudio', '-no-pulseaudio', d)}" | ||
| 22 | |||
| 23 | QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ | ||
| 24 | -shared -no-nas-sound -no-nis \ | ||
| 25 | -system-libjpeg -system-libpng -system-libtiff -system-zlib \ | ||
| 26 | -no-pch -stl -glib -icu \ | ||
| 27 | -no-rpath -silent \ | ||
| 28 | -D USE_QTMULTIMEDIA=1 \ | ||
| 29 | ${QT_DBUS} \ | ||
| 30 | ${QT_QT3SUPPORT} \ | ||
| 31 | ${QT_WEBKIT} \ | ||
| 32 | ${QT_PHONON} \ | ||
| 33 | ${QT_XML} \ | ||
| 34 | ${QT_MULTIMEDIA} \ | ||
| 35 | ${QT_SQL_DRIVER_FLAGS} \ | ||
| 36 | ${QT_DISTRO_FLAGS} \ | ||
| 37 | ${QT_GLFLAGS}" | ||
| 38 | |||
| 39 | EXTRA_OEMAKE = "-e" | ||
| 40 | |||
| 41 | EXTRA_ENV = 'QMAKE="${STAGING_BINDIR_NATIVE}/qmake2 -after \ | ||
| 42 | INCPATH+=${STAGING_INCDIR}/freetype2 LIBS+=-L${STAGING_LIBDIR}" \ | ||
| 43 | QMAKESPEC="${QMAKESPEC}" LINK="${CXX} -Wl,-rpath-link,${STAGING_LIBDIR}" \ | ||
| 44 | AR="${TARGET_PREFIX}ar cqs" \ | ||
| 45 | MOC="${STAGING_BINDIR_NATIVE}/moc4" UIC="${STAGING_BINDIR_NATIVE}/uic4" MAKE="make -e"' | ||
| 46 | |||
| 47 | export QT_CONF_PATH="${WORKDIR}/qt.conf" | ||
| 48 | |||
| 49 | # Library packages | ||
| 50 | QT_LIB_NAMES = "Qt3Support QtAssistantClient QtCLucene QtCore QtDBus QtDesigner QtDesignerComponents QtGui QtHelp QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg QtTest QtUiTools QtWebKit QtXml QtXmlPatterns phonon QtMultimedia QtOpenVG QtMediaServices QtDeclarative" | ||
| 51 | |||
| 52 | QT_EXTRA_LIBS = "pvrQWSWSEGL" | ||
| 53 | |||
| 54 | python __anonymous () { | ||
| 55 | lib_packages = [] | ||
| 56 | dev_packages = [] | ||
| 57 | dbg_packages = [] | ||
| 58 | staticdev_packages = [] | ||
| 59 | for name in d.getVar("QT_LIB_NAMES", True).split(): | ||
| 60 | pkg = d.getVar("QT_BASE_LIB", True) + name.lower().replace("qt", "").replace("_", "-") + "4" | ||
| 61 | # NOTE: the headers for QtAssistantClient are different | ||
| 62 | incname = name.replace("QtAssistantClient", "QtAssistant") | ||
| 63 | d.setVar("FILES_%s" % pkg, "${libdir}/lib%(name)s${QT_LIBINFIX}.so.*" % locals()) | ||
| 64 | d.setVar("FILES_%s-dev" % pkg, """${libdir}/lib%(name)s${QT_LIBINFIX}.prl | ||
| 65 | ${libdir}/lib%(name)s${QT_LIBINFIX}.la | ||
| 66 | ${libdir}/lib%(name)s${QT_LIBINFIX}.so | ||
| 67 | ${includedir}/${QT_DIR_NAME}/%(incname)s | ||
| 68 | ${libdir}/pkgconfig/%(name)s${QT_LIBINFIX}.pc""" % locals()) | ||
| 69 | d.setVar("FILES_%s-staticdev" % pkg, "${libdir}/lib%(name)s${QT_LIBINFIX}.a" % locals()) | ||
| 70 | d.setVar("FILES_%s-dbg" % pkg, "${libdir}/.debug/lib%(name)s${QT_LIBINFIX}.so*" % locals()) | ||
| 71 | d.setVar("RRECOMMENDS_%s-dbg" % pkg, "${PN}-dbg") | ||
| 72 | lib_packages.append(pkg) | ||
| 73 | dev_packages.append("%s-dev" % pkg) | ||
| 74 | dbg_packages.append("%s-dbg" % pkg) | ||
| 75 | staticdev_packages.append("%s-staticdev" % pkg) | ||
| 76 | for name in d.getVar("OTHER_PACKAGES", True).split(): | ||
| 77 | dbg_packages.append("%s-dbg" % name) | ||
| 78 | staticdev_packages.append("%s-staticdev" % name) | ||
| 79 | |||
| 80 | for name in d.getVar("QT_EXTRA_LIBS", True).split(): | ||
| 81 | pkg = d.getVar("QT_BASE_LIB", True) + name.lower().replace("qt", "").replace("_", "-") + "4" | ||
| 82 | d.setVar("FILES_%s" % pkg, "${libdir}/lib%(name)s.so.*" % locals()) | ||
| 83 | d.setVar("FILES_%s-staticdev" % pkg, "${libdir}/lib%(name)s.a" % locals()) | ||
| 84 | d.setVar("FILES_%s-dev" % pkg, """${libdir}/lib%(name)s.prl | ||
| 85 | ${libdir}/lib%(name)s.la | ||
| 86 | ${libdir}/lib%(name)s.so | ||
| 87 | ${includedir}/${QT_DIR_NAME}/%(incname)s | ||
| 88 | ${libdir}/pkgconfig/%(name)s.pc""" % locals()) | ||
| 89 | d.setVar("FILES_%s-dbg" % pkg, "${libdir}/.debug/lib%(name)s.so*" % locals()) | ||
| 90 | d.setVar("RRECOMMENDS_%s-dbg" % pkg, "${PN}-dbg") | ||
| 91 | lib_packages.append(pkg) | ||
| 92 | dev_packages.append("%s-dev" % pkg) | ||
| 93 | dbg_packages.append("%s-dbg" % pkg) | ||
| 94 | staticdev_packages.append("%s-staticdev" % pkg) | ||
| 95 | |||
| 96 | d.setVar("LIB_PACKAGES", " ".join(lib_packages)) | ||
| 97 | d.setVar("DEV_PACKAGES", " ".join(dev_packages)) | ||
| 98 | d.setVar("DBG_PACKAGES", " ".join(dbg_packages)) | ||
| 99 | d.setVar("STATICDEV_PACKAGES", " ".join(staticdev_packages)) | ||
| 100 | } | ||
| 101 | |||
| 102 | OTHER_PACKAGES = "\ | ||
| 103 | ${QT_BASE_NAME}-tools \ | ||
| 104 | ${QT_BASE_NAME}-assistant \ | ||
| 105 | ${QT_BASE_NAME}-common \ | ||
| 106 | ${QT_BASE_NAME}-dbus \ | ||
| 107 | ${QT_BASE_NAME}-demos \ | ||
| 108 | ${QT_BASE_NAME}-designer \ | ||
| 109 | ${QT_BASE_NAME}-examples \ | ||
| 110 | ${QT_BASE_NAME}-linguist \ | ||
| 111 | ${QT_BASE_NAME}-makeqpf \ | ||
| 112 | ${QT_BASE_NAME}-mkspecs \ | ||
| 113 | ${QT_BASE_NAME}-pixeltool \ | ||
| 114 | ${QT_BASE_NAME}-qmlviewer \ | ||
| 115 | ${QT_BASE_NAME}-xmlpatterns \ | ||
| 116 | ${QT_BASE_NAME}-qt3to4 \ | ||
| 117 | ${QT_BASE_NAME}-qml-plugins" | ||
| 118 | |||
| 119 | #We prepend so ${QT_BASE_NAME}-demos-doc comes before ${PN}-doc,so the packaging of FILES_ get done before. | ||
| 120 | PACKAGES =+ "${QT_BASE_NAME}-demos-doc" | ||
| 121 | PACKAGES += " \ | ||
| 122 | ${LIB_PACKAGES} \ | ||
| 123 | ${DEV_PACKAGES} \ | ||
| 124 | ${DBG_PACKAGES} \ | ||
| 125 | ${STATICDEV_PACKAGES} \ | ||
| 126 | ${OTHER_PACKAGES}" | ||
| 127 | |||
| 128 | PACKAGES_DYNAMIC += "^${QT_BASE_NAME}-plugin-.* ^${QT_BASE_NAME}-translation-.* ^${QT_BASE_NAME}-phrasebook-.*" | ||
| 129 | |||
| 130 | ALLOW_EMPTY_${PN} = "1" | ||
| 131 | FILES_${PN} = "" | ||
| 132 | NOAUTOPACKAGEDEBUG = "1" | ||
| 133 | FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*" | ||
| 134 | FILES_${PN}-dbg = "/usr/src/debug/" | ||
| 135 | FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch" | ||
| 136 | RRECOMMENDS_${PN} = "${LIB_PACKAGES} ${OTHER_PACKAGES}" | ||
| 137 | RRECOMMENDS_${PN}-dev = "${DEV_PACKAGES}" | ||
| 138 | RRECOMMENDS_${PN}-dbg = "${DBG_PACKAGES}" | ||
| 139 | RRECOMMENDS_${QT_BASE_LIB}core4_append_libc-glibc = " glibc-gconv-utf-16" | ||
| 140 | RRECOMMENDS_${QT_BASE_NAME}-demos += " \ | ||
| 141 | ${QT_BASE_NAME}-examples \ | ||
| 142 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | ||
| 143 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ | ||
| 144 | ${QT_BASE_NAME}-qml-plugins \ | ||
| 145 | ${QT_BASE_NAME}-assistant \ | ||
| 146 | ${QT_BASE_NAME}-demos-doc" | ||
| 147 | RRECOMMENDS_${QT_BASE_NAME}-examples += " \ | ||
| 148 | ${QT_BASE_NAME}-plugin-sqldriver-sqlite \ | ||
| 149 | ${QT_BASE_NAME}-plugin-imageformat-jpeg \ | ||
| 150 | ${QT_BASE_NAME}-qml-plugins" | ||
| 151 | RRECOMMENDS_${QT_BASE_NAME}-qmlviewer += " \ | ||
| 152 | ${QT_BASE_NAME}-qml-plugins" | ||
| 153 | RRECOMMENDS_${QT_BASE_NAME}-doc += " \ | ||
| 154 | ${QT_BASE_NAME}-demos-doc" | ||
| 155 | |||
| 156 | RPROVIDES_${QT_BASE_NAME}-tools += "qmake2" | ||
| 157 | RREPLACES_${QT_BASE_NAME}-tools += "qmake2" | ||
| 158 | |||
| 159 | FILES_${QT_BASE_NAME}-tools = "${bindir}/qttracereplay ${bindir}/qdoc* ${bindir}/qmake ${bindir}/moc ${bindir}/uic* ${bindir}/rcc" | ||
| 160 | FILES_${QT_BASE_NAME}-tools-dbg = "${bindir}/.debug/qttracereplay ${bindir}/.debug/qdoc* ${bindir}/.debug/qmake ${bindir}/.debug/uic* ${bindir}/.debug/moc ${bindir}/.debug/rcc" | ||
| 161 | FILES_${QT_BASE_NAME}-assistant = "${bindir}/*assistant* ${bindir}/qcollectiongenerator ${bindir}/qhelpconverter ${bindir}/qhelpgenerator" | ||
| 162 | FILES_${QT_BASE_NAME}-assistant-dbg = "${bindir}/.debug/*assistant* ${bindir}/.debug/qcollectiongenerator ${bindir}/.debug/qhelpconverter ${bindir}/.debug/qhelpgenerator" | ||
| 163 | FILES_${QT_BASE_NAME}-common = "${bindir}/qtconfig" | ||
| 164 | FILES_${QT_BASE_NAME}-common-dbg = "${bindir}/.debug/qtconfig" | ||
| 165 | FILES_${QT_BASE_NAME}-dbus = "${bindir}/qdbus ${bindir}/qdbusxml2cpp ${bindir}/qdbuscpp2xml ${bindir}/qdbusviewer" | ||
| 166 | FILES_${QT_BASE_NAME}-dbus-dbg = "${bindir}/.debug/qdbus ${bindir}/.debug/qdbusxml2cpp ${bindir}/.debug/qdbuscpp2xml ${bindir}/.debug/qdbusviewer" | ||
| 167 | FILES_${QT_BASE_NAME}-demos = "${bindir}/qtdemo* ${bindir}/${QT_DIR_NAME}/demos/*" | ||
| 168 | FILES_${QT_BASE_NAME}-demos-staticdev = "${bindir}/${QT_DIR_NAME}/demos/shared/libdemo_shared.a" | ||
| 169 | FILES_${QT_BASE_NAME}-demos-dbg = "${bindir}/.debug/qtdemo* ${bindir}/${QT_DIR_NAME}/demos/.debug/* ${bindir}/${QT_DIR_NAME}/demos/*/.debug ${bindir}/${QT_DIR_NAME}/demos/*/*/.debug ${bindir}/${QT_DIR_NAME}/demos/*/*/*/.debug" | ||
| 170 | FILES_${QT_BASE_NAME}-designer = "${bindir}/*designer*" | ||
| 171 | FILES_${QT_BASE_NAME}-designer-dbg = "${bindir}/.debug/*designer*" | ||
| 172 | FILES_${QT_BASE_NAME}-examples = "${bindir}/${QT_DIR_NAME}/examples/*" | ||
| 173 | FILES_${QT_BASE_NAME}-examples-staticdev = "${bindir}/${QT_DIR_NAME}/examples/tools/plugandpaint/plugins/libpnp_basictools.a" | ||
| 174 | FILES_${QT_BASE_NAME}-examples-dbg = "${bindir}/${QT_DIR_NAME}/examples/.debug ${bindir}/${QT_DIR_NAME}/examples/*/.debug ${bindir}/${QT_DIR_NAME}/examples/*/*/.debug ${bindir}/${QT_DIR_NAME}/examples/*/*/*/.debug ${bindir}/${QT_DIR_NAME}/examples/*/*/*/*/.debug ${bindir}/${QT_DIR_NAME}/examples/declarative/*/*/*/*/*/.debug/* ${bindir}/${QT_DIR_NAME}/examples/declarative/*/*/*/*/.debug/*" | ||
| 175 | FILES_${QT_BASE_NAME}-linguist = "${bindir}/*linguist* ${bindir}/lrelease ${bindir}/lupdate ${bindir}/lconvert ${bindir}/qm2ts" | ||
| 176 | FILES_${QT_BASE_NAME}-linguist-dbg = "${bindir}/.debug/*linguist* ${bindir}/.debug/lrelease ${bindir}/.debug/lupdate ${bindir}/.debug/lconvert ${bindir}/.debug/qm2ts" | ||
| 177 | FILES_${QT_BASE_NAME}-pixeltool = "${bindir}/pixeltool" | ||
| 178 | FILES_${QT_BASE_NAME}-pixeltool-dbg = "${bindir}/.debug/pixeltool" | ||
| 179 | FILES_${QT_BASE_NAME}-qt3to4 = "${bindir}/qt3to4 ${datadir}/${QT_DIR_NAME}/q3porting.xml" | ||
| 180 | FILES_${QT_BASE_NAME}-qt3to4-dbg = "${bindir}/.debug/qt3to4" | ||
| 181 | FILES_${QT_BASE_NAME}-qmlviewer = "${bindir}/qmlviewer" | ||
| 182 | FILES_${QT_BASE_NAME}-qmlviewer-dbg = "${bindir}/.debug/qmlviewer" | ||
| 183 | FILES_${QT_BASE_NAME}-makeqpf = "${bindir}/makeqpf" | ||
| 184 | FILES_${QT_BASE_NAME}-makeqpf-dbg = "${bindir}/.debug/makeqpf" | ||
| 185 | FILES_${QT_BASE_NAME}-mkspecs = "${datadir}/${QT_DIR_NAME}/mkspecs/* ${datadir}/${QT_DIR_NAME}/environment-setup" | ||
| 186 | FILES_${QT_BASE_NAME}-xmlpatterns = "${bindir}/xmlpatterns*" | ||
| 187 | FILES_${QT_BASE_NAME}-xmlpatterns-dbg = "${bindir}/.debug/xmlpatterns*" | ||
| 188 | FILES_${QT_BASE_NAME}-qml-plugins = "${libdir}/${QT_DIR_NAME}/imports/* ${libdir}/${QT_DIR_NAME}/plugins/qmltooling/*" | ||
| 189 | FILES_${QT_BASE_NAME}-qml-plugins-dbg = "${libdir}/${QT_DIR_NAME}/imports/*/*/*/.debug/* ${libdir}/${QT_DIR_NAME}/imports/*/.debug ${libdir}/${QT_DIR_NAME}/plugins/qmltooling/.debug" | ||
| 190 | INSANE_SKIP_${MLPREFIX}${QT_BASE_NAME}-examples += "libdir" | ||
| 191 | INSANE_SKIP_${MLPREFIX}${QT_BASE_NAME}-examples-dbg += "libdir" | ||
| 192 | |||
| 193 | # License options, to be set by the recipe if different values are needed | ||
| 194 | QT_LICENSE_FILE ?= "" | ||
| 195 | QT_LICENSE_FLAGS ?= "-opensource" | ||
| 196 | |||
| 197 | do_configure() { | ||
| 198 | unset QMAKESPEC | ||
| 199 | unset QTDIR | ||
| 200 | |||
| 201 | set_arch | ||
| 202 | set_endian | ||
| 203 | |||
| 204 | if [ ! -e bin/qmake ]; then | ||
| 205 | ln -sf ${STAGING_BINDIR_NATIVE}/qmake2 bin/qmake | ||
| 206 | fi | ||
| 207 | |||
| 208 | if [ ! -e mkspecs/${TARGET_OS}-oe-g++ ]; then | ||
| 209 | ln -sf linux-g++ mkspecs/${TARGET_OS}-oe-g++ | ||
| 210 | fi | ||
| 211 | |||
| 212 | if [ -f mkspecs/common/g++-unix.conf ] ; then | ||
| 213 | # mkspecs were refactored for 4.8.0 | ||
| 214 | cp -f ${WORKDIR}/g++.conf mkspecs/common/g++-unix.conf | ||
| 215 | else | ||
| 216 | cp -f ${WORKDIR}/g++.conf mkspecs/common/g++.conf | ||
| 217 | fi | ||
| 218 | cp -f ${WORKDIR}/linux.conf mkspecs/common/ | ||
| 219 | |||
| 220 | echo "[Paths]" > $QT_CONF_PATH | ||
| 221 | echo "Prefix=${prefix}" >> $QT_CONF_PATH | ||
| 222 | echo "Documentation=${docdir}/${QT_DIR_NAME}" >> $QT_CONF_PATH | ||
| 223 | echo "Headers=${includedir}/${QT_DIR_NAME}" >> $QT_CONF_PATH | ||
| 224 | echo "Libraries=${libdir}" >> $QT_CONF_PATH | ||
| 225 | echo "Binaries=${bindir}" >> $QT_CONF_PATH | ||
| 226 | echo "Plugins=${libdir}/${QT_DIR_NAME}/plugins" >> $QT_CONF_PATH | ||
| 227 | echo "Imports=${libdir}/${QT_DIR_NAME}/imports" >> $QT_CONF_PATH | ||
| 228 | echo "Data=${datadir}/${QT_DIR_NAME}" >> $QT_CONF_PATH | ||
| 229 | echo "Translations=${datadir}/${QT_DIR_NAME}/translations" >> $QT_CONF_PATH | ||
| 230 | echo "Settings=${sysconfdir}/${QT_DIR_NAME}" >> $QT_CONF_PATH | ||
| 231 | echo "Examples=${bindir}/${QT_DIR_NAME}/examples" >> $QT_CONF_PATH | ||
| 232 | echo "Demos=${bindir}/${QT_DIR_NAME}/demos" >> $QT_CONF_PATH | ||
| 233 | |||
| 234 | ${EXTRA_QMAKE_MUNGE}|| true | ||
| 235 | |||
| 236 | echo yes | QT_LICENSE_FILE="${QT_LICENSE_FILE}" ./configure -v \ | ||
| 237 | -prefix ${prefix} \ | ||
| 238 | -bindir ${bindir} \ | ||
| 239 | -libdir ${libdir} \ | ||
| 240 | -datadir ${datadir}/${QT_DIR_NAME} \ | ||
| 241 | -sysconfdir ${sysconfdir}/${QT_DIR_NAME} \ | ||
| 242 | -docdir ${docdir}/${QT_DIR_NAME} \ | ||
| 243 | -headerdir ${includedir}/${QT_DIR_NAME} \ | ||
| 244 | -plugindir ${libdir}/${QT_DIR_NAME}/plugins \ | ||
| 245 | -importdir ${libdir}/${QT_DIR_NAME}/imports \ | ||
| 246 | -translationdir ${datadir}/${QT_DIR_NAME}/translations \ | ||
| 247 | -examplesdir ${bindir}/${QT_DIR_NAME}/examples \ | ||
| 248 | -demosdir ${bindir}/${QT_DIR_NAME}/demos \ | ||
| 249 | -platform ${TARGET_OS}-oe-g++ \ | ||
| 250 | -xplatform ${TARGET_OS}-oe-g++ \ | ||
| 251 | ${QT_ENDIAN} \ | ||
| 252 | -crossarch ${QT_ARCH} \ | ||
| 253 | ${QT_LICENSE_FLAGS} \ | ||
| 254 | ${QT_CONFIG_FLAGS} -no-fast \ | ||
| 255 | -L${STAGING_LIBDIR} -I${STAGING_INCDIR} \ | ||
| 256 | -I${STAGING_INCDIR}/freetype2 | ||
| 257 | } | ||
| 258 | |||
| 259 | do_compile() { | ||
| 260 | # Fixup missing wsegl header in some SGX SDKs | ||
| 261 | if ! [ -e ${STAGING_INCDIR}/wsegl.h ] ; then | ||
| 262 | cp src/3rdparty/powervr/wsegl.h src/plugins/gfxdrivers/powervr/QWSWSEGL/ | ||
| 263 | fi | ||
| 264 | |||
| 265 | unset CFLAGS CXXFLAGS | ||
| 266 | |||
| 267 | oe_runmake ${EXTRA_ENV} | ||
| 268 | |||
| 269 | # Build target qmake | ||
| 270 | export QMAKESPEC="${S}/mkspecs/${TARGET_OS}-oe-g++" | ||
| 271 | cd ${S}/qmake | ||
| 272 | ${OE_QMAKE_QMAKE} | ||
| 273 | oe_runmake CC="${CC}" CXX="${CXX}" | ||
| 274 | cd ${S} | ||
| 275 | } | ||
| 276 | |||
| 277 | python populate_packages_prepend() { | ||
| 278 | translation_dir = d.expand('${datadir}/${QT_DIR_NAME}/translations/') | ||
| 279 | translation_name = d.expand('${QT_BASE_NAME}-translation-%s') | ||
| 280 | do_split_packages(d, translation_dir, '^(assistant|designer|linguist|qt|qtconfig|qvfb|qtscript)_(.*)\.qm$', translation_name, '${PN} translation for %s', extra_depends='' ) | ||
| 281 | |||
| 282 | phrasebook_dir = d.expand('${datadir}/${QT_DIR_NAME}/phrasebooks/') | ||
| 283 | phrasebook_name = d.expand('${QT_BASE_NAME}-phrasebook-%s') | ||
| 284 | |||
| 285 | if os.path.exists("%s%s" % (d.expand('${D}'), phrasebook_dir)): | ||
| 286 | do_split_packages(d, phrasebook_dir, '^(.*)\.qph$', phrasebook_name, '${PN} phrasebook for %s', extra_depends='' ) | ||
| 287 | else: | ||
| 288 | bb.note("The path does not exist:", d.expand('${D}'), phrasebook_dir) | ||
| 289 | |||
| 290 | # Package all the plugins and their -dbg version and create a meta package | ||
| 291 | def qtopia_split(path, name, glob): | ||
| 292 | """ | ||
| 293 | Split the package into a normal and -dbg package and then add the | ||
| 294 | new packages to the meta package. | ||
| 295 | """ | ||
| 296 | plugin_dir = d.expand('${libdir}/${QT_DIR_NAME}/plugins/%s/' % path) | ||
| 297 | if not os.path.exists("%s%s" % (d.expand('${D}'), plugin_dir)): | ||
| 298 | bb.note("The path does not exist:", d.expand('${D}'), plugin_dir) | ||
| 299 | return | ||
| 300 | |||
| 301 | plugin_name = d.expand('${QT_BASE_NAME}-plugin-%s-%%s' % name) | ||
| 302 | dev_packages = [] | ||
| 303 | dev_hook = lambda file,pkg,b,c,d:dev_packages.append((file,pkg)) | ||
| 304 | do_split_packages(d, plugin_dir, glob, plugin_name, '${PN} %s for %%s' % name, extra_depends='', hook=dev_hook) | ||
| 305 | # Create a -dbg package as well | ||
| 306 | plugin_dir_dbg = d.expand('${libdir}/${QT_DIR_NAME}/plugins/%s/.debug' % path) | ||
| 307 | packages = d.getVar('PACKAGES', False) | ||
| 308 | for (file,package) in dev_packages: | ||
| 309 | packages = "%s %s-dbg" % (packages, package) | ||
| 310 | file_name = os.path.join(plugin_dir_dbg, os.path.basename(file)) | ||
| 311 | d.setVar("FILES_%s-dbg" % package, file_name) | ||
| 312 | d.setVar("DESCRIPTION_%s-dbg" % package, "${PN} %s for %s" % (name, package)) | ||
| 313 | |||
| 314 | d.setVar('PACKAGES', packages) | ||
| 315 | |||
| 316 | qtopia_split('accessible', 'accessible', '^libq(.*)\.so$') | ||
| 317 | qtopia_split('codecs', 'codec', '^libq(.*)\.so$') | ||
| 318 | qtopia_split('decorations', 'decoration', '^libqdecoration(.*)\.so$') | ||
| 319 | qtopia_split('designer', 'designer', '^lib(.*)\.so$') | ||
| 320 | qtopia_split('gfxdrivers', 'gfxdriver', '^libq(.*)\.so$') | ||
| 321 | qtopia_split('graphicssystems','graphicssystems', '^libq(.*)\.so$') | ||
| 322 | qtopia_split('kbddrivers', 'kbddriver', '^libq(.*)kbddriver\.so$') | ||
| 323 | qtopia_split('mousedrivers', 'mousedriver', '^libq(.*)mousedriver\.so$') | ||
| 324 | qtopia_split('iconengines', 'iconengine', '^libq(.*)\.so$') | ||
| 325 | qtopia_split('imageformats', 'imageformat', '^libq(.*)\.so$') | ||
| 326 | qtopia_split('inputmethods', 'inputmethod', '^libq(.*)\.so$') | ||
| 327 | qtopia_split('sqldrivers', 'sqldriver', '^libq(.*)\.so$') | ||
| 328 | qtopia_split('script', 'script', '^libqtscript(.*)\.so$') | ||
| 329 | qtopia_split('styles', 'style', '^libq(.*)\.so$') | ||
| 330 | qtopia_split('phonon_backend','phonon-backend','^libphonon_(.*)\.so$') | ||
| 331 | qtopia_split('bearer', 'bearer', '^libq(.*)bearer\.so$') | ||
| 332 | } | ||
| 333 | |||
| 334 | do_install() { | ||
| 335 | oe_runmake install INSTALL_ROOT=${D} | ||
| 336 | |||
| 337 | # Install a proper target version of qmake | ||
| 338 | rm ${D}/${bindir}/qmake | ||
| 339 | install -m 0755 bin/qmake2 ${D}${bindir}/qmake | ||
| 340 | |||
| 341 | # fix pkgconfig, libtool and prl files | ||
| 342 | sed -i -e 's#-L${S}/lib/\?##g' \ | ||
| 343 | -e 's#-L${STAGING_LIBDIR}/\?##g' \ | ||
| 344 | -e 's#STAGING_LIBDIR}#libdir}'#g \ | ||
| 345 | -e 's#-L${libdir}/\?##g' \ | ||
| 346 | -e s#'$(OE_QMAKE_LIBS_X11)'#"${OE_QMAKE_LIBS_X11}"#g \ | ||
| 347 | -e 's#" -Wl,-rpath-link,${S}/lib/\?"##g' \ | ||
| 348 | -e 's#" -Wl,-rpath-link,${libdir}/\?"##g' \ | ||
| 349 | -e 's#Iin#I${in#g' \ | ||
| 350 | -e 's#-L\.\./\.\./WebCore/release\s\+-L\.\./\.\./JavaScriptCore/release\s\+-lwebcore##g' \ | ||
| 351 | -e 's#-ljscore##g' \ | ||
| 352 | ${D}${libdir}/*.la ${D}${libdir}/*.prl ${D}${libdir}/pkgconfig/*.pc | ||
| 353 | |||
| 354 | # fix pkgconfig files | ||
| 355 | sed -i -e s#"moc_location=.*$"#"moc_location=${bindir}/moc4"# \ | ||
| 356 | -e s#"uic_location=.*$"#"uic_location=${bindir}/uic4"# \ | ||
| 357 | ${D}${libdir}/pkgconfig/*.pc | ||
| 358 | for name in ${QT_LIB_NAMES}; do | ||
| 359 | sed -i -e /Requires/s#"${name}"#"${name}${QT_LIBINFIX}"#g ${D}${libdir}/pkgconfig/*.pc | ||
| 360 | done | ||
| 361 | |||
| 362 | # QT abuses $includedir to point to its headers, which breaks pkgconfig sysroot, so manually fix it up here: | ||
| 363 | for pc in ${D}${libdir}/pkgconfig/*.pc ; do | ||
| 364 | sed -i -e "s:prefix}/include/${QT_DIR_NAME}/$(basename $pc .pc):prefix}/include:" \ | ||
| 365 | -e 's:IP{:I${:g' $pc | ||
| 366 | done | ||
| 367 | |||
| 368 | #Append an E to the qtdemo file | ||
| 369 | if [ -n "${QT_LIBINFIX}" ] ; then | ||
| 370 | [ -f ${D}${bindir}/qtdemo ] && mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX} | ||
| 371 | fi | ||
| 372 | |||
| 373 | script="${D}/${datadir}/${QT_DIR_NAME}/environment-setup" | ||
| 374 | touch $script | ||
| 375 | echo 'export QT_DIR_NAME=${QT_DIR_NAME}' >> $script | ||
| 376 | echo 'export QT_LIBINFIX=${QT_LIBINFIX}' >> $script | ||
| 377 | echo 'export OE_QMAKE_AR=ar' >> $script | ||
| 378 | echo 'export OE_QMAKE_CC=gcc' >> $script | ||
| 379 | echo 'export OE_QMAKE_CXX=g++' >> $script | ||
| 380 | echo 'export OE_QMAKE_LINK=g++' >> $script | ||
| 381 | echo 'export OE_QMAKE_LIBDIR_QT=${libdir}' >> $script | ||
| 382 | echo 'export OE_QMAKE_INCDIR_QT=${includedir}/${QT_DIR_NAME}' >> $script | ||
| 383 | echo 'export OE_QMAKE_MOC=${bindir}/moc' >> $script | ||
| 384 | echo 'export OE_QMAKE_UIC=${bindir}/uic' >> $script | ||
| 385 | echo 'export OE_QMAKE_UIC3=${bindir}/uic3' >> $script | ||
| 386 | echo 'export OE_QMAKE_RCC=${bindir}/rcc' >> $script | ||
| 387 | echo 'export OE_QMAKE_QDBUSCPP2XML=${bindir}/qdbuscpp2xml' >> $script | ||
| 388 | echo 'export OE_QMAKE_QDBUSXML2CPP=${bindir}/qdbusxml2cpp' >> $script | ||
| 389 | echo 'export OE_QMAKE_QT_CONFIG=${datadir}/${QT_DIR_NAME}/mkspecs/qconfig.pri' >> $script | ||
| 390 | echo 'export QMAKESPEC=${datadir}/${QT_DIR_NAME}/mkspecs/linux-g++' >> $script | ||
| 391 | chmod 0755 $script | ||
| 392 | } | ||
diff --git a/meta/recipes-qt/qt4/qt4_arch.inc b/meta/recipes-qt/qt4/qt4_arch.inc deleted file mode 100644 index e94c2847b7..0000000000 --- a/meta/recipes-qt/qt4/qt4_arch.inc +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | inherit siteinfo | ||
| 2 | |||
| 3 | ARM_INSTRUCTION_SET = "arm" | ||
| 4 | |||
| 5 | set_arch() { | ||
| 6 | case ${TARGET_ARCH} in | ||
| 7 | aarch64*) QT_ARCH=aarch64 ;; | ||
| 8 | arm*) QT_ARCH=arm ;; | ||
| 9 | i*86*) QT_ARCH=i386 ;; | ||
| 10 | mips*) QT_ARCH=mips ;; | ||
| 11 | powerpc*) QT_ARCH=powerpc ;; | ||
| 12 | x86_64*) QT_ARCH=x86_64 ;; | ||
| 13 | esac | ||
| 14 | } | ||
| 15 | |||
| 16 | set_endian() { | ||
| 17 | if [ ${SITEINFO_ENDIANNESS} = "le" ] ; then | ||
| 18 | QT_ENDIAN="-little-endian" | ||
| 19 | elif [ ${SITEINFO_ENDIANNESS} = "be" ] ; then | ||
| 20 | QT_ENDIAN="-big-endian" | ||
| 21 | fi | ||
| 22 | } | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 62836f94d3..d7cc52b52b 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb | |||
| @@ -4,11 +4,7 @@ DESCRIPTION = "Image with Sato support that includes everything within \ | |||
| 4 | core-image-sato plus meta-toolchain, development headers and libraries to \ | 4 | core-image-sato plus meta-toolchain, development headers and libraries to \ |
| 5 | form a standalone SDK." | 5 | form a standalone SDK." |
| 6 | 6 | ||
| 7 | QT4PKG = "qt4-pkgs" | 7 | IMAGE_FEATURES += "dev-pkgs tools-sdk \ |
| 8 | QT4PKG_mips64 = "" | ||
| 9 | QT4PKG_mips64n32 = "" | ||
| 10 | |||
| 11 | IMAGE_FEATURES += "dev-pkgs tools-sdk ${QT4PKG} \ | ||
| 12 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" | 8 | tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh" |
| 13 | 9 | ||
| 14 | IMAGE_INSTALL += "kernel-devsrc" | 10 | IMAGE_INSTALL += "kernel-devsrc" |
diff --git a/meta/recipes.txt b/meta/recipes.txt index 705386d112..9e178d6ce8 100644 --- a/meta/recipes.txt +++ b/meta/recipes.txt | |||
| @@ -10,6 +10,5 @@ recipes-kernel - The kernel and generic applications/libraries with strong | |||
| 10 | recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x | 10 | recipes-lsb4 - Recipes added for the sole purpose of supporting the Linux Standard Base (LSB) 4.x |
| 11 | recipes-multimedia - Codecs and support utilties for audio, images and video | 11 | recipes-multimedia - Codecs and support utilties for audio, images and video |
| 12 | recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel | 12 | recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kernel |
| 13 | recipes-qt - All things related to the Qt application framework | ||
| 14 | recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration | 13 | recipes-sato - The Sato demo/reference UI/UX, its associated apps and configuration |
| 15 | recipes-support - Recipes used by other recipes but that are not directly included in images | 14 | recipes-support - Recipes used by other recipes but that are not directly included in images |
