From: Chen Qi Date: Mon, 16 Sep 2013 06:14:54 +0000 (+0000) Subject: rpm: fix typo in PACKAGECONFIG X-Git-Tag: 2015-4~5151 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=77363d06121ceec264e06165ddda7b829c963301;p=openembedded-core.git rpm: fix typo in PACKAGECONFIG Fix typo, change PACAKGECONFIG to PACKAGECONFIG. Signed-off-by: Chen Qi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index bd05336ba0..3c7e03b48a 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -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} \