diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-27 12:47:48 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-07-01 08:58:18 +0000 |
commit | 758b0e80b1f137d2631b45e2533106bbc09f5810 (patch) | |
tree | 9ee8df117048436efae8fa5282989537dba7a891 /recipes-support/lin-config/lin-config_git.bb | |
parent | 63e0ea358f1902b1dd9968b21b5eea649d04329e (diff) |
Remove lin bus components
We do no longer use lin bus components in the demo.
Bug-AGL: SPEC-5189
Change-Id: Ie9b7a41f7f9b7e66b0adb26e3e26b1083a662b6a
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30043
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-support/lin-config/lin-config_git.bb')
-rw-r--r-- | recipes-support/lin-config/lin-config_git.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-support/lin-config/lin-config_git.bb b/recipes-support/lin-config/lin-config_git.bb deleted file mode 100644 index a8c8f4fc1..000000000 --- a/recipes-support/lin-config/lin-config_git.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "lin-config tool for the sllin driver module" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://lin_config.c;beginline=4;endline=9;md5=196a29df19a30dbc752937bdfc819d7a" - -DEPENDS += "libnl libxml2" - -SRC_URI = "git://github.com/lin-bus/linux-lin.git;protocol=https;branch=master" -SRCREV = "beb057d7505e0c4d7c61f3f4927b76916ec00e88" -S = "${WORKDIR}/git/lin_config/src" - -SRC_URI:append = " \ - file://0001-Change-Makefile-to-use-pkg-config-for-libxml-2.0.patch \ - file://0002-Change-Makefile-to-use-LDFLAGS.patch \ - " - -inherit pkgconfig - -PV = "0.1+git${SRCPV}" - -do_configure[noexec] = "1" - -do_install:append() { - install -d ${D}/${bindir} - install -m 755 ${S}/lin_config ${D}/${bindir} -} |