diff options
-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" |