mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/busybox: invert dependency with fbset
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5f9d14bb75
commit
ef265261cf
@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
|
|||||||
|
|
||||||
# Packages that provide commands that may also be busybox applets:
|
# Packages that provide commands that may also be busybox applets:
|
||||||
BUSYBOX_DEPENDENCIES = \
|
BUSYBOX_DEPENDENCIES = \
|
||||||
|
$(if $(BR2_PACKAGE_FBSET),fbset) \
|
||||||
$(if $(BR2_PACKAGE_GAWK),gawk) \
|
$(if $(BR2_PACKAGE_GAWK),gawk) \
|
||||||
$(if $(BR2_PACKAGE_GREP),grep) \
|
$(if $(BR2_PACKAGE_GREP),grep) \
|
||||||
$(if $(BR2_PACKAGE_GZIP),gzip) \
|
$(if $(BR2_PACKAGE_GZIP),gzip) \
|
||||||
|
@ -9,11 +9,6 @@ FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev
|
|||||||
FBSET_DEPENDENCIES = host-bison host-flex
|
FBSET_DEPENDENCIES = host-bison host-flex
|
||||||
FBSET_LICENSE = GPL-2.0
|
FBSET_LICENSE = GPL-2.0
|
||||||
|
|
||||||
# Make sure full fbset wins over busybox fbset
|
|
||||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
|
||||||
FBSET_DEPENDENCIES += busybox
|
|
||||||
endif
|
|
||||||
|
|
||||||
define FBSET_BUILD_CMDS
|
define FBSET_BUILD_CMDS
|
||||||
$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user