mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7f6e28a281
commit
eb4563b83b
|
|
@ -34,3 +34,6 @@ do_install_append() {
|
||||||
# when called. Add the symbolic to let mount could find ntfs.
|
# when called. Add the symbolic to let mount could find ntfs.
|
||||||
ln -sf mount.ntfs-3g ${D}/${base_sbindir}/mount.ntfs
|
ln -sf mount.ntfs-3g ${D}/${base_sbindir}/mount.ntfs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Satisfy the -dev runtime dependency
|
||||||
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user