From 4257adeeb5038fec4f7cd0499f878719461ec77a Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 18 Jun 2019 19:53:11 +0300 Subject: tipcutils: Remove the unnecessary dependency on virtual/kernel This also makes it no longer specific to MACHINE_ARCH. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- 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 54ed043f4e..054e0acc88 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" -- cgit v1.2.3-54-g00ecf