mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
legacy: add error target for host-pkg-config
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
cc1cd3b267
commit
be2460c545
@ -12,6 +12,16 @@ ifeq ($(BR2_LEGACY),y)
|
|||||||
$(error "You have legacy configuration in your .config! Please check your configuration.")
|
$(error "You have legacy configuration in your .config! Please check your configuration.")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Legacy options from 2012.08
|
||||||
|
#
|
||||||
|
|
||||||
|
host-pkg-config:
|
||||||
|
@$(call MESSAGE,host-pkg-config is replaced by host-pkgconf)
|
||||||
|
@$(call MESSAGE,please update your .mk files)
|
||||||
|
@false
|
||||||
|
.PHONY: host-pkg-config
|
||||||
|
|
||||||
#
|
#
|
||||||
# Legacy options from 2012.05
|
# Legacy options from 2012.05
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user