mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package: auto* needs perl
This commit is contained in:
parent
f9926351d3
commit
f91a64d224
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_AUTOCONF
|
config BR2_PACKAGE_AUTOCONF
|
||||||
bool "autoconf"
|
bool "autoconf"
|
||||||
|
select BR2_PACKAGE_MICROPERL
|
||||||
help
|
help
|
||||||
Extensible program for developing configure scripts. These
|
Extensible program for developing configure scripts. These
|
||||||
scripts handle all the mundane system/feature detection.
|
scripts handle all the mundane system/feature detection.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_AUTOMAKE
|
config BR2_PACKAGE_AUTOMAKE
|
||||||
bool "automake"
|
bool "automake"
|
||||||
select BR2_PACKAGE_AUTOCONF
|
select BR2_PACKAGE_AUTOCONF
|
||||||
|
select BR2_PACKAGE_MICROPERL
|
||||||
help
|
help
|
||||||
Tool for automatically generating Makefile's for input to
|
Tool for automatically generating Makefile's for input to
|
||||||
configure scripts (made by autoconf).
|
configure scripts (made by autoconf).
|
||||||
|
@ -37,6 +37,7 @@ config BR2_TARGET_GENERIC_DEV_SYSTEM
|
|||||||
select BR2_PACKAGE_PATCH
|
select BR2_PACKAGE_PATCH
|
||||||
select BR2_PACKAGE_SED
|
select BR2_PACKAGE_SED
|
||||||
select BR2_PACKAGE_TAR
|
select BR2_PACKAGE_TAR
|
||||||
|
select BR2_PACKAGE_MICROPERL
|
||||||
select BR2_PACKAGE_AUTOCONF
|
select BR2_PACKAGE_AUTOCONF
|
||||||
select BR2_PACKAGE_AUTOMAKE
|
select BR2_PACKAGE_AUTOMAKE
|
||||||
select BR2_PACKAGE_DROPBEAR
|
select BR2_PACKAGE_DROPBEAR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user