blob: c5d4ed8b422315bd7718d2a2dc2eb9334a36fd6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
LICENSE = "GPL"
SECTION = "gpe"
inherit gpe
DESCRIPTION = "GPE modal help"
DEPENDS = "x11"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
do_compile_prepend() {
rm *.d
}
|