All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][master][pyro] 1/2] libmtp: fix build issue
@ 2017-08-13 16:24 Armin Kuster
  2017-08-13 16:24 ` [meta-oe][master][pyro] 2/2] libexecinfo: fix complie issue Armin Kuster
  2017-08-15 13:29 ` [meta-oe][master][pyro] 1/2] libmtp: fix build issue Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Armin Kuster @ 2017-08-13 16:24 UTC (permalink / raw)
  To: akuster808, openembedded-devel

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>
---
 meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb | 3 ---
 1 file changed, 3 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 b5df8e0..c05ff4e 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
@@ -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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-15 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-13 16:24 [meta-oe][master][pyro] 1/2] libmtp: fix build issue Armin Kuster
2017-08-13 16:24 ` [meta-oe][master][pyro] 2/2] libexecinfo: fix complie issue Armin Kuster
2017-08-13 16:43   ` Khem Raj
2017-08-15 13:29 ` [meta-oe][master][pyro] 1/2] libmtp: fix build issue Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.