diff options
Diffstat (limited to 'recipes/linux/linux-mtx-3_2.6.15.4.bb')
-rw-r--r-- | recipes/linux/linux-mtx-3_2.6.15.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-mtx-3_2.6.15.4.bb b/recipes/linux/linux-mtx-3_2.6.15.4.bb index 772e573351..1f831f4565 100644 --- a/recipes/linux/linux-mtx-3_2.6.15.4.bb +++ b/recipes/linux/linux-mtx-3_2.6.15.4.bb @@ -9,7 +9,7 @@ inherit kernel # PROVIDES = "virtual/kernel" DEPENDS = "u-boot" -RDEPENDS = "mtd-utils" +RDEPENDS_${PN} = "mtd-utils" SRC_URI += "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2;name=kernel \ file://00-mtx-3.diff \ |