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>
This commit is contained in:
Otavio Salvador 2013-12-27 03:15:14 -02:00 committed by Martin Jansa
parent 7f6e28a281
commit eb4563b83b

View File

@ -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"