aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/quota
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 13:20:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 11:55:56 +0100
commitea2bad01000a63840dc8ba79eb227ead13075d32 (patch)
treed3a38815bacd41a5c23b712909f150bc4605bc5b /meta/recipes-extended/quota
parent1817d3b3a18e596d531435734e2fc6423b739905 (diff)
downloadopenembedded-core-ea2bad01000a63840dc8ba79eb227ead13075d32.tar.gz
quota: Avoid stripping binaries
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/quota')
-rw-r--r--meta/recipes-extended/quota/quota_4.00-pre1.bb4
1 files changed, 3 insertions, 1 deletions
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
}