mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
x264: remove EXTRA_OEMAKE workaround
The default of EXTRA_OEMAKE is already empty since commit: OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE (From OE-Core rev: 408b1f1879e4b90c90f6d139b08d2b6f8e555655) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b8b1edbe6c
commit
40d8bef683
@@ -42,8 +42,6 @@ do_configure() {
|
||||
./configure ${EXTRA_OECONF}
|
||||
}
|
||||
|
||||
# Get rid of -e
|
||||
EXTRA_OEMAKE = ""
|
||||
AS = "${TARGET_PREFIX}gcc"
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user