diff options
Diffstat (limited to 'recipes/ntfs-3g/ntfs-3g_1.0.bb')
-rw-r--r-- | recipes/ntfs-3g/ntfs-3g_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ntfs-3g/ntfs-3g_1.0.bb b/recipes/ntfs-3g/ntfs-3g_1.0.bb index 49918854fd..02dea3c97f 100644 --- a/recipes/ntfs-3g/ntfs-3g_1.0.bb +++ b/recipes/ntfs-3g/ntfs-3g_1.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS drive HOMEPAGE = "http://www.ntfs-3g.org/" LICENSE = "GPLv2" DEPENDS = "fuse" -RDEPENDS = "fuse" +RDEPENDS_${PN} = "fuse" PR = "r0" DEFAULT_PREFERENCE = "-1" |