mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
arptables: remove unused checksums
It is fetched from git, so the checksums are not doing anything. While touching it, switch to the project's own license file instead of using a generic one from the COMMON_LICENSE_DIR. The license itself has not changed, still gpl 2.0, only. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9df85b55dc
commit
37b9749f24
@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Administration tool for arp packet filtering"
|
SUMMARY = "Administration tool for arp packet filtering"
|
||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
|
||||||
SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a"
|
SRCREV = "efae8949e31f8b2eb6290f377a28384cecaf105a"
|
||||||
PV = "0.0.5+git"
|
PV = "0.0.5+git"
|
||||||
|
|
||||||
@ -11,8 +11,6 @@ SRC_URI = " \
|
|||||||
file://arptables-arpt-get-target-fix.patch \
|
file://arptables-arpt-get-target-fix.patch \
|
||||||
file://arptables.service \
|
file://arptables.service \
|
||||||
"
|
"
|
||||||
SRC_URI[arptables.md5sum] = "1d4ab05761f063b0751645d8f2b8f8e5"
|
|
||||||
SRC_URI[arptables.sha256sum] = "e529fd465c67d69ad335299a043516e6b38cdcd337a5ed21718413e96073f928"
|
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "arptables.service"
|
SYSTEMD_SERVICE:${PN} = "arptables.service"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user