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
|
||||
endef
|
||||
|
||||
NCURSES_POST_STAGING_INSTALL_HOOKS += NCURSES_PATCH_NCURSES_CONFIG
|
||||
NCURSES_POST_INSTALL_STAGING_HOOKS += NCURSES_PATCH_NCURSES_CONFIG
|
||||
|
||||
ifeq ($(BR2_HAVE_DEVFILES),y)
|
||||
define NCURSES_INSTALL_TARGET_DEVFILES
|
||||
|
Loading…
Reference in New Issue
Block a user