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/linux/linux-linkstationarm_2.6.12.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/linux/linux-linkstationarm_2.6.12.bb')
-rw-r--r-- | packages/linux/linux-linkstationarm_2.6.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux-linkstationarm_2.6.12.bb b/packages/linux/linux-linkstationarm_2.6.12.bb index 77703ad999..704309162c 100644 --- a/packages/linux/linux-linkstationarm_2.6.12.bb +++ b/packages/linux/linux-linkstationarm_2.6.12.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Linux Kernel for ARM based Buffalo Linkstations" SECTION = "kernel" LICENSE = "GPL" +DEPENDS += "u-boot-utils-native" PR = "r2" COMPATIBLE_MACHINE = "lsarm" |