From bfff40dccb4695fccf3334dfe8796a771724d4fb Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 16 Dec 2013 22:31:00 -0200 Subject: ntfs-3g-ntfsprogs: Fix runtime dependency for development package The -dev has a runtime dependency against ${PN} which is empty; we allow it to be empty to satisfy the dependency instead of mangingling the -dev dependencies. Signed-off-by: Otavio Salvador Signed-off-by: Martin Jansa --- .../ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb index c1392ccc63..2e7a6166ba 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb @@ -34,3 +34,6 @@ do_install_append() { # when called. Add the symbolic to let mount could find ntfs. ln -sf mount.ntfs-3g ${D}/${base_sbindir}/mount.ntfs } + +# Satisfy the -dev runtime dependency +ALLOW_EMPTY_${PN} = "1" -- cgit 1.2.3-korg