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:
3930bc4
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Phil Blundell
<philb@gnu.org>
Wed, 14 Jul 2004 23:17:50 +0000
(23:17 +0000)
committer
Phil Blundell
<philb@gnu.org>
Wed, 14 Jul 2004 23:17:50 +0000
(23:17 +0000)
into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/15 00:17:13+01:00 nexus.co.uk!pb
add default SRC_URI
BKrev: 40f5bf1edPLk155Fk-fmS8oXGyz-iQ
classes/gpe.oeclass
patch
|
blob
|
history
diff --git
a/classes/gpe.oeclass
b/classes/gpe.oeclass
index
e69de29
..
0f296a8
100644
(file)
--- a/
classes/gpe.oeclass
+++ b/
classes/gpe.oeclass
@@
-0,0
+1,12
@@
+DEPENDS_prepend = "coreutils-native "
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+
+gpe_do_compile() {
+ oe_runmake PREFIX=${prefix}
+}
+
+gpe_do_install() {
+ oe_runmake PREFIX=${prefix} DESTDIR=${D} install
+}
+
+EXPORT_FUNCTIONS do_compile do_install