mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
urg: handle config scripts properly
urg installs two <foo>-config scripts, so the ones installed in $(STAGING_DIR) should be fixed up, and the ones installed in $(TARGET_DIR) should be removed. Use the <pkg>_CONFIG_SCRIPTS infrastructure to do this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ffa779564e
commit
e7d8d855f0
@ -17,6 +17,8 @@ URG_DEPENDENCIES = sdl sdl_net
|
|||||||
URG_CONF_OPT = --with-sdl-prefix=$(STAGING_DIR)/usr \
|
URG_CONF_OPT = --with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||||
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
||||||
|
|
||||||
|
URG_CONFIG_SCRIPTS = c_urg-config urg-config
|
||||||
|
|
||||||
define URG_EXTRACT_CMDS
|
define URG_EXTRACT_CMDS
|
||||||
$(RM) -rf $(URG_DIR)
|
$(RM) -rf $(URG_DIR)
|
||||||
unzip -q -d $(BUILD_DIR)/ $(DL_DIR)/$(URG_SOURCE)
|
unzip -q -d $(BUILD_DIR)/ $(DL_DIR)/$(URG_SOURCE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user