aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-openprotium.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-openprotium.bb')
-rw-r--r--recipes/tasks/task-openprotium.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-openprotium.bb b/recipes/tasks/task-openprotium.bb
index 4a8e1e45ad..68e093e823 100644
--- a/recipes/tasks/task-openprotium.bb
+++ b/recipes/tasks/task-openprotium.bb
@@ -23,7 +23,7 @@ DISTRO_EXTRA_RDEPENDS += "diffutils cpio findutils"
# pick up the fw_set/get env utils.
DISTRO_EXTRA_RDEPENDS += "u-boot-utils"
-RDEPENDS = " kernel \
+RDEPENDS_${PN} = " kernel \
base-files \
base-passwd \
netbase \
@@ -47,6 +47,6 @@ RDEPENDS = " kernel \
${MACHINE_EXTRA_RDEPENDS} \
${DISTRO_EXTRA_RDEPENDS} "
-RRECOMMENDS += " \
+RRECOMMENDS_${PN} += " \
${DISTRO_EXTRA_RRECOMMENDS} \
${MACHINE_EXTRA_RRECOMMENDS}"