mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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[tcl] = "--with-tcl,--without-tcl,tcl,"
|
||||
|
||||
PACAKGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas,"
|
||||
PACKAGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas,"
|
||||
|
||||
EXTRA_OECONF += "--verbose \
|
||||
--sysconfdir=${sysconfdir} \
|
||||
|
||||
Reference in New Issue
Block a user