diff options
Diffstat (limited to 'recipes/gpe-bootsplash')
-rw-r--r-- | recipes/gpe-bootsplash/gpe-bootsplash-theme-e.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-bootsplash/gpe-bootsplash-theme-opie.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gpe-bootsplash/gpe-bootsplash-theme-e.bb b/recipes/gpe-bootsplash/gpe-bootsplash-theme-e.bb index 9790d8ebad..6b8eab025e 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash-theme-e.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash-theme-e.bb @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gpe-bootsplash" -RDEPENDS = "gpe-bootsplash" +RDEPENDS_${PN} = "gpe-bootsplash" PR = "r1" export THEME = "e" diff --git a/recipes/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb b/recipes/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb index c170746e79..041cdb16f8 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash-theme-gpephone.bb @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "LiPS" DEPENDS = "gpe-bootsplash" -RDEPENDS = "gpe-bootsplash" +RDEPENDS_${PN} = "gpe-bootsplash" PR = "r0" export THEME = "gpephone" diff --git a/recipes/gpe-bootsplash/gpe-bootsplash-theme-opie.bb b/recipes/gpe-bootsplash/gpe-bootsplash-theme-opie.bb index 293766a0b6..8e2338e565 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash-theme-opie.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash-theme-opie.bb @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "gpe-bootsplash" -RDEPENDS = "gpe-bootsplash" +RDEPENDS_${PN} = "gpe-bootsplash" PR = "r1" export THEME = "opie" |