diff options
Diffstat (limited to 'packages/linux/linux-bd-neon-2.6_2.6.22.bb')
-rw-r--r-- | packages/linux/linux-bd-neon-2.6_2.6.22.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-bd-neon-2.6_2.6.22.bb b/packages/linux/linux-bd-neon-2.6_2.6.22.bb index 6d2472935f..46fa4295b6 100644 --- a/packages/linux/linux-bd-neon-2.6_2.6.22.bb +++ b/packages/linux/linux-bd-neon-2.6_2.6.22.bb @@ -2,9 +2,9 @@ DESCRIPTION = "2.6 Linux Kernel for Boundary Devices NEON Board" SECTION = "kernel" HOMEPAGE = "N/A" LICENSE = "GPL" -DEPENDS += "uboot-utils" +DEPENDS += "u-boot-utils-native" -PR = "r1" +PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \ http://www.boundarydevices.com/boundary-2.6.22-2007-07-22.patch.bz2;patch=1 \ |