don't apply patches without checking if they're correct
authorMichael Lauer <mickey@vanille-media.de>
Tue, 4 May 2004 13:53:54 +0000 (13:53 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 4 May 2004 13:53:54 +0000 (13:53 +0000)
BKrev: 4097a072aTkiCJHe9Y6mjHkFiCWYLg

subapplet/subapplet-1.0.7/about.ui.patch [deleted file]
subapplet/subapplet-1.0.7/subapplet.pro.patch [deleted file]
subapplet/subapplet-1.0.8/subapplet.pro.patch [moved from subapplet-1.0.8/subapplet.pro.patch with 100% similarity]
subapplet/subapplet_1.0.7.oe [deleted file]
subapplet/subapplet_1.0.8.oe [moved from subapplet_1.0.8.oe with 100% similarity]

diff --git a/subapplet/subapplet-1.0.7/about.ui.patch b/subapplet/subapplet-1.0.7/about.ui.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/subapplet/subapplet-1.0.7/subapplet.pro.patch b/subapplet/subapplet-1.0.7/subapplet.pro.patch
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/subapplet/subapplet_1.0.7.oe b/subapplet/subapplet_1.0.7.oe
deleted file mode 100644 (file)
index cd009f5..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "A secondary system tray for those people who like having a lot of applets loaded at once."
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "GPL"
-DEPENDS = "virtual/libc"
-
-SRC_URI = "http://www.hrw.one.pl/zaurus/subapplet-1.0.7-src.tar.gz \
-          file://${FILESDIR}/subapplet.pro.patch;patch=1 \
-          file://${FILESDIR}/about.ui.patch;patch=1"
-S = "${WORKDIR}/SubApplet-1.0.7"
-
-inherit palmtop
-
-QMAKE_PROFILES = "subapplet.pro"
-
-do_install() {
-        install -d ${D}/${palmtopdir}/plugins/applets \
-                  ${D}/${palmtopdir}/pics
-        install -m 0644 *.png ${D}/${palmtopdir}/pics/subapplet/
-       oe_soinstall rel${palmtopdir}/plugins/applets/libsubapplet.so.1.0 ${D}/${palmtopdir}/plugins/applets/
-}