On Thu, Feb 07, 2013 at 11:50:59AM +0100, Marcin Juszkiewicz wrote: > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiew...@linaro.org> > --- > meta-oe/recipes-support/memcached/memcached_1.4.15.bb | 19 > +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 meta-oe/recipes-support/memcached/memcached_1.4.15.bb > > diff --git a/meta-oe/recipes-support/memcached/memcached_1.4.15.bb > b/meta-oe/recipes-support/memcached/memcached_1.4.15.bb > new file mode 100644 > index 0000000..b6d436e > --- /dev/null > +++ b/meta-oe/recipes-support/memcached/memcached_1.4.15.bb > @@ -0,0 +1,19 @@ > +DESCRIPTION = "Free & open source, high-performance, distributed memory > object \ > +caching system, generic in nature, but intended for use in speeding up > dynamic \ > +web applications by alleviating database load." > +HOMEPAGE = "http://memcached.org/" > +LICENSE = "BSD" > +LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff" > + > +SRC_URI = "http://memcached.googlecode.com/files/memcached-${PV}.tar.gz" > + > +SRC_URI[md5sum] = "36ea966f5a29655be1746bf4949f7f69" > +SRC_URI[sha256sum] = > "169721ab7a7531add6ae9f6b14b6b5641725fe0b1f0bdf5c3a4327725901e2b4" > + > +DEPENDS = "libevent" > + > +inherit autotools > + > +do_configure_prepend_aarch64() { > + export ac_cv_c_endian=little
we need this for other machines as well | checking for endianness... configure: error: in `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/memcached/1.4.15-r0/memcached-1.4.15': | configure: error: cannot run test program while cross compiling | See `config.log' for more details > +} > -- > 1.8.0 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel