diff options
Diffstat (limited to 'packages/gpe-question')
-rw-r--r-- | packages/gpe-question/gpe-question_0.03.bb | 7 | ||||
-rw-r--r-- | packages/gpe-question/gpe-question_0.04.bb | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/gpe-question/gpe-question_0.03.bb b/packages/gpe-question/gpe-question_0.03.bb index e69de29bb2..b94505a300 100644 --- a/packages/gpe-question/gpe-question_0.03.bb +++ b/packages/gpe-question/gpe-question_0.03.bb @@ -0,0 +1,7 @@ +LICENSE = "GPL" +inherit gpe + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" diff --git a/packages/gpe-question/gpe-question_0.04.bb b/packages/gpe-question/gpe-question_0.04.bb index e69de29bb2..b94505a300 100644 --- a/packages/gpe-question/gpe-question_0.04.bb +++ b/packages/gpe-question/gpe-question_0.04.bb @@ -0,0 +1,7 @@ +LICENSE = "GPL" +inherit gpe + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" |