All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] org.oe.dev apache2: native and cross compile patches and BB files
       [not found] <E1GsP4r-0001Lz-4L@linuxtogo.org>
@ 2006-12-07 23:12 ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2006-12-07 23:12 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

awilcox commit schreef:
> apache2: native and cross compile patches and BB files

[snip]

> +do_populate_staging () {
> +	cp srclib/pcre/dftables ../../../staging/i686-linux/bin/
> +	cp server/gen_test_char ../../../staging/i686-linux/bin/
> +	cp srclib/apr/apr-1-config ../../../staging/i686-linux/bin/
> +	cp srclib/apr-util/apu-1-config ../../../staging/i686-linux/bin/
> +	cp support/apxs ../../../staging/i686-linux/bin/
> +	chmod 755 ../../../staging/i686-linux/bin/apxs
> +	mkdir -p ../../../staging/build
> +	cp build/*.mk ../../../staging/build
> +	cat build/config_vars.mk | \
> +		sed -e '/^prefix/s,staging,staging/i686-linux,' | \
> +		sed -e '/^includedir/s,/include,/include/apache2,' | \
> +		sed -e 's,staging/bin,staging/i686-linux/bin,' > \
> +			../../../staging/build/config_vars.mk
> +	cp build/instdso.sh ../../../staging/build
> +	cp .libs/httpd ../../../staging/i686-linux/bin
> +
> +	(cd srclib/apr/.libs; tar -cf - libapr-*.so* ) |
> +	  (cd ../../../staging/i686-linux/lib; tar -xf - )
> +	(cd srclib/apr-util/.libs; tar -cf - libaprutil-*.so* ) |
> +	  (cd ../../../staging/i686-linux/lib; tar -xf - )
> +
> +    	mkdir -p ../../../staging/i686-linux/include/apache2
> +    	cp include/* ../../../staging/i686-linux/include/apache2
> +	cp os/unix/os.h ../../../staging/i686-linux/include/apache2
> +	cp os/unix/unixd.h ../../../staging/i686-linux/include/apache2
> +
> +  	cp support/envvars-std ../../../staging/i686-linux/bin/envvars
> +    	chmod 755 ../../../staging/i686-linux/bin/envvars
> +}

[snip]

Could someone replace those 'i686-linux' occurences with HOST_SYS or STAGING_BINDIR (or
whatever it is called now)?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFFeJ/kMkyGM64RGpERAgNlAJ9lzw4iJB3vQ/JGg8N8xuSSj3kiCwCgjYE8
aXIkwyB9bbMAImQpuNeab5g=
=Bius
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] org.oe.dev apache2: native and cross, compile patches and BB files
       [not found] <mailman.4090.1165535189.29767.openembedded-devel@lists.openembedded.org>
@ 2006-12-08  6:26 ` Andy Wilcox
  2006-12-08  6:33 ` [oe-commits] org.oe.dev site/powerpc-linux: additions for apache2, modphp, and samba cross compile Andy Wilcox
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wilcox @ 2006-12-08  6:26 UTC (permalink / raw)
  To: openembedded-devel


Koen Kooi writes:
> [snip]
>
> Could someone replace those 'i686-linux' occurences with HOST_SYS or STAGING_BINDIR (or
> whatever it is called now)?
>
> regards,
>
> Koen
Heh.  It's amazing how stupid your mistakes can look in public.

Fix on the way...

Cheers,
Andy




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] org.oe.dev site/powerpc-linux: additions for apache2, modphp, and samba cross compile.
       [not found] <mailman.4090.1165535189.29767.openembedded-devel@lists.openembedded.org>
  2006-12-08  6:26 ` [oe-commits] org.oe.dev apache2: native and cross, compile patches and BB files Andy Wilcox
@ 2006-12-08  6:33 ` Andy Wilcox
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wilcox @ 2006-12-08  6:33 UTC (permalink / raw)
  To: openembedded-devel


Mickey writes:
> awilcox commit wrote:
>> > site/powerpc-linux: additions for apache2, modphp, and samba cross compile.
>>     
>
> Are these powerpc specific? If not, should they rather go into our new
> common site file?
Some of these might be powerpc specific.  I'll sort them out and commit
updates (to the appropriate places) shortly.

Cheers,
Andy





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-08  6:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.4090.1165535189.29767.openembedded-devel@lists.openembedded.org>
2006-12-08  6:26 ` [oe-commits] org.oe.dev apache2: native and cross, compile patches and BB files Andy Wilcox
2006-12-08  6:33 ` [oe-commits] org.oe.dev site/powerpc-linux: additions for apache2, modphp, and samba cross compile Andy Wilcox
     [not found] <E1GsP4r-0001Lz-4L@linuxtogo.org>
2006-12-07 23:12 ` [oe-commits] org.oe.dev apache2: native and cross compile patches and BB files Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.