diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 11:07:04 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 11:07:04 -0700 |
commit | 5dcdc30b57b4d344e37b8193e7d7935e2da14f95 (patch) | |
tree | a31a55edce19f0f8dc6ad70167810047814148dd | |
parent | 6059d55945c4ce090f976391944dd986e5b7702e (diff) |
linux-turbostation: Drop extra DEPENDS as normal hook works
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/linux/linux-turbostation_2.6.20.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/linux/linux-turbostation_2.6.20.2.bb b/recipes/linux/linux-turbostation_2.6.20.2.bb index 355ca009bd..3ade39f3a4 100644 --- a/recipes/linux/linux-turbostation_2.6.20.2.bb +++ b/recipes/linux/linux-turbostation_2.6.20.2.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Linux Kernel for the QNAP TurboStation platform" SECTION = "kernel" LICENSE = "GPLv2" -DEPENDS = "u-boot-utils-native" PR = "r2" COMPATIBLE_MACHINE = "turbostation" |