summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorJoshua Lock <joshua.g.lock@intel.com>2016-02-22 11:33:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-22 20:42:47 +0000
commitafb954e2cb8c0f62a16fb4c720d519803ed2a28d (patch)
tree6e9c109465cf1595aeb754872e096e0024c8a3fe /meta/recipes-devtools/rpm
parent069cdbe4dda422374412bf3fa734156b21e078bf (diff)
downloadpoky-afb954e2cb8c0f62a16fb4c720d519803ed2a28d.tar.gz
rpm: fix building rpm 5 with internal beecrypt
RPM 5 cannot be built without beecrypt, therefore the EXTRA_OECONF arguments to pass when the beecrypt PACKAGECONFIG is disabled should enable the internal/bundled beecrypt. [YOCTO #9150] (From OE-Core rev: ed1c47e7c621491b892fb82bd18644dba42212b9) Signed-off-by: Joshua Lock <joshua.g.lock@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+cvs.bb2
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.14.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
index 2747a24ce3..660e9df272 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4+cvs.bb
@@ -159,7 +159,7 @@ PACKAGECONFIG[db] = "${WITH_DB},--without-db,db,"
159 159
160PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3," 160PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3,"
161 161
162PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--without-beecrypt,beecrypt," 162PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--with-beecrypt=internal,beecrypt,"
163PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," 163PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
164PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss," 164PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss,"
165PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt," 165PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt,"
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.14.bb b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
index 261b280c31..90c4a354bf 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.14.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.14.bb
@@ -161,7 +161,7 @@ PACKAGECONFIG[db] = "${WITH_DB},--without-db,db,"
161 161
162PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3," 162PACKAGECONFIG[sqlite] = "--with-sqlite,--without-sqlite,sqlite3,"
163 163
164PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--without-beecrypt,beecrypt," 164PACKAGECONFIG[beecrypt] = "--with-beecrypt=external,--with-beecrypt=internal,beecrypt,"
165PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," 165PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl,"
166PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss," 166PACKAGECONFIG[nss] = "--with-nss,--without-nss,nss,"
167PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt," 167PACKAGECONFIG[gcrypt] = "--with-gcrypt,--without-gcrypt,gcrypt,"