[oe] [meta-oe][PATCH] tipcutils: Remove the unnecessary dependency on virtual/kernel

Adrian Bunk bunk at stusta.de
Tue Jun 18 16:53:11 UTC 2019


This also makes it no longer specific to MACHINE_ARCH.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
index 54ed043f4..054e0acc8 100644
--- a/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
+++ b/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb
@@ -10,10 +10,6 @@ SRC_URI = "git://git.code.sf.net/p/tipc/tipcutils \
 SRCREV = "7ab2211b87414ba240b0b2e4af219c1057c9cf9a"
 PV = "2.2.0+git${SRCPV}"
 
-DEPENDS="virtual/kernel"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
 inherit autotools pkgconfig
 
 DEPENDS += "libdaemon"
-- 
2.17.1



More information about the Openembedded-devel mailing list