diff options
author | Patrick Wicki <patrick.wicki@siemens.com> | 2023-11-30 03:55:27 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-29 22:25:05 -0800 |
commit | 10ac056fc08956c88dd2d817d66b51edd1fc0c7a (patch) | |
tree | 2a3cccd5338458764883914c9f4dc9f06553e9aa | |
parent | fa560acfdb3e6922fa27aa139ad950b9f62cd53e (diff) | |
download | meta-openembedded-10ac056fc08956c88dd2d817d66b51edd1fc0c7a.tar.gz |
squid: move configs to sub package
Move the config files to a separate squid-conf package. This allows
shipping new configs via a custom conf package.
Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-daemons/squid/squid_6.5.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_6.5.bb b/meta-networking/recipes-daemons/squid/squid_6.5.bb index 66b42ebbb1..af3cbe067e 100644 --- a/meta-networking/recipes-daemons/squid/squid_6.5.bb +++ b/meta-networking/recipes-daemons/squid/squid_6.5.bb | |||
@@ -53,7 +53,10 @@ PACKAGECONFIG[esi] = "--enable-esi,--disable-esi,expat libxml2" | |||
53 | PACKAGECONFIG[ssl] = "--with-openssl=yes,--with-openssl=no,openssl" | 53 | PACKAGECONFIG[ssl] = "--with-openssl=yes,--with-openssl=no,openssl" |
54 | PACKAGECONFIG[auth] = "--enable-auth-basic='${BASIC_AUTH}',--disable-auth --disable-auth-basic,krb5 openldap db cyrus-sasl" | 54 | PACKAGECONFIG[auth] = "--enable-auth-basic='${BASIC_AUTH}',--disable-auth --disable-auth-basic,krb5 openldap db cyrus-sasl" |
55 | 55 | ||
56 | PACKAGES =+ "${PN}-networkmanager" | 56 | PACKAGES =+ " \ |
57 | ${PN}-conf \ | ||
58 | ${PN}-networkmanager \ | ||
59 | " | ||
57 | 60 | ||
58 | BASIC_AUTH = "DB SASL LDAP" | 61 | BASIC_AUTH = "DB SASL LDAP" |
59 | 62 | ||
@@ -124,7 +127,8 @@ do_install:append() { | |||
124 | FILES:${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" | 127 | FILES:${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" |
125 | FILES:${PN}-dbg += "/usr/src/debug" | 128 | FILES:${PN}-dbg += "/usr/src/debug" |
126 | FILES:${PN}-doc += "${datadir}/*.txt" | 129 | FILES:${PN}-doc += "${datadir}/*.txt" |
130 | FILES:${PN}-conf += "${sysconfdir}/squid" | ||
127 | FILES:${PN}-networkmanager = "${libdir}/NetworkManager/dispatcher.d" | 131 | FILES:${PN}-networkmanager = "${libdir}/NetworkManager/dispatcher.d" |
128 | 132 | ||
129 | RDEPENDS:${PN} += "perl" | 133 | RDEPENDS:${PN} += "perl ${PN}-conf" |
130 | RDEPENDS:${PN}-ptest += "perl make" | 134 | RDEPENDS:${PN}-ptest += "perl make" |