]> code.ossystems Code Review - meta-freescale.git/blob
6d8db4ed1011739ebc7cd580f589b938f7cabfed
[meta-freescale.git] /
1 From eedfa57953d2d6255d53cb098c3f81cbde9187f7 Mon Sep 17 00:00:00 2001
2 From: Cristian Stoica <cristian.stoica@nxp.com>
3 Date: Mon, 22 Feb 2016 11:47:27 +0200
4 Subject: [PATCH 1/2] Disable installing header file provided by another
5  package
6
7 (original patch Signed-off-by: Denys Dmytriyenko <denys@ti.com>)
8 Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
9
10 Upstream-Status: Inappropriate [ OE specific ]
11 ---
12  Makefile | 1 -
13  1 file changed, 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 9871a8e..06202bd 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -33,7 +33,6 @@ install: modules_install
20  
21  modules_install:
22         $(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install
23 -       install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h
24  
25  clean:
26         $(MAKE) -C $(KERNEL_DIR) M=$(PWD) clean
27 -- 
28 2.7.0
29