mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 10:30:22 +00:00
libmtp: remove 'mtp-tools' from PACKAGES
mtp-tools is a 'rename' of the ${PN}-bin, so it should not be in the
PACKAGES value. If it is, it will result in either an error during packaging
or an indeterminate package.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
parent
f922d30f9d
commit
a827e09338
@ -45,10 +45,10 @@ PACKAGECONFIG[doxygen] = "--enable-doxygen,--disable-doxygen"
|
|||||||
PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile"
|
PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile"
|
||||||
PACKAGECONFIG[mtpz] = "--enable-mtpz,--disable-mtpz,libgcrypt"
|
PACKAGECONFIG[mtpz] = "--enable-mtpz,--disable-mtpz,libgcrypt"
|
||||||
|
|
||||||
PACKAGES =+ "libmtp-common libmtp-runtime mtp-tools"
|
PACKAGES =+ "libmtp-common libmtp-runtime"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "libmtp-common"
|
RDEPENDS_${PN} += "libmtp-common"
|
||||||
RRECOMMENDS_${PN} += "libmtp-runtime mtp-tools"
|
RRECOMMENDS_${PN} += "libmtp-runtime ${PN}-bin"
|
||||||
FILES_${PN}-dbg += "${nonarch_base_libdir}/udev/.debug/*"
|
FILES_${PN}-dbg += "${nonarch_base_libdir}/udev/.debug/*"
|
||||||
FILES_libmtp-common = "${nonarch_base_libdir}/udev/rules.d/*"
|
FILES_libmtp-common = "${nonarch_base_libdir}/udev/rules.d/*"
|
||||||
SUMMARY_libmtp-common = "The udev rules file for MTP devices"
|
SUMMARY_libmtp-common = "The udev rules file for MTP devices"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user