summaryrefslogtreecommitdiff
path: root/gpe-ownerinfo
diff options
context:
space:
mode:
Diffstat (limited to 'gpe-ownerinfo')
-rw-r--r--gpe-ownerinfo/gpe-ownerinfo_0.23.oe2
-rw-r--r--gpe-ownerinfo/gpe-ownerinfo_0.24.oe12
2 files changed, 12 insertions, 2 deletions
diff --git a/gpe-ownerinfo/gpe-ownerinfo_0.23.oe b/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
index cc7c3909b4..30e9d06ae1 100644
--- a/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
+++ b/gpe-ownerinfo/gpe-ownerinfo_0.23.oe
@@ -6,8 +6,6 @@ PRIORITY = "optional"
MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libgpewidget"
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-ownerinfo-${PV}.tar.gz"
-
do_stage () {
oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
diff --git a/gpe-ownerinfo/gpe-ownerinfo_0.24.oe b/gpe-ownerinfo/gpe-ownerinfo_0.24.oe
index e69de29bb2..30e9d06ae1 100644
--- a/gpe-ownerinfo/gpe-ownerinfo_0.24.oe
+++ b/gpe-ownerinfo/gpe-ownerinfo_0.24.oe
@@ -0,0 +1,12 @@
+inherit gpe
+
+DESCRIPTION = "GPE owner information dialog"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ libgpewidget"
+
+do_stage () {
+ oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+}