summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-09-16 06:14:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-10 12:31:15 +0100
commitf9c65627747cb0eb47705c689423f4197f68811d (patch)
tree21a14c03c11b367c40839e6fc48f0506044b3e68 /meta
parent5a1273af1ece46b6ec391fe69fd589ee8ed805f8 (diff)
downloadpoky-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.bb2
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,"
155PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat," 155PACKAGECONFIG[lua] = "--with-lua,--without-lua,expat,"
156PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl," 156PACKAGECONFIG[tcl] = "--with-tcl,--without-tcl,tcl,"
157 157
158PACAKGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas," 158PACKAGECONFIG[augeas] = "--with-augeas,--without-augeas,augeas,"
159 159
160EXTRA_OECONF += "--verbose \ 160EXTRA_OECONF += "--verbose \
161 --sysconfdir=${sysconfdir} \ 161 --sysconfdir=${sysconfdir} \