diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-04-16 10:49:17 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-16 21:07:25 -0700 |
commit | bb1324cd5286739b47f0156186c510faf6e2018f (patch) | |
tree | 1c976de014936ab964492ec45c303815dc7c2cfa | |
parent | 13223cc7007981c5169e9a54402600de177ea131 (diff) | |
download | meta-openembedded-bb1324cd5286739b47f0156186c510faf6e2018f.tar.gz |
linux-atm: Remove DEPENDS on virtual/kernel and PACKAGE_ARCH
Only userspace utilities and firmware are in the packages.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb index 51682b1ed1..d34dc842ff 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb +++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | |||
@@ -3,9 +3,7 @@ HOMEPAGE = "http://linux-atm.sourceforge.net/" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "GPL-2.0 & LGPL-2.0" | 4 | LICENSE = "GPL-2.0 & LGPL-2.0" |
5 | 5 | ||
6 | DEPENDS = "virtual/kernel flex flex-native" | 6 | DEPENDS = "flex flex-native" |
7 | |||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
9 | 7 | ||
10 | SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ |
11 | file://link-with-ldflags.patch \ | 9 | file://link-with-ldflags.patch \ |