Revert the portions of "libgles-omap3: add comments on how to get the gles binary...
authorKoen Kooi <koen@openembedded.org>
Thu, 19 Feb 2009 15:53:57 +0000 (16:53 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 19 Feb 2009 15:55:42 +0000 (16:55 +0100)
packages/mtd/mtd-utils-native_1.2.0+git.bb
packages/powervr-drivers/libgles-omap3.inc
packages/qte/qte-mt-static_2.3.10.bb [new file with mode: 0644]
packages/qte/qte-mt_2.3.10.bb [new file with mode: 0644]
packages/qte/qte_2.3.10.bb [new file with mode: 0644]

index 5fa3bbb..6135d7f 100644 (file)
@@ -1,5 +1,5 @@
 # Doesn't build for everyone, errors range from missing includes to linking errors
-DEFAULT_PREFERENCE = "1"
+DEFAULT_PREFERENCE = "-1"
 
 require mtd-utils_${PV}.bb
 require mtd-utils-native.inc
index c960903..7e47bbc 100644 (file)
@@ -17,6 +17,7 @@ PROVIDES += "virtual/egl"
 #  chmod a+x ./libgles-omap3/OMAP35x_Graphics_SDK_setuplinux_3_00_00_06.bin
 # 
 # voila!
+
 SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
            file://rc.pvr \
           "
diff --git a/packages/qte/qte-mt-static_2.3.10.bb b/packages/qte/qte-mt-static_2.3.10.bb
new file mode 100644 (file)
index 0000000..68ab2ac
--- /dev/null
@@ -0,0 +1,22 @@
+require qte-common_${PV}.inc
+PR = "r8"
+
+DEFAULT_PREFERENCE = "-1"
+
+EXTRA_OECONF += "-static -thread"
+
+do_stage() {
+       rm -rf ${STAGING_DIR_HOST}/qt2
+       install -d ${STAGING_DIR_HOST}/qt2/lib
+       oe_libinstall -a -C lib libqte-mt ${STAGING_DIR_HOST}/qt2/lib
+       rm -f include/qxt.h
+       install -d ${STAGING_DIR_HOST}/qt2/include
+       cp -pfLR include/* ${STAGING_DIR_HOST}/qt2/include
+       cp -pPR lib/fonts ${STAGING_DIR_HOST}/qt2/lib/
+}
+
+do_install() {
+       :
+}
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/packages/qte/qte-mt_2.3.10.bb b/packages/qte/qte-mt_2.3.10.bb
new file mode 100644 (file)
index 0000000..32afeda
--- /dev/null
@@ -0,0 +1,6 @@
+require qte-common_${PV}.inc
+PR = "r27"
+
+EXTRA_OECONF += "-thread"
+
+DEFAULT_PREFERENCE = "1"
diff --git a/packages/qte/qte_2.3.10.bb b/packages/qte/qte_2.3.10.bb
new file mode 100644 (file)
index 0000000..68825b6
--- /dev/null
@@ -0,0 +1,3 @@
+require qte-common_${PV}.inc
+PR = "r52"
+