summaryrefslogtreecommitdiff
path: root/oz-compat
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /oz-compat
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'oz-compat')
-rw-r--r--oz-compat/oz-compat_0.5.bb0
-rw-r--r--oz-compat/oz-compat_0.5.oe81
2 files changed, 0 insertions, 81 deletions
diff --git a/oz-compat/oz-compat_0.5.bb b/oz-compat/oz-compat_0.5.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/oz-compat/oz-compat_0.5.bb
diff --git a/oz-compat/oz-compat_0.5.oe b/oz-compat/oz-compat_0.5.oe
deleted file mode 100644
index d5ac98a6e4..0000000000
--- a/oz-compat/oz-compat_0.5.oe
+++ /dev/null
@@ -1,81 +0,0 @@
-SECTION = "opie/settings"
-DESCRIPTION = "Allows applications compiled with 2.95 to run on a 3.2 compiled \
-system by providing 2.95 libraries. To run compatible programs, use the Compat \
-Library program in the Settings menu to make them use these libraries."
-PRIORITY = "optional"
-RDEPENDS = "opie-sh"
-MAINTAINER = "Tim Ansell <mithro AT mithis.net>"
-LICENSE = "GPL"
-PR = "r2"
-
-EXCLUDE_FROM_WORLD = "1"
-
-SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \
- file://hentges.patch;patch=0"
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "quickexec"
-INITSCRIPT_PARAMS = "defaults 10"
-
-do_configure() {
- rm ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/*.patch
-}
-
-do_install() {
- install -d ${D}/opt/QtPalmtop/apps/Settings
- install -d ${D}/opt/QtPalmtop/bin/
- install -d ${D}/opt/QtPalmtop/etc/
- install -d ${D}/opt/QtPalmtop/pics/
-
- install -d ${D}/opt/QtPalmtop.compat/bin
- install -d ${D}/opt/QtPalmtop.compat/binlib
- install -d ${D}/opt/QtPalmtop.compat/lib
-
- install -d ${D}/etc/init.d
-
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/apps/Settings/makecompat.desktop ${D}/opt/QtPalmtop/apps/Settings
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/etc/quickexec.libs ${D}/opt/QtPalmtop/etc/quickexec.libs
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/pics/libraries.png ${D}/opt/QtPalmtop/pics/libraries.png
-
- install -m 0755 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/* ${D}/opt/QtPalmtop.compat/bin
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/lib/* ${D}/opt/QtPalmtop.compat/lib
-
- install -m 0755 ${WORKDIR}/oz-compat-0.5/etc/init.d/quickexec ${D}/etc/init.d
-
- cd ${D}/opt/QtPalmtop/bin
- for file in chkhinge makecompat qeserver quickexec runcompat
- do
- ln -s /opt/QtPalmtop.compat/bin/$file
- done
-
- cd ${D}/opt/QtPalmtop.compat/lib
- ln -s libqpe.so.1.5.0 libqpe.so.1.5
- ln -s libqpe.so.1.5.0 libqpe.so.1
- ln -s libqpe.so.1.5.0 libqpe.so
-
- ln -s libqte.so.2.3.7 libqte.so.2.3.2
- ln -s libqte.so.2.3.7 libqte.so.2.3
- ln -s libqte.so.2.3.7 libqte.so.2
- ln -s libqte.so.2.3.7 libqte.so
-
-
-}
-
-pkg_postinst() {
-test -n "$D" && exit 1
-
-# needed for update-rc.d
-test -e /mnt/card/etc/init.d/quickexec && ln -s /mnt/card/etc/init.d/quickexec /etc/init.d/quickexec
-test -e /mnt/cf/etc/init.d/quickexec && ln -s /mnt/cf/etc/init.d/quickexec /etc/init.d/quickexec
-test -e /mnt/ram/etc/init.d/quickexec && ln -s /mnt/ram/etc/init.d/quickexec /etc/init.d/quickexec
-}
-
-pkg_postrm() {
- test -e /etc/init.d/quickexec && rm /etc/init.d/quickexec
-}
-
-FILES_${PN} += "/opt /etc"
-PACKAGES = "oz-compat"
-LEAD_SONAME = "libqte.so.*"
-