All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] freerdp: Use DEPENDS:append
@ 2021-12-07 11:39 Marek Vasut
  2021-12-07 12:03 ` [oe] " Jacob Kroon
  2021-12-07 12:35 ` Martin Jansa
  0 siblings, 2 replies; 12+ messages in thread
From: Marek Vasut @ 2021-12-07 11:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: raj.khem, Marek Vasut, Alexander Kanavin

The build system might have put something into DEPENDS already,
adhere to the recommended best practice and use DEPENDS:append
to avoid overriding the DEPENDS set by the build system.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alex@linutronix.de>
Cc: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb
index 571ba5fcb..1604838f1 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_2.4.1.bb
@@ -3,7 +3,7 @@
 
 DESCRIPTION = "FreeRDP RDP client & server library"
 HOMEPAGE = "http://www.freerdp.com"
-DEPENDS = "openssl alsa-lib libusb1"
+DEPENDS:append = " openssl alsa-lib libusb1"
 SECTION = "net"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-- 
2.33.0



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

end of thread, other threads:[~2021-12-08  9:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 11:39 [meta-oe][PATCH] freerdp: Use DEPENDS:append Marek Vasut
2021-12-07 12:03 ` [oe] " Jacob Kroon
2021-12-07 12:09   ` Alexander Kanavin
2021-12-07 12:35 ` Martin Jansa
2021-12-07 13:22   ` Marek Vasut
2021-12-07 13:23     ` Alexander Kanavin
2021-12-07 13:27       ` Marek Vasut
2021-12-07 13:33         ` Alexander Kanavin
2021-12-07 13:35           ` Marek Vasut
2021-12-07 13:42             ` Konrad Weihmann
2021-12-07 17:16             ` Konrad Weihmann
2021-12-08  9:36             ` Konrad Weihmann

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.