Bunch of gpe .oe fixes, courtesy Phil Blundell.
authorChris Larson <clarson@kergoth.com>
Mon, 22 Mar 2004 02:06:11 +0000 (02:06 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 22 Mar 2004 02:06:11 +0000 (02:06 +0000)
BKrev: 405e4a13tHrq2Dn3XCINVq8-k0j-Cg

gpe-bluetooth/gpe-bluetooth_0.35.oe
gpe-dm/gpe-dm_0.33.oe
gpe-edit/gpe-edit_0.21.oe
gpe-login/gpe-login_0.66.oe
gpe-ownerinfo/gpe-ownerinfo_0.23.oe

index d546557..7216b28 100644 (file)
@@ -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
-}
index 6e15a2e..0e6a51a 100644 (file)
@@ -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
-}
index eb9a54f..2d7766c 100644 (file)
@@ -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
-}
index f5f6d32..8a379b2 100644 (file)
@@ -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
-}
index 1a2ceb3..2a93bb7 100644 (file)
@@ -1,3 +1,5 @@
+inherit gpe
+
 DESCRIPTION = "GPE owner information dialog"
 SECTION = "gpe"
 PRIORITY = "optional"