]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: fix typo in PACKAGECONFIG
authorChen Qi <Qi.Chen@windriver.com>
Mon, 16 Sep 2013 06:14:54 +0000 (06:14 +0000)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 10 Oct 2013 11:21:02 +0000 (12:21 +0100)
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>
meta/recipes-devtools/rpm/rpm_5.4.9.bb

index 2dbdca6e6fcb07dcfc88e5eff2876e10d8b1c5b6..1c6dcf62967aecb9415f1292c3f3d12b39cacc21 100644 (file)
@@ -155,7 +155,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} \