diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-06-18 19:53:11 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-18 15:58:26 -0700 |
| commit | 4257adeeb5038fec4f7cd0499f878719461ec77a (patch) | |
| tree | 3de060645cde897bc8cf7bccf096e199d7718825 | |
| parent | 7727e4cb99204727a3651d9529e4a0cb971d1a51 (diff) | |
| download | meta-openembedded-4257adeeb5038fec4f7cd0499f878719461ec77a.tar.gz | |
tipcutils: Remove the unnecessary dependency on virtual/kernel
This also makes it no longer specific to MACHINE_ARCH.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/tipcutils/tipcutils_git.bb | 4 |
1 files changed, 0 insertions, 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 \ | |||
| 10 | SRCREV = "7ab2211b87414ba240b0b2e4af219c1057c9cf9a" | 10 | SRCREV = "7ab2211b87414ba240b0b2e4af219c1057c9cf9a" |
| 11 | PV = "2.2.0+git${SRCPV}" | 11 | PV = "2.2.0+git${SRCPV}" |
| 12 | 12 | ||
| 13 | DEPENDS="virtual/kernel" | ||
| 14 | |||
| 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
| 18 | 14 | ||
| 19 | DEPENDS += "libdaemon" | 15 | DEPENDS += "libdaemon" |
