diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-05-11 16:12:50 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 20:42:25 -0400 |
commit | 8980f0d2a20726c9e9f7e951fca7a90896ecff31 (patch) | |
tree | 7e42c09533315e9f1eca7c56d06866a07350c55c /meta-networking/recipes-daemons/squid | |
parent | 6a84fe282ec641a07bc258fadeba475e8d326e68 (diff) | |
download | meta-openembedded-contrib-8980f0d2a20726c9e9f7e951fca7a90896ecff31.tar.gz |
meta-networking: standardize SECTION values
SECTION has been used inconsistently throughout the recipes in this layer.
Convert them to all use the same convention.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/squid')
-rw-r--r-- | meta-networking/recipes-daemons/squid/squid_3.4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/squid/squid_3.4.7.bb b/meta-networking/recipes-daemons/squid/squid_3.4.7.bb index c5f616dd418..7b00dfcef3e 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.4.7.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.4.7.bb @@ -6,7 +6,7 @@ Squid offers a rich set of traffic optimization options, most of which are \ enabled by default for simpler installation and high performance. \ " HOMEPAGE = "http://www.squid-cache.org" -SECTION = "network" +SECTION = "web" LICENSE = "GPLv2+" MAJ_VER = "${@oe.utils.trim_version("${PV}", 1)}" |