diff options
author | T Kemp <tkemp@klc.net.nz> | 2007-11-12 11:31:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-12 11:31:51 +0000 |
commit | e8f739857126075e2af0af0a27467b0b72214358 (patch) | |
tree | a83eb16279e85ade261e2a2c48644bbbaab2fd3e /packages/squid/squid-native_2.6.STABLE14.bb | |
parent | 2fa6bfb314afdfc9d1ebda35acc29a0cba58b0bd (diff) |
squid: apply patches for #2884
Diffstat (limited to 'packages/squid/squid-native_2.6.STABLE14.bb')
-rw-r--r-- | packages/squid/squid-native_2.6.STABLE14.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/squid/squid-native_2.6.STABLE14.bb b/packages/squid/squid-native_2.6.STABLE14.bb new file mode 100644 index 0000000000..0730bc15af --- /dev/null +++ b/packages/squid/squid-native_2.6.STABLE14.bb @@ -0,0 +1,11 @@ +inherit native autotools + +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 +} |