diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 10:36:50 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 10:36:50 +0000 |
commit | 3ae8424c4b54cb3ffbd726bfb7bb77536196e998 (patch) | |
tree | b8e7d11117845c22c9ce660e08f806f9c560ff77 /gpe-question | |
parent | 1044b2d0948183ed4e3555f000115e4505206b0b (diff) |
apply SRC_URI cleanup patch from Andrew Zabolotny
BKrev: 41a46442gQQyjH2tdMY3_XyigOZcNw
Diffstat (limited to 'gpe-question')
-rw-r--r-- | gpe-question/gpe-question_0.03.oe | 6 | ||||
-rw-r--r-- | gpe-question/gpe-question_0.04.oe | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gpe-question/gpe-question_0.03.oe b/gpe-question/gpe-question_0.03.oe index e69de29bb2..b1f9e4b901 100644 --- a/gpe-question/gpe-question_0.03.oe +++ b/gpe-question/gpe-question_0.03.oe @@ -0,0 +1,6 @@ +inherit gpe + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" diff --git a/gpe-question/gpe-question_0.04.oe b/gpe-question/gpe-question_0.04.oe index e69de29bb2..b1f9e4b901 100644 --- a/gpe-question/gpe-question_0.04.oe +++ b/gpe-question/gpe-question_0.04.oe @@ -0,0 +1,6 @@ +inherit gpe + +DEPENDS = "libgpewidget" +RDEPENDS = "gpe-icons" +SECTION = "gpe" +DESCRIPTION = "GPE interface for asking questions from shell scripts" |