[oe-commits] Otavio Salvador : ntfs-3g-ntfsprogs: Fix runtime dependency for development package

git at git.openembedded.org git at git.openembedded.org
Sat Dec 21 18:23:31 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: bfff40dccb4695fccf3334dfe8796a771724d4fb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bfff40dccb4695fccf3334dfe8796a771724d4fb

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Dec 16 22:31:00 2013 -0200

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 at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb                   | 3 +++
 1 file changed, 3 insertions(+)

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 c1392cc..2e7a616 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"



More information about the Openembedded-commits mailing list