diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-09-16 06:14:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-10 12:31:15 +0100 |
commit | f9c65627747cb0eb47705c689423f4197f68811d (patch) | |
tree | 21a14c03c11b367c40839e6fc48f0506044b3e68 /meta | |
parent | 5a1273af1ece46b6ec391fe69fd589ee8ed805f8 (diff) | |
download | poky-f9c65627747cb0eb47705c689423f4197f68811d.tar.gz |
rpm: fix typo in PACKAGECONFIG
Fix typo, change PACAKGECONFIG to PACKAGECONFIG.
(From OE-Core rev: 77363d06121ceec264e06165ddda7b829c963301)
(From OE-Core rev: 5168f694e242ff3ba31f7d7c2ab7c974a937533f)
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')
-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 2dbdca6e6f..1c6dcf6296 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," | |||
155 | PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat," | 155 | PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat," |
156 | PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," | 156 | PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," |
157 | 157 | ||
158 | PACAKGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas," | 158 | PACKAGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas," |
159 | 159 | ||
160 | EXTRA_OECONF += "--verbose \ | 160 | EXTRA_OECONF += "--verbose \ |
161 | --sysconfdir=${sysconfdir} \ | 161 | --sysconfdir=${sysconfdir} \ |