rules/lpg/default: Fixed dependencies.
This commit is contained in:
parent
87e70a6615
commit
aec36f560b
@ -10,7 +10,13 @@ url=\
|
|||||||
|
|
||||||
md5=\
|
md5=\
|
||||||
(
|
(
|
||||||
"beb0f3b8be474868b074dca66ced5b48"
|
"d71e2f282372a5cb1021d9e457a3d53f"
|
||||||
|
)
|
||||||
|
|
||||||
|
requires=\
|
||||||
|
(
|
||||||
|
'bison/host'
|
||||||
|
'flex/host'
|
||||||
)
|
)
|
||||||
|
|
||||||
configure()
|
configure()
|
||||||
@ -20,7 +26,10 @@ configure()
|
|||||||
|
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
$cmd_make
|
$cmd_make \
|
||||||
|
BISON="$cfg_dir_toolchain/bin/bison" \
|
||||||
|
FLEX="$cfg_dir_toolchain/bin/flex"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
target_install()
|
target_install()
|
||||||
|
Reference in New Issue
Block a user