diff options
Diffstat (limited to 'gpe-bluetooth')
-rw-r--r-- | gpe-bluetooth/gpe-bluetooth_0.35.oe | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gpe-bluetooth/gpe-bluetooth_0.35.oe b/gpe-bluetooth/gpe-bluetooth_0.35.oe index 8288d5f73d..0fcea6719f 100644 --- a/gpe-bluetooth/gpe-bluetooth_0.35.oe +++ b/gpe-bluetooth/gpe-bluetooth_0.35.oe @@ -5,3 +5,7 @@ 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 +} |