summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpe-bluetooth/gpe-bluetooth_0.35.oe4
-rw-r--r--gpe-dm/gpe-dm_0.33.oe4
-rw-r--r--gpe-edit/gpe-edit_0.21.oe4
-rw-r--r--gpe-login/gpe-login_0.66.oe4
-rw-r--r--libdisplaymigration/libdisplaymigration_0.28.oe4
-rw-r--r--libgpevtype/libgpevtype_0.3.oe4
-rw-r--r--libgpewidget/libgpewidget_0.78.oe4
7 files changed, 28 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
+}
diff --git a/gpe-dm/gpe-dm_0.33.oe b/gpe-dm/gpe-dm_0.33.oe
index 4f7acc363a..6e15a2ef66 100644
--- a/gpe-dm/gpe-dm_0.33.oe
+++ b/gpe-dm/gpe-dm_0.33.oe
@@ -5,3 +5,7 @@ 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 7ba6e01e46..eb9a54feab 100644
--- a/gpe-edit/gpe-edit_0.21.oe
+++ b/gpe-edit/gpe-edit_0.21.oe
@@ -4,3 +4,7 @@ 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 5bffdd175b..f5f6d32dac 100644
--- a/gpe-login/gpe-login_0.66.oe
+++ b/gpe-login/gpe-login_0.66.oe
@@ -5,3 +5,7 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "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/libdisplaymigration/libdisplaymigration_0.28.oe b/libdisplaymigration/libdisplaymigration_0.28.oe
index 08d0773c29..a9cd57099d 100644
--- a/libdisplaymigration/libdisplaymigration_0.28.oe
+++ b/libdisplaymigration/libdisplaymigration_0.28.oe
@@ -19,3 +19,7 @@ do_stage () {
install -m 0644 libdisplaymigration/$h ${STAGING_INCDIR}/libdisplaymigration/${h}
done
}
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' install
+}
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe
index 8df77520d5..f18f087fc8 100644
--- a/libgpevtype/libgpevtype_0.3.oe
+++ b/libgpevtype/libgpevtype_0.3.oe
@@ -19,3 +19,7 @@ do_stage () {
install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h}
done
}
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' install
+}
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
index 91aadf8a08..bdca61b064 100644
--- a/libgpewidget/libgpewidget_0.78.oe
+++ b/libgpewidget/libgpewidget_0.78.oe
@@ -20,3 +20,7 @@ do_stage () {
install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h}
done
}
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' install
+}