diff options
author | Andrew Wilcox <andy@protium.com> | 2007-12-17 06:05:26 +0000 |
---|---|---|
committer | Andrew Wilcox <andy@protium.com> | 2007-12-17 06:05:26 +0000 |
commit | 5206b0d92ce6a6622ec041231314d7242a35f0e8 (patch) | |
tree | 94edc2ae7c369c2c6fe5a831d68ba3c6ebc60de6 /packages/linux/linux-gumstix_2.6.15.bb | |
parent | 2eef78ec91e7fc70a5ccc318e78f43d55d44b8b2 (diff) |
Rename uboot-utils to u-boot-utils-native. u-boot-utils now makes
target u-boot utility fw_setenv for one distro.
Diffstat (limited to 'packages/linux/linux-gumstix_2.6.15.bb')
-rw-r--r-- | packages/linux/linux-gumstix_2.6.15.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-gumstix_2.6.15.bb b/packages/linux/linux-gumstix_2.6.15.bb index 9a9a4d4df3..3e0302fe5f 100644 --- a/packages/linux/linux-gumstix_2.6.15.bb +++ b/packages/linux/linux-gumstix_2.6.15.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Linux Kernel for the Gumstix" SECTION = "kernel" LICENSE = "GPL" -PR = "r1" +PR = "r2" -DEPENDS = "uboot-utils" +DEPENDS = "u-boot-utils-native" COMPATIBLE_MACHINE = "gumstix" |