mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
xenomai: use install-user to remove patch
As noted by "George" in bug #6416, the xenomai-do-not-install-devices patch is not needed, since Xenomai provides a "install-user" target to only install the libraries/headers and not the device files. This patch changes xenomai.mk to use 'install-user' and removes the useless patch. Fixes bug #6416. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
77de13ba55
commit
344fc7aa0d
@ -1,11 +0,0 @@
|
||||
--- a/Makefile.in 2011-06-24 16:11:23.591449817 +0200
|
||||
+++ b/Makefile.in 2011-06-24 16:20:29.638129633 +0200
|
||||
@@ -719,7 +719,7 @@
|
||||
$$sudo mknod -m 666 $(DESTDIR)/dev/rtheap c 10 254 ; \
|
||||
fi
|
||||
|
||||
-install-exec-local: devices
|
||||
+install-exec-local:
|
||||
|
||||
install-user:
|
||||
$(MAKE) SUDO=false install
|
@ -16,6 +16,8 @@ XENOMAI_LICENSE = headers: GPLv2+ with exception, libraries: LGPLv2.1+, kernel:
|
||||
XENOMAI_LICENSE_FILES = debian/copyright include/COPYING src/skins/native/COPYING ksrc/nucleus/COPYING
|
||||
|
||||
XENOMAI_INSTALL_STAGING = YES
|
||||
XENOMAI_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-user
|
||||
XENOMAI_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install-user
|
||||
|
||||
XENOMAI_CONF_OPT += --includedir=/usr/include/xenomai/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user