summaryrefslogtreecommitdiff
path: root/classes/gpe.oeclass
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-14 23:17:50 +0000
committerPhil Blundell <philb@gnu.org>2004-07-14 23:17:50 +0000
commit45982b2bab7ca312fefd9b296c18782d1146fa64 (patch)
treeedd08162aa1f9071fa763a0d879875e4bc6ae018 /classes/gpe.oeclass
parent3930bc4c90ee9466f52f4c1fb7107133eeb234f0 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'classes/gpe.oeclass')
-rw-r--r--classes/gpe.oeclass12
1 files changed, 12 insertions, 0 deletions
diff --git a/classes/gpe.oeclass b/classes/gpe.oeclass
index e69de29bb2..0f296a843e 100644
--- 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