[oe-commits] Chen Qi : rpm: fix typo in PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 13:23:51 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 77363d06121ceec264e06165ddda7b829c963301
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=77363d06121ceec264e06165ddda7b829c963301

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Mon Sep 16 06:14:54 2013 +0000

rpm: fix typo in PACKAGECONFIG

Fix typo, change PACAKGECONFIG to PACKAGECONFIG.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/rpm/rpm_5.4.9.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index bd05336..3c7e03b 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} \



More information about the Openembedded-commits mailing list