diff options
Diffstat (limited to 'recipes/gpe-question/gpe-question_0.04.bb')
-rw-r--r-- | recipes/gpe-question/gpe-question_0.04.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpe-question/gpe-question_0.04.bb b/recipes/gpe-question/gpe-question_0.04.bb new file mode 100644 index 0000000000..d2cad00803 --- /dev/null +++ b/recipes/gpe-question/gpe-question_0.04.bb @@ -0,0 +1,9 @@ +LICENSE = "GPL" +inherit gpe + +SRC_URI += "file://makefile-fix.patch;patch=1" + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" |