summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-03-04 13:06:27 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2005-03-04 13:06:27 +0000
commit3b68d7ff207465c7c7145e83e9d78afc43c27ec4 (patch)
treecf7e57894abde8d636305be0aebe9b66934e1150
parentbf7eeabd7ce06970502cd3bc9f696b4ea4f291e0 (diff)
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into marcinj.local:/home/hrw/zaurus/bb/openembedded 2005/03/04 14:05:58+01:00 local!hrw oz-compat renamed to sharp-compat-libs as it is for SharpROM compatibility BKrev: 42285d53dfi-5zoH2TmPA3iRuxpAzw
-rw-r--r--packages/oz-compat/oz-compat_0.5.bb78
-rw-r--r--packages/sharp-binary-only/sharp-compat-libs/hentges.patch (renamed from packages/oz-compat/oz-compat/hentges.patch)0
-rw-r--r--packages/sharp-binary-only/sharp-compat-libs/qt2310.patch (renamed from packages/oz-compat/oz-compat/qt2310.patch)0
-rw-r--r--packages/sharp-binary-only/sharp-compat-libs_0.5.bb0
4 files changed, 0 insertions, 78 deletions
diff --git a/packages/oz-compat/oz-compat_0.5.bb b/packages/oz-compat/oz-compat_0.5.bb
deleted file mode 100644
index 28eef2681c..0000000000
--- a/packages/oz-compat/oz-compat_0.5.bb
+++ /dev/null
@@ -1,78 +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 = "r4"
-
-EXCLUDE_FROM_WORLD = "1"
-
-SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \
- file://hentges.patch;patch=1 \
- file://qt2310.patch;patch=1"
-
-inherit update-rc.d
-
-INITSCRIPT_NAME = "quickexec"
-INITSCRIPT_PARAMS = "defaults 10"
-
-do_install() {
- install -d ${D}${palmtopdir}/apps/Settings
- install -d ${D}${palmtopdir}/bin/
- install -d ${D}${palmtopdir}/etc/
- install -d ${D}${palmtopdir}/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}${sysconfdir}/init.d
-
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/apps/Settings/makecompat.desktop ${D}${palmtopdir}/apps/Settings
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/etc/quickexec.libs ${D}${palmtopdir}/etc/quickexec.libs
- install -m 0644 ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop/pics/libraries.png ${D}${palmtopdir}/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}${sysconfdir}/init.d
-
- cd ${D}${palmtopdir}/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.*"
-
diff --git a/packages/oz-compat/oz-compat/hentges.patch b/packages/sharp-binary-only/sharp-compat-libs/hentges.patch
index e69de29bb2..e69de29bb2 100644
--- a/packages/oz-compat/oz-compat/hentges.patch
+++ b/packages/sharp-binary-only/sharp-compat-libs/hentges.patch
diff --git a/packages/oz-compat/oz-compat/qt2310.patch b/packages/sharp-binary-only/sharp-compat-libs/qt2310.patch
index e69de29bb2..e69de29bb2 100644
--- a/packages/oz-compat/oz-compat/qt2310.patch
+++ b/packages/sharp-binary-only/sharp-compat-libs/qt2310.patch
diff --git a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb