summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 21:17:20 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-15 22:43:48 -0700
commit60d12a4186d9a3e1ae232a206ca3d09850c149cd (patch)
tree35f0df2fd643ee2d0151045c1105dc29c508c671
parent6819199777bfac356a5f58cd77e938c621acbfd5 (diff)
downloadmeta-openembedded-60d12a4186d9a3e1ae232a206ca3d09850c149cd.tar.gz
rp-pppoe: upgrade 3.15 -> 4.0
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_4.0.bb (renamed from meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_4.0.bb
index 42e9c4260f..997871db34 100644
--- a/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb
+++ b/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_4.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "A user-mode PPPoE client and server suite for Linux"
2HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe" 2HOMEPAGE = "http://www.roaringpenguin.com/products/pppoe"
3SECTION = "net" 3SECTION = "net"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" 5LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=aaa8b7bfb03da19eee6187365c352a80"
6 6
7 7
8SRC_URI = "https://downloads.uls.co.za/rp-pppoe/rp-pppoe-${PV}.tar.gz \ 8SRC_URI = "https://downloads.uls.co.za/rp-pppoe/rp-pppoe-${PV}.tar.gz \
@@ -18,7 +18,7 @@ SRC_URI = "https://downloads.uls.co.za/rp-pppoe/rp-pppoe-${PV}.tar.gz \
18 file://0002-Enable-support-for-the-kernel-module.patch \ 18 file://0002-Enable-support-for-the-kernel-module.patch \
19 " 19 "
20 20
21SRC_URI[sha256sum] = "b1f318bc7e4e5b0fd8a8e23e8803f5e6e43165245a5a10a7162a92a6cf17829a" 21SRC_URI[sha256sum] = "41ac34e5db4482f7a558780d3b897bdbb21fae3fef4645d2852c3c0c19d81cea"
22 22
23inherit autotools-brokensep update-rc.d systemd 23inherit autotools-brokensep update-rc.d systemd
24 24