diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-07-06 15:02:38 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-07-29 20:17:26 +0400 |
commit | eb6293b2f61bf5b8b23b5bed45a9b0d456c880a7 (patch) | |
tree | 89af5cedd1dd07e1220862a16afa3af5d971ea13 /recipes/squid/squid-native.inc | |
parent | 962d52ae8358d8fd11ae8a7054fa785d102cf274 (diff) |
squid: remove -native recipes
They were only used for cf_gen compilation which is unnecessary with a little patch
for squid build system.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/squid/squid-native.inc')
-rw-r--r-- | recipes/squid/squid-native.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes/squid/squid-native.inc b/recipes/squid/squid-native.inc deleted file mode 100644 index 1077b98461..0000000000 --- a/recipes/squid/squid-native.inc +++ /dev/null @@ -1,9 +0,0 @@ -inherit native autotools - -SRC_URI = "http://www.squid-cache.org/Versions/v2/${SQUID_MAJOR}/squid-${PV}.tar.bz2;name=squid-${PV}" -S = "${WORKDIR}/squid-${PV}" - -do_stage() { - install -d ${STAGING_BINDIR_NATIVE} - install -m 0755 src/cf_gen ${STAGING_BINDIR_NATIVE}/cf_gen -} |