diff options
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.35.oe | 6 |
1 files changed, 2 insertions, 4 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 -} |