aboutsummaryrefslogtreecommitdiffstats
path: root/libgpevtype
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-04 23:21:40 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-04 23:21:40 +0000
commit55df5c9b5b95ae5b74e58abb97269bc35eb0032c (patch)
tree3358a44f464d7024eb19dfa7cf3a2fbaecb6eb02 /libgpevtype
parentae1441f49721b0c57f5ddf2d52b5d98205869720 (diff)
downloadopenembedded-55df5c9b5b95ae5b74e58abb97269bc35eb0032c.tar.gz
inherit gpe; remove bogus do_install - patch courtesy pb_.
BKrev: 40982584vgfmB6lMubldjB05CmClaA
Diffstat (limited to 'libgpevtype')
-rw-r--r--libgpevtype/libgpevtype_0.3.oe6
1 files changed, 1 insertions, 5 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe
index 85c34ef5b9..4875af7c6b 100644
--- a/libgpevtype/libgpevtype_0.3.oe
+++ b/libgpevtype/libgpevtype_0.3.oe
@@ -4,7 +4,7 @@ PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "virtual/libc libmimedir"
-inherit pkgconfig
+inherit pkgconfig gpe
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpevtype-${PV}.tar.gz"
@@ -18,7 +18,3 @@ do_stage () {
install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/${h}
done
}
-
-do_install() {
- oe_runmake "DESTDIR=${D}" install
-}