mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libmtp: fix build issue
DEBUG: Executing shell function BUILDSPEC
| error: line 109: %package -n mtp-tools: package mtp-tools already exists
Yes, there are two entries in libmtp.spec. Under packages-split, mtp-tools is empty but
libmtp-bin is not.
Removed PKG_${PN}-bin , this alignes how Debian split its packages
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e67ac72d07
commit
51c3205dc8
@ -50,9 +50,6 @@ PACKAGES =+ "libmtp-common libmtp-runtime mtp-tools"
|
||||
RDEPENDS_${PN} += "libmtp-common"
|
||||
RRECOMMENDS_${PN} += "libmtp-runtime mtp-tools"
|
||||
FILES_${PN}-dbg += "${nonarch_base_libdir}/udev/.debug/*"
|
||||
PKG_${PN}-bin = "mtp-tools"
|
||||
SUMMARY_${PN}-bin = "Tools for communicating with MTP devices"
|
||||
DESCRIPTION_${PN}-bin = "${DESCRIPTION}\nThis package contains tools for communicating with MTP devices."
|
||||
FILES_libmtp-common = "${nonarch_base_libdir}/udev/rules.d/*"
|
||||
SUMMARY_libmtp-common = "The udev rules file for MTP devices"
|
||||
FILES_libmtp-runtime = "${nonarch_base_libdir}/udev/mtp-probe"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user