summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/ser2net
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-24 12:10:35 +0100
committerKhem Raj <raj.khem@gmail.com>2023-10-24 09:08:45 -0700
commit9962d57f7c235873de0a0bb192b5f56747762fc7 (patch)
treeecb8804585e99790791620a4033e1669a6a79e84 /meta-oe/recipes-connectivity/ser2net
parentd4aa17dc436beb96a804860bc6d18cf72283709e (diff)
downloadmeta-openembedded-9962d57f7c235873de0a0bb192b5f56747762fc7.tar.gz
meta-oe: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/ser2net')
-rw-r--r--meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb
index a4c244d447..47f2c26ce4 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_4.3.13.bb
@@ -14,5 +14,3 @@ SRC_URI[sha256sum] = "ed8b98448d535111d9a593b067601a8b53e2874814d706b2421a9490a6
14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net" 14UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/ser2net/files/ser2net"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig
17
18BBCLASSEXTEND = "native nativesdk"