diff options
Diffstat (limited to 'gpe-what/gpe-what_0.30.oe')
-rw-r--r-- | gpe-what/gpe-what_0.30.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gpe-what/gpe-what_0.30.oe b/gpe-what/gpe-what_0.30.oe index e69de29bb2..22d09af521 100644 --- a/gpe-what/gpe-what_0.30.oe +++ b/gpe-what/gpe-what_0.30.oe @@ -0,0 +1,10 @@ +SECTION = "gpe" +inherit gpe + +DESCRIPTION = "GPE modal help" +DEPENDS = "x11" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" + +do_compile_prepend() { + rm *.d +} |