summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpe-bluetooth/gpe-bluetooth_0.35.oe6
-rw-r--r--gpe-dm/gpe-dm_0.33.oe6
-rw-r--r--gpe-edit/gpe-edit_0.21.oe6
-rw-r--r--gpe-login/gpe-login_0.66.oe8
-rw-r--r--gpe-ownerinfo/gpe-ownerinfo_0.23.oe2
5 files changed, 11 insertions, 17 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.35.oe b/gpe-bluetooth/gpe-bluetooth_0.35.oe
index d54655759a..7216b28941 100644
--- a/gpe-bluetooth/gpe-bluetooth_0.35.oe
+++ b/gpe-bluetooth/gpe-bluetooth_0.35.oe
@@ -1,3 +1,5 @@
+inherit gpe
+
DESCRIPTION = "GPE bluetooth support"
DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget openobex libgpevtype bluez-libs bluez-sdp sqlite dbus libglade"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
@@ -5,7 +7,3 @@ SECTION = "gpe"
PRIORITY = "optional"
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-bluetooth-${PV}.tar.gz
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/gpe-dm/gpe-dm_0.33.oe b/gpe-dm/gpe-dm_0.33.oe
index 6e15a2ef66..0e6a51a817 100644
--- a/gpe-dm/gpe-dm_0.33.oe
+++ b/gpe-dm/gpe-dm_0.33.oe
@@ -1,3 +1,5 @@
+inherit gpe
+
DESCRIPTION = "GPE Desktop Manager"
SECTION = "gpe"
PRIORITY = "optional"
@@ -5,7 +7,3 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "virtual/libc glib-2.0"
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-dm-${PV}.tar.gz
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/gpe-edit/gpe-edit_0.21.oe b/gpe-edit/gpe-edit_0.21.oe
index eb9a54feab..2d7766c394 100644
--- a/gpe-edit/gpe-edit_0.21.oe
+++ b/gpe-edit/gpe-edit_0.21.oe
@@ -1,10 +1,8 @@
+inherit gpe
+
DEPENDS = "virtual/libc gtk+ libdisplaymigration libgpewidget"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "gpe"
DESCRIPTION = "Editor for the GPE Palmtop Environment"
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-edit-${PV}.tar.gz
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/gpe-login/gpe-login_0.66.oe b/gpe-login/gpe-login_0.66.oe
index f5f6d32dac..8a379b2e92 100644
--- a/gpe-login/gpe-login_0.66.oe
+++ b/gpe-login/gpe-login_0.66.oe
@@ -1,11 +1,9 @@
+inherit gpe
+
DESCRIPTION = "GPE user login screen"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ libgpewidget gpe-ownerinfo"
+DEPENDS = "virtual/libc gtk+ libgpewidget gpe-ownerinfo"
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/gpe-login-${PV}.tar.gz
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}
diff --git a/gpe-ownerinfo/gpe-ownerinfo_0.23.oe b/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
index 1a2ceb3075..2a93bb73cb 100644
--- a/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
+++ b/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
@@ -1,3 +1,5 @@
+inherit gpe
+
DESCRIPTION = "GPE owner information dialog"
SECTION = "gpe"
PRIORITY = "optional"