diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-06 11:07:54 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-13 11:13:20 +0200 |
commit | a827e09338a8d4b65d2d24d06b11b614e4a4bf07 (patch) | |
tree | 8d021e023d6bd47b7e2c3c8638e1b45dee90af87 /meta-oe/recipes-connectivity | |
parent | f922d30f9d4c62d84a83072b5c2ef0b064c9c27d (diff) | |
download | meta-openembedded-a827e09338a8d4b65d2d24d06b11b614e4a4bf07.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb index c05ff4ea3..798b1707d 100644 --- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb +++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | |||
@@ -45,10 +45,10 @@ PACKAGECONFIG[doxygen] = "--enable-doxygen,--disable-doxygen" | |||
45 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile" | 45 | PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile" |
46 | PACKAGECONFIG[mtpz] = "--enable-mtpz,--disable-mtpz,libgcrypt" | 46 | PACKAGECONFIG[mtpz] = "--enable-mtpz,--disable-mtpz,libgcrypt" |
47 | 47 | ||
48 | PACKAGES =+ "libmtp-common libmtp-runtime mtp-tools" | 48 | PACKAGES =+ "libmtp-common libmtp-runtime" |
49 | 49 | ||
50 | RDEPENDS_${PN} += "libmtp-common" | 50 | RDEPENDS_${PN} += "libmtp-common" |
51 | RRECOMMENDS_${PN} += "libmtp-runtime mtp-tools" | 51 | RRECOMMENDS_${PN} += "libmtp-runtime ${PN}-bin" |
52 | FILES_${PN}-dbg += "${nonarch_base_libdir}/udev/.debug/*" | 52 | FILES_${PN}-dbg += "${nonarch_base_libdir}/udev/.debug/*" |
53 | FILES_libmtp-common = "${nonarch_base_libdir}/udev/rules.d/*" | 53 | FILES_libmtp-common = "${nonarch_base_libdir}/udev/rules.d/*" |
54 | SUMMARY_libmtp-common = "The udev rules file for MTP devices" | 54 | SUMMARY_libmtp-common = "The udev rules file for MTP devices" |