[Bug 4277] new package of dietlibc

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Mon Aug 4 03:51:17 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4277





--- Comment #6 from lynnlin <lynn.lin at avocent.com>  2008-08-04 05:51:16 ---


DESCRIPTION="A minimal libc"
HOMEPAGE="http://www.fefe.de/dietlibc/"
LICENSE="GPLV2"
SECTION="libs"
SRC_URI="http://www.kernel.org/pub/linux/libs/${PN}/${PN}-${PV}.tar.bz2 \
         file://cc.patch;patch=1 \
         "
PR = "r0"
DEFAULT_PREFERENCE = "-1"

Target = "i386"
inherit autotools

EXTRA_OEMAKE=" DEBUG=1"
CFLAGS=" -fno-pie -g"

do_install  () {
    oe_runmake DESTDIR=${D} install
}

FILES_${PN}-dbg += "${prefix}/lib-${Target}/.debug"
FILES_${PN} += "${prefix}/lib-${Target}/"
FILES_${PN}-doc += "${prefix}/man/man1"
~                                           


Now,it only works in x86 arch,I udpate bb file

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list