]> code.ossystems Code Review - openembedded-core.git/commitdiff
nfs-utils: unset CFLAGS for testlk build
authorChong Lu <Chong.Lu@windriver.com>
Wed, 4 Jun 2014 05:35:41 +0000 (13:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jun 2014 16:23:58 +0000 (17:23 +0100)
testlk is built with host gcc at do_compile stage, which leads to unrecognized
some flags for special architecture. So unset CFLAGS for testlk to make sure
it passed.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-unset-CFLAGS-for-testlk-build.patch [new file with mode: 0644]
meta/recipes-connectivity/nfs-utils/nfs-utils_1.3.0.bb

diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-unset-CFLAGS-for-testlk-build.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-unset-CFLAGS-for-testlk-build.patch
new file mode 100644 (file)
index 0000000..6f06edf
--- /dev/null
@@ -0,0 +1,31 @@
+From c6819380f27eeb57210b3d2758aa2f8e6af54b56 Mon Sep 17 00:00:00 2001
+From: Chong Lu <Chong.Lu@windriver.com>
+Date: Tue, 3 Jun 2014 09:56:50 +0800
+Subject: [PATCH] nfs-utils: unset CFLAGS for testlk build
+
+testlk is built with host gcc at do_compile stage, which leads to unrecognized
+some flags for special architecture. So unset CFLAGS for testlk to make sure
+it passed.
+
+Upstream-Status: Pending
+
+Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
+---
+ tools/locktest/Makefile.am |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tools/locktest/Makefile.am b/tools/locktest/Makefile.am
+index 3156815..325b061 100644
+--- a/tools/locktest/Makefile.am
++++ b/tools/locktest/Makefile.am
+@@ -1,6 +1,7 @@
+ ## Process this file with automake to produce Makefile.in
+ CC=$(CC_FOR_BUILD)
++CFLAGS =
+ LIBTOOL = @LIBTOOL@ --tag=CC
+ noinst_PROGRAMS = testlk
+-- 
+1.7.9.5
+
index 048b0e566d55e0bdad884b844a9be5d29f8b29e1..689fe5512db5c6b6fb879c4bd9b9aa8a71a5d879 100644 (file)
@@ -28,7 +28,9 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
            file://nfs-utils.conf \
            file://nfs-server.service \
            file://nfs-mountd.service \
-           file://nfs-statd.service "
+           file://nfs-statd.service \
+           file://nfs-utils-unset-CFLAGS-for-testlk-build.patch \
+"
 
 SRC_URI[md5sum] = "6e93a7997ca3a1eac56bf219adab72a8"
 SRC_URI[sha256sum] = "ab8384d0e487ed6a18c5380d5df28015f7dd98680bf08f3247c97d9f7d99e56f"