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:35:18 +0100 |
commit | bf413add98aa5280b51fa7c1fd3e43b727ee2406 (patch) | |
tree | 0a5db59be6e1d1354d378c9402b529ffca2c016e /meta/recipes-devtools/rpm | |
parent | e3cacf17e81b3b9571c9685bad389cc951a496ec (diff) | |
download | poky-bf413add98aa5280b51fa7c1fd3e43b727ee2406.tar.gz |
rpm: fix typo in PACKAGECONFIG
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>
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," | |||
156 | PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat," | 156 | PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat," |
157 | PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," | 157 | PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," |
158 | 158 | ||
159 | PACAKGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas," | 159 | PACKAGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas," |
160 | 160 | ||
161 | EXTRA_OECONF += "--verbose \ | 161 | EXTRA_OECONF += "--verbose \ |
162 | --sysconfdir=${sysconfdir} \ | 162 | --sysconfdir=${sysconfdir} \ |