aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta/meta-angstrom-2007.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/meta/meta-angstrom-2007.bb')
-rw-r--r--recipes/meta/meta-angstrom-2007.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/meta/meta-angstrom-2007.bb b/recipes/meta/meta-angstrom-2007.bb
index a3a2c78a79..8355b10810 100644
--- a/recipes/meta/meta-angstrom-2007.bb
+++ b/recipes/meta/meta-angstrom-2007.bb
@@ -5,16 +5,16 @@
inherit meta
-RDEPENDS = ""
+RDEPENDS_${PN} = ""
# Basic tools
-RDEPENDS += " \
+RDEPENDS_${PN} += " \
task-proper-tools \
screen \
"
# Browsers know to work on all archs
-RDEPENDS += " \
+RDEPENDS_${PN} += " \
gpe-mini-browser \
midori \
minimo \
@@ -23,7 +23,7 @@ RDEPENDS += " \
"
# Webservers
-RDEPENDS += " \
+RDEPENDS_${PN} += " \
apache2 \
boa \
cherokee \