mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
rpm: fix typo in PACKAGECONFIG
Fix typo, change PACAKGECONFIG to PACKAGECONFIG. (From OE-Core rev: 77363d06121ceec264e06165ddda7b829c963301) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -156,7 +156,7 @@ PACKAGECONFIG[neon] = "${WITH_NEON},${WITHOUT_NEON},neon expat,"
|
|||||||
PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat,"
|
PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat,"
|
||||||
PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl,"
|
PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl,"
|
||||||
|
|
||||||
PACAKGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas,"
|
PACKAGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas,"
|
||||||
|
|
||||||
EXTRA_OECONF += "--verbose \
|
EXTRA_OECONF += "--verbose \
|
||||||
--sysconfdir=${sysconfdir} \
|
--sysconfdir=${sysconfdir} \
|
||||||
|
|||||||
Reference in New Issue
Block a user