mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
ncurses: get the post staging installation hook called properly
There was a typo in the name of the variable to register the hook, which prevent the hook from actually being called. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fd08153b9d
commit
0018ec74bd
@ -57,7 +57,7 @@ define NCURSES_PATCH_NCURSES_CONFIG
|
|||||||
$(STAGING_DIR)/usr/bin/ncurses5-config
|
$(STAGING_DIR)/usr/bin/ncurses5-config
|
||||||
endef
|
endef
|
||||||
|
|
||||||
NCURSES_POST_STAGING_INSTALL_HOOKS += NCURSES_PATCH_NCURSES_CONFIG
|
NCURSES_POST_INSTALL_STAGING_HOOKS += NCURSES_PATCH_NCURSES_CONFIG
|
||||||
|
|
||||||
ifeq ($(BR2_HAVE_DEVFILES),y)
|
ifeq ($(BR2_HAVE_DEVFILES),y)
|
||||||
define NCURSES_INSTALL_TARGET_DEVFILES
|
define NCURSES_INSTALL_TARGET_DEVFILES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user