Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | From 8a884f55bd1527baa82fab68c186ba546273860c Mon Sep 17 00:00:00 2001 |
| 2 | From: Denys Dmytriyenko <denys@ti.com> |
| 3 | Date: Sun, 6 Apr 2014 19:51:39 -0400 |
| 4 | Subject: [PATCH] Disable installing header file provided by another package |
| 5 | |
| 6 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> |
| 7 | |
| 8 | Upstream-Status: Inappropriate [ OE specific ] |
| 9 | --- |
| 10 | Makefile | 2 -- |
| 11 | 1 file changed, 2 deletions(-) |
| 12 | |
| 13 | diff --git a/Makefile b/Makefile |
| 14 | index d66ef26..8e97c6a 100644 |
| 15 | --- a/Makefile |
| 16 | +++ b/Makefile |
| 17 | @@ -23,8 +23,6 @@ install: modules_install |
| 18 | |
| 19 | modules_install: |
| 20 | make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install |
| 21 | - @echo "Installing cryptodev.h in $(PREFIX)/usr/include/crypto ..." |
| 22 | - @install -D crypto/cryptodev.h $(PREFIX)/usr/include/crypto/cryptodev.h |
| 23 | |
| 24 | clean: |
| 25 | make -C $(KERNEL_DIR) SUBDIRS=`pwd` clean |
| 26 | -- |
| 27 | 1.9.1 |
| 28 | |