diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-09-16 06:14:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-17 14:32:55 +0100 |
commit | 77363d06121ceec264e06165ddda7b829c963301 (patch) | |
tree | e6e28dcb0ec684dd0beb9f4261023a6d1a4b42a2 /meta/recipes-devtools/rpm | |
parent | 4672b10ff9b6fcbfc446cabc4323387be21053cb (diff) | |
download | openembedded-core-77363d06121ceec264e06165ddda7b829c963301.tar.gz openembedded-core-77363d06121ceec264e06165ddda7b829c963301.tar.bz2 openembedded-core-77363d06121ceec264e06165ddda7b829c963301.zip |
rpm: fix typo in PACKAGECONFIG
Fix typo, change PACAKGECONFIG to PACKAGECONFIG.
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>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | 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 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} \ |