diff options
author | Andrew Wilcox <andy@protium.com> | 2007-12-17 18:31:29 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2007-12-17 18:31:29 +0000 |
commit | ce77ced0ef562fdc882a36176dcb21ca096ed365 (patch) | |
tree | 440926b8a0eb6d5eb908921fb31a824555e28070 /packages/tasks/task-base.bb | |
parent | d4b8505a939f85e0797074b54f104487c14006f4 (diff) |
Remove u-boot-utils-native from RDEPENDS. Remove openprotium specificity.
Add u-boot-utils-native dependency in linux-linstation kernels.
Fix of previous u-boot commit.
Diffstat (limited to 'packages/tasks/task-base.bb')
-rw-r--r-- | packages/tasks/task-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index dc071f16ce..def6bec2bc 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -295,7 +295,7 @@ RRECOMMENDS_task-base-usbhost = "\ kernel-module-usb-storage " RDEPENDS_task-base-uboot = "\ - u-boot-utils-native" + u-boot" RDEPENDS_task-base-redboot = "\ fis" |