task-base: add DISTRO_EXTRA_DEPENDS (workaround for bitbake bug)
authorKoen Kooi <koen@openembedded.org>
Sun, 21 Oct 2007 08:27:52 +0000 (08:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 21 Oct 2007 08:27:52 +0000 (08:27 +0000)
packages/tasks/task-base.bb

index ea22e05..7a541d1 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r42"
+PR = "r43"
 
 inherit task
 
@@ -137,6 +137,7 @@ python __anonymous () {
 #
 # packages added by distribution
 #
+DEPENDS_task-distro-base = "${DISTRO_EXTRA_DEPENDS}"
 RDEPENDS_task-distro-base = "${DISTRO_EXTRA_RDEPENDS}"
 RRECOMMENDS_task-distro-base = "${DISTRO_EXTRA_RRECOMMENDS}"