diff options
Diffstat (limited to 'recipes/sharp-binary-only/sharp-sdmmc-support.bb')
-rw-r--r-- | recipes/sharp-binary-only/sharp-sdmmc-support.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sharp-binary-only/sharp-sdmmc-support.bb b/recipes/sharp-binary-only/sharp-sdmmc-support.bb index 407f71794e..7cbfc9d11b 100644 --- a/recipes/sharp-binary-only/sharp-sdmmc-support.bb +++ b/recipes/sharp-binary-only/sharp-sdmmc-support.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}" SECTION = "kernel/modules" PRIORITY = "optional" LICENSE = "CLOSED" -RDEPENDS = "kernel (${PV})" +RDEPENDS_${PN} = "kernel (${PV})" PR = "r23" PACKAGE_ARCH = "${MACHINE}" |