diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-02-11 14:38:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-02-11 14:38:35 +0000 |
commit | 8848259691503e8477c0161bb3919bf6656a4a75 (patch) | |
tree | b745c142412684e9e4f7b7d5f6f7cfaf9cc390a1 /packages/oz-compat | |
parent | a7169a15f75714c31ce9231c6059329d6b47f88b (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/02/11 15:36:37+01:00 local!hrw
added patch to get oz-compat working with qt/e 2.3.10
BKrev: 420cc36bA6cm2zvHBp84LaoKvlQpfw
Diffstat (limited to 'packages/oz-compat')
-rw-r--r-- | packages/oz-compat/oz-compat/qt2310.patch | 0 | ||||
-rw-r--r-- | packages/oz-compat/oz-compat_0.5.bb | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/oz-compat/oz-compat/qt2310.patch b/packages/oz-compat/oz-compat/qt2310.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/oz-compat/oz-compat/qt2310.patch diff --git a/packages/oz-compat/oz-compat_0.5.bb b/packages/oz-compat/oz-compat_0.5.bb index 04cd0dac0b..fed22b9b85 100644 --- a/packages/oz-compat/oz-compat_0.5.bb +++ b/packages/oz-compat/oz-compat_0.5.bb @@ -6,18 +6,19 @@ PRIORITY = "optional" RDEPENDS = "opie-sh" MAINTAINER = "Tim Ansell <mithro AT mithis.net>" LICENSE = "GPL" -PR = "r2" +PR = "r3" EXCLUDE_FROM_WORLD = "1" SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \ - file://hentges.patch;patch=1" + 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}/opt/QtPalmtop/apps/Settings install -d ${D}/opt/QtPalmtop/bin/ |