diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-connectivity/ppp | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp')
-rw-r--r-- | meta/recipes-connectivity/ppp/ppp_2.4.9.bb | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.9.bb b/meta/recipes-connectivity/ppp/ppp_2.4.9.bb index a78992fa5e..6e5cfc8f91 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.4.9.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.4.9.bb | |||
@@ -43,7 +43,7 @@ do_configure () { | |||
43 | oe_runconf | 43 | oe_runconf |
44 | } | 44 | } |
45 | 45 | ||
46 | do_install_append () { | 46 | do_install:append () { |
47 | make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp | 47 | make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp |
48 | mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d | 48 | mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d |
49 | mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/ | 49 | mkdir -p ${D}${sysconfdir}/ppp/ip-up.d/ |
@@ -68,29 +68,29 @@ do_install_append () { | |||
68 | chmod u+s ${D}${sbindir}/pppd | 68 | chmod u+s ${D}${sbindir}/pppd |
69 | } | 69 | } |
70 | 70 | ||
71 | do_install_append_libc-musl () { | 71 | do_install:append:libc-musl () { |
72 | install -Dm 0644 ${S}/include/net/ppp_defs.h ${D}${includedir}/net/ppp_defs.h | 72 | install -Dm 0644 ${S}/include/net/ppp_defs.h ${D}${includedir}/net/ppp_defs.h |
73 | } | 73 | } |
74 | 74 | ||
75 | CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" | 75 | CONFFILES:${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" |
76 | PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools" | 76 | PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools" |
77 | FILES_${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service" | 77 | FILES:${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service" |
78 | FILES_${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" | 78 | FILES:${PN}-oa = "${libdir}/pppd/${PV}/pppoatm.so" |
79 | FILES_${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so" | 79 | FILES:${PN}-oe = "${sbindir}/pppoe-discovery ${libdir}/pppd/${PV}/*pppoe.so" |
80 | FILES_${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" | 80 | FILES:${PN}-radius = "${libdir}/pppd/${PV}/radius.so ${libdir}/pppd/${PV}/radattr.so ${libdir}/pppd/${PV}/radrealms.so" |
81 | FILES_${PN}-winbind = "${libdir}/pppd/${PV}/winbind.so" | 81 | FILES:${PN}-winbind = "${libdir}/pppd/${PV}/winbind.so" |
82 | FILES_${PN}-minconn = "${libdir}/pppd/${PV}/minconn.so" | 82 | FILES:${PN}-minconn = "${libdir}/pppd/${PV}/minconn.so" |
83 | FILES_${PN}-password = "${libdir}/pppd/${PV}/pass*.so" | 83 | FILES:${PN}-password = "${libdir}/pppd/${PV}/pass*.so" |
84 | FILES_${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so" | 84 | FILES:${PN}-l2tp = "${libdir}/pppd/${PV}/*l2tp.so" |
85 | FILES_${PN}-tools = "${sbindir}/pppstats ${sbindir}/pppdump" | 85 | FILES:${PN}-tools = "${sbindir}/pppstats ${sbindir}/pppdump" |
86 | SUMMARY_${PN}-oa = "Plugin for PPP for PPP-over-ATM support" | 86 | SUMMARY:${PN}-oa = "Plugin for PPP for PPP-over-ATM support" |
87 | SUMMARY_${PN}-oe = "Plugin for PPP for PPP-over-Ethernet support" | 87 | SUMMARY:${PN}-oe = "Plugin for PPP for PPP-over-Ethernet support" |
88 | SUMMARY_${PN}-radius = "Plugin for PPP for RADIUS support" | 88 | SUMMARY:${PN}-radius = "Plugin for PPP for RADIUS support" |
89 | SUMMARY_${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows" | 89 | SUMMARY:${PN}-winbind = "Plugin for PPP to authenticate against Samba or Windows" |
90 | SUMMARY_${PN}-minconn = "Plugin for PPP to set a delay before the idle timeout applies" | 90 | SUMMARY:${PN}-minconn = "Plugin for PPP to set a delay before the idle timeout applies" |
91 | SUMMARY_${PN}-password = "Plugin for PPP to get passwords via a pipe" | 91 | SUMMARY:${PN}-password = "Plugin for PPP to get passwords via a pipe" |
92 | SUMMARY_${PN}-l2tp = "Plugin for PPP for l2tp support" | 92 | SUMMARY:${PN}-l2tp = "Plugin for PPP for l2tp support" |
93 | SUMMARY_${PN}-tools = "Additional tools for the PPP package" | 93 | SUMMARY:${PN}-tools = "Additional tools for the PPP package" |
94 | 94 | ||
95 | # Ignore compatibility symlink rp-pppoe.so->pppoe.so | 95 | # Ignore compatibility symlink rp-pppoe.so->pppoe.so |
96 | INSANE_SKIP_${PN}-oe += "dev-so" | 96 | INSANE_SKIP:${PN}-oe += "dev-so" |