aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-ownerinfo/gpe-ownerinfo.inc')
-rw-r--r--recipes/gpe-ownerinfo/gpe-ownerinfo.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/gpe-ownerinfo/gpe-ownerinfo.inc b/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
new file mode 100644
index 0000000000..a56d2f9852
--- /dev/null
+++ b/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
@@ -0,0 +1,17 @@
+inherit gpe
+
+DESCRIPTION = "GPE owner information dialog"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+ libgpewidget"
+
+do_compile_prepend() {
+ sed -i -e 's: -s : :g' Makefile
+}
+
+do_stage () {
+ oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
+ install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+}
+