summaryrefslogtreecommitdiff
path: root/packages/maemo3/outo_0.1.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-11-16 10:08:33 +0000
committerKoen Kooi <koen@openembedded.org>2007-11-16 10:08:33 +0000
commite9c66498ae5b15b985de0e24f8de88f703bd20d5 (patch)
tree8da0b4f0e53ba59f81a76980c5835b02b756002f /packages/maemo3/outo_0.1.1.bb
parent94e5d58d26903ea83db255f360c8526a563a4385 (diff)
maemo: rename maemo3 to maemo4 since it's using most of the chinook API already
Diffstat (limited to 'packages/maemo3/outo_0.1.1.bb')
-rw-r--r--packages/maemo3/outo_0.1.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/maemo3/outo_0.1.1.bb b/packages/maemo3/outo_0.1.1.bb
deleted file mode 100644
index 7fe0343691..0000000000
--- a/packages/maemo3/outo_0.1.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Outo Unit Tester by Otso"
-LICENSE = "LGPL"
-
-SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/outo/outo_${PV}.orig.tar.gz \
- http://repository.maemo.org/pool/maemo/ossw/source/o/outo/outo_0.1.1-2.diff.gz;patch=1;pnum=1"
-S = "${WORKDIR}/outo-0.1.1-20030806.orig"
-
-inherit pkgconfig autotools
-
-
-do_stage() {
- install -d ${STAGING_INCDIR}
- install -m 644 include/outo.h ${STAGING_INCDIR}
-}