diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-18 19:09:02 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-20 18:01:48 +0300 |
commit | be21d678d19609728d7087fddfc03ce17c8b38d5 (patch) | |
tree | fe82eaab45298138adb881d5a0c03b86de6717fe /recipes/squid/squid-native_2.6.STABLE14.bb | |
parent | d7d1558dca1deb46c21acc852cdb09cf90a8bce7 (diff) |
squid: move potentially reusable in other versions parts to .inc files
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/squid/squid-native_2.6.STABLE14.bb')
-rw-r--r-- | recipes/squid/squid-native_2.6.STABLE14.bb | 12 |
1 files changed, 2 insertions, 10 deletions
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 |