aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-12-27 03:15:14 -0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-04 11:57:52 +0100
commiteb4563b83be0a57ede4269ab19688af6baa62cd2 (patch)
tree098598ce1f4c24836550d547ada09f0278060071
parent7f6e28a281e973dbe4f5883d9158eb626df97fa1 (diff)
downloadmeta-openembedded-contrib-eb4563b83be0a57ede4269ab19688af6baa62cd2.tar.gz
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 <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb3
1 files changed, 3 insertions, 0 deletions
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"