git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422aefa
)
task-base: add DISTRO_EXTRA_DEPENDS (workaround for bitbake bug)
author
Koen Kooi
<koen@openembedded.org>
Sun, 21 Oct 2007 08:27:52 +0000
(08:27 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 21 Oct 2007 08:27:52 +0000
(08:27 +0000)
packages/tasks/task-base.bb
patch
|
blob
|
history
diff --git
a/packages/tasks/task-base.bb
b/packages/tasks/task-base.bb
index
ea22e05
..
7a541d1
100644
(file)
--- a/
packages/tasks/task-base.bb
+++ b/
packages/tasks/task-base.bb
@@
-1,5
+1,5
@@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r4
2
"
+PR = "r4
3
"
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}"