diff options
Diffstat (limited to 'recipes/gpe-question/gpe-question_0.04.bb')
-rw-r--r-- | recipes/gpe-question/gpe-question_0.04.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-question/gpe-question_0.04.bb b/recipes/gpe-question/gpe-question_0.04.bb index ffcf999127..f8c28693ba 100644 --- a/recipes/gpe-question/gpe-question_0.04.bb +++ b/recipes/gpe-question/gpe-question_0.04.bb @@ -4,7 +4,7 @@ inherit gpe SRC_URI += "file://makefile-fix.patch" DEPENDS = "libgpewidget" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" SECTION = "gpe" DESCRIPTION = "GPE interface for asking questions from shell scripts" |