[oe-commits] Mark Hatle : quota: Avoid stripping binaries

git version control git at git.openembedded.org
Thu Jun 23 11:07:31 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: ea2bad01000a63840dc8ba79eb227ead13075d32
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ea2bad01000a63840dc8ba79eb227ead13075d32

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Mon Jun 20 13:20:36 2011 -0500

quota: Avoid stripping binaries

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 meta/recipes-extended/quota/quota_4.00-pre1.bb |    4 +++-
 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 849315e..00cdd5e 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
 }





More information about the Openembedded-commits mailing list