aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-what/gpe-what_0.30.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpe-what/gpe-what_0.30.bb')
-rw-r--r--packages/gpe-what/gpe-what_0.30.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gpe-what/gpe-what_0.30.bb b/packages/gpe-what/gpe-what_0.30.bb
index e69de29bb2..c5d4ed8b42 100644
--- a/packages/gpe-what/gpe-what_0.30.bb
+++ b/packages/gpe-what/gpe-what_0.30.bb
@@ -0,0 +1,11 @@
+LICENSE = "GPL"
+SECTION = "gpe"
+inherit gpe
+
+DESCRIPTION = "GPE modal help"
+DEPENDS = "x11"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+
+do_compile_prepend() {
+ rm *.d
+}