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

git at git.openembedded.org git at git.openembedded.org
Thu Oct 10 11:17:49 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 5168f694e242ff3ba31f7d7c2ab7c974a937533f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5168f694e242ff3ba31f7d7c2ab7c974a937533f

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.

(From OE-Core rev: 77363d06121ceec264e06165ddda7b829c963301)

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 2dbdca6..1c6dcf6 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
@@ -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} \



More information about the Openembedded-commits mailing list