aboutsummaryrefslogtreecommitdiffstats
path: root/nonworking
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-08 22:26:51 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-08 22:26:51 +0000
commit2791e62a00e1015690a477c401b3bac561d6e545 (patch)
treee0965cd71d57cf438574ccd467eb4f0e50d77366 /nonworking
parent4791f0f0baed07e48e0dbda416d04063f4259aad (diff)
downloadopenembedded-2791e62a00e1015690a477c401b3bac561d6e545.tar.gz
remove old nonworking opie-obex, we have one that builds now
BKrev: 40c63d2bCgTa9J9hDYxlpTpiOUORSw
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/opie/opie-obex_cvs.oe23
1 files changed, 0 insertions, 23 deletions
diff --git a/nonworking/opie/opie-obex_cvs.oe b/nonworking/opie/opie-obex_cvs.oe
deleted file mode 100644
index 356e81aadb..0000000000
--- a/nonworking/opie/opie-obex_cvs.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "Irda obex lib"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Open Embedded <oe@handhelds.org>"
-LICENSE = "GPL"
-DEPENDS = "openobex libopenobex1"
-PV = "1.1.3-cvs-${CVSDATE}"
-APPNAME = "opieobex"
-
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/applets/obex2;date=${CVSDATE} \
- cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \
- cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}"
-
-S = "${WORKDIR}/obex2"
-
-inherit opie
-
-# FILES plugins/obex/libopieobex.so* pics/obex/*
-do_install() {
- install -d ${D}${palmtopdir}/pics/${APPNAME}/
- install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
-}
-