summaryrefslogtreecommitdiff
path: root/packages/qte/qte-mt-static_2.3.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qte/qte-mt-static_2.3.12.bb')
-rw-r--r--packages/qte/qte-mt-static_2.3.12.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/qte/qte-mt-static_2.3.12.bb b/packages/qte/qte-mt-static_2.3.12.bb
deleted file mode 100644
index 8403528415..0000000000
--- a/packages/qte/qte-mt-static_2.3.12.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require qte-common_${PV}.inc
-PR = "r4"
-
-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/
- install -m 0644 src/kernel/qsnoopdata_qws_p.h ${STAGING_DIR_HOST}/qt2/include/
-}
-
-do_install() {
- :
-}
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-FILES_${PN} = "${palmqtdir}"