From 281bf7b590deb01fb8bcc23883db4b0e1d5a4e1e Mon Sep 17 00:00:00 2001
From: Michael Lauer <mickey@vanille-media.de>
Date: Sun, 5 Dec 2004 14:04:07 +0000
Subject: Merge bk://oe-devel@oe-devel.bkbits.net/packages into
 r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/12/05 15:04:00+01:00 uni-frankfurt.de!mickeyl
exlude oz-compat from world

BKrev: 41b31557oJUiD6LA2Yrpxd30_M3kBw
---
 oz-compat/oz-compat_0.5.oe | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

(limited to 'oz-compat')

diff --git a/oz-compat/oz-compat_0.5.oe b/oz-compat/oz-compat_0.5.oe
index e86e4489b7..d5ac98a6e4 100644
--- a/oz-compat/oz-compat_0.5.oe
+++ b/oz-compat/oz-compat_0.5.oe
@@ -3,26 +3,25 @@ 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"
 
-PR = "r1"
+EXCLUDE_FROM_WORLD = "1"
 
 SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \
 	   file://hentges.patch;patch=0"
 
-FILES_${PN} += "/opt /etc"
-PACKAGES = "oz-compat"
-
-RDEPENDS = "opie-sh"
-
-LEAD_SONAME = "libqte.so.*"
-
 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/
@@ -63,10 +62,6 @@ do_install() {
 	
 }
 
-do_configure() {
-	rm ${WORKDIR}/oz-compat-0.5/opt/QtPalmtop.compat/bin/*.patch
-}
-
 pkg_postinst() {
 test -n "$D" && exit 1
 
@@ -80,5 +75,7 @@ pkg_postrm() {
 	test -e /etc/init.d/quickexec && rm /etc/init.d/quickexec
 }
 
-
+FILES_${PN} += "/opt /etc"
+PACKAGES = "oz-compat"
+LEAD_SONAME = "libqte.so.*"
 
-- 
cgit v1.2.3