mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sysvinit: remove unneeded dependency on ncurses
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d3de556d28
commit
311e0a6fc4
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_SYSVINIT
|
config BR2_PACKAGE_SYSVINIT
|
||||||
bool "sysvinit"
|
bool "sysvinit"
|
||||||
select BR2_PACKAGE_NCURSES
|
|
||||||
help
|
help
|
||||||
/sbin/init - parent of all processes
|
/sbin/init - parent of all processes
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY): $(SYSVINIT_DIR)/$(SYSVINIT_BINARY)
|
|||||||
install -D $(SYSVINIT_DIR)/src/$$x $(TARGET_DIR)/sbin/$$x || exit 1; \
|
install -D $(SYSVINIT_DIR)/src/$$x $(TARGET_DIR)/sbin/$$x || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
sysvinit: ncurses $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY)
|
sysvinit: $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY)
|
||||||
|
|
||||||
sysvinit-source: $(DL_DIR)/$(SYSVINIT_SOURCE)
|
sysvinit-source: $(DL_DIR)/$(SYSVINIT_SOURCE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user