From: Mark Hatle Date: Mon, 20 Jun 2011 18:20:36 +0000 (-0500) Subject: quota: Avoid stripping binaries X-Git-Tag: 2011-1~1053 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ea2bad01000a63840dc8ba79eb227ead13075d32;p=openembedded-core.git quota: Avoid stripping binaries Signed-off-by: Mark Hatle --- diff --git a/meta/recipes-extended/quota/quota_4.00-pre1.bb b/meta/recipes-extended/quota/quota_4.00-pre1.bb index 849315e207..00cdd5ed68 100644 --- a/meta/recipes-extended/quota/quota_4.00-pre1.bb +++ b/meta/recipes-extended/quota/quota_4.00-pre1.bb @@ -6,7 +6,7 @@ LICENSE = "BSD & GPLv2+ & LGPLv2.1+" LIC_FILES_CHKSUM = "file://quota.c;beginline=1;endline=33;md5=331c7d77744bfe0ad24027f0651028ec \ file://rquota_server.c;beginline=1;endline=20;md5=d509328bb71c3438b9c737774b4132a2 \ file://svc_socket.c;beginline=1;endline=17;md5=24d5a8792da45910786eeac750be8ceb" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/project/linuxquota/quota-tools/${PV}/quota-${PV}.tar.gz" @@ -17,6 +17,8 @@ S = ${WORKDIR}/quota-tools inherit autotools +EXTRA_OEMAKE += 'STRIP=""' + do_install() { oe_runmake prefix=${D}${prefix} install }