DESCRIPTION = "Simplified Python Distributed Indexing is a powerful engine \ to create distributed full text indexing systems and distributed search engines. \ It supports harvesting, crawling (pull methods), and push methods (via a Web \ interface or SPyRO Web services)." HOMEPAGE = "http://www.spyron.org/spydi.html" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "MIT" PR = "ml0" SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/download/SPyDI-${PV}.tar.gz" S = "${WORKDIR}/SPyDI-${PV}" inherit distutils ref='/cgit/'>cgit logo index : openembedded-core.git
Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/recipes-core/glib-2.0/glib-2.0/uclibc_musl_translation.patch
AgeCommit message (Collapse)AuthorFiles
2016-01-22glib-2.0: Fix locale location on muslKhem Raj1
gettext.m4 macro does not detect musl triplets and falls back to ${libdir}/locale It ends up with lot of packging warning "files installed but not packaged" Signed-off-by: Khem Raj <raj.khem@gmail.com>