From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../sharp-binary-only/sharp-compat-libs_0.5.bb | 81 ---------------------- 1 file changed, 81 deletions(-) delete mode 100644 packages/sharp-binary-only/sharp-compat-libs_0.5.bb (limited to 'packages/sharp-binary-only/sharp-compat-libs_0.5.bb') diff --git a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb deleted file mode 100644 index 3fa80452f6..0000000000 --- a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb +++ /dev/null @@ -1,81 +0,0 @@ -DESCRIPTION = "Allows applications compiled with 2.95 to run on a 3.x 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." -SECTION = "opie/settings" -PRIORITY = "optional" -DEPENDS = "opie-sh" -RDEPENDS = "opie-sh" -RPROVIDES = "oz-compat" -RCONFLICTS = "oz-compat" -LICENSE = "GPL" -PR = "r2" - -EXCLUDE_FROM_SHLIBS = "1" -COMPATIBLE_HOST = "arm.*-linux" - -SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \ - file://hentges.patch;patch=1 \ - file://qt2310.patch;patch=1" - -S = "${WORKDIR}/oz-compat-0.5" - -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 /media/card/etc/init.d/quickexec && ln -s /media/card/etc/init.d/quickexec /etc/init.d/quickexec -test -e /media/cf/etc/init.d/quickexec && ln -s /media/cf/etc/init.d/quickexec /etc/init.d/quickexec -test -e /media/ram/etc/init.d/quickexec && ln -s /media/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" -LEAD_SONAME = "libqte.so.*" -- cgit v1.2.3