Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 4 Mar 2005 13:06:27 +0000 (13:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 4 Mar 2005 13:06:27 +0000 (13:06 +0000)
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

packages/oz-compat/oz-compat_0.5.bb [deleted file]
packages/sharp-binary-only/sharp-compat-libs/hentges.patch [moved from packages/oz-compat/oz-compat/hentges.patch with 100% similarity]
packages/sharp-binary-only/sharp-compat-libs/qt2310.patch [moved from packages/oz-compat/oz-compat/qt2310.patch with 100% similarity]
packages/sharp-binary-only/sharp-compat-libs_0.5.bb [new file with mode: 0644]

diff --git a/packages/oz-compat/oz-compat_0.5.bb b/packages/oz-compat/oz-compat_0.5.bb
deleted file mode 100644 (file)
index 28eef26..0000000
+++ /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/sharp-binary-only/sharp-compat-libs_0.5.bb b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb
new file mode 100644 (file)
index 0000000..e69de29