From be21d678d19609728d7087fddfc03ce17c8b38d5 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 18 Mar 2010 19:09:02 +0300 Subject: squid: move potentially reusable in other versions parts to .inc files Signed-off-by: Roman I Khimov --- recipes/squid/squid-native_2.6.STABLE14.bb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'recipes/squid/squid-native_2.6.STABLE14.bb') diff --git a/recipes/squid/squid-native_2.6.STABLE14.bb b/recipes/squid/squid-native_2.6.STABLE14.bb index c8c4258275..aede5dc195 100644 --- a/recipes/squid/squid-native_2.6.STABLE14.bb +++ b/recipes/squid/squid-native_2.6.STABLE14.bb @@ -1,11 +1,3 @@ -inherit native autotools +SQUID_MAJOR = "2.6" -SRC_URI = "http://www.squid-cache.org/Versions/v2/2.6/squid-${PV}.tar.bz2" -S = "${WORKDIR}/squid-${PV}" - -inherit native autotools - -do_stage() { - install -d ${STAGING_BINDIR_NATIVE} - install -m 0755 src/cf_gen ${STAGING_BINDIR_NATIVE}/cf_gen -} +include squid-native.inc -- cgit v1.2.3