diff options
Diffstat (limited to 'recipes/gallery')
-rw-r--r-- | recipes/gallery/gallery_1.5.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gallery/gallery_1.5.5.bb b/recipes/gallery/gallery_1.5.5.bb index a854c90617..98b15e573e 100644 --- a/recipes/gallery/gallery_1.5.5.bb +++ b/recipes/gallery/gallery_1.5.5.bb @@ -1,7 +1,7 @@ DESCRIPTION = "The Gallery v1 web image gallery" SECTION = "apps" LICENSE = "GPL" -RDEPENDS = "apache2 modphp imagemagick jhead" +RDEPENDS_${PN} = "apache2 modphp imagemagick jhead" PR = "r2" SRC_URI = "http://{SOURCEFORGE_MIRROR}/sourceforge/gallery/gallery-${PV}-pl1.tar.gz" |