Merge pull request #1463 from tlaurion/ioport_url_change_to_debian

ioport: changing url to debian, same hash. First need to go into #1198 direction
This commit is contained in:
tlaurion 2023-08-11 12:06:26 -04:00 committed by GitHub
commit a276b05a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
modules-$(CONFIG_IOPORT) += ioport
ioport_version := 1.2
ioport_version := 1.2.orig
ioport_dir := ioport-$(ioport_version)
ioport_tar := ioport-$(ioport_version).tar.gz
ioport_url := https://people.redhat.com/rjones/ioport/files/$(ioport_tar)
ioport_tar := ioport_$(ioport_version).tar.gz
ioport_url := http://deb.debian.org/debian/pool/main/i/ioport/$(ioport_tar)
ioport_hash := 7fac1c4b61eb9411275de0e1e7d7a8c3f34166f64f16413f50741e8fce2b8dc0
ioport_configure := CFLAGS=-Os ./configure \