git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1441f
)
inherit gpe; remove bogus do_install - patch courtesy pb_.
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 4 May 2004 23:21:40 +0000
(23:21 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 4 May 2004 23:21:40 +0000
(23:21 +0000)
BKrev: 40982584vgfmB6lMubldjB05CmClaA
libgpevtype/libgpevtype_0.3.oe
patch
|
blob
|
history
diff --git
a/libgpevtype/libgpevtype_0.3.oe
b/libgpevtype/libgpevtype_0.3.oe
index
85c34ef
..
4875af7
100644
(file)
--- 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
-}