diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-17 11:08:05 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-18 11:33:27 -0700 |
commit | ef670167cdf9e31588932a27b22974c908a54dd7 (patch) | |
tree | 4ff2d2f176dffc4f090bc7b300fd5768f02c80ca /meta | |
parent | daca4c746927c0179ec63c0ac98daeb71281ed69 (diff) | |
download | poky-ef670167cdf9e31588932a27b22974c908a54dd7.tar.gz |
rpm: Change pcre to use internal library [BUGID #404]
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.1.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.1.10.bb b/meta/recipes-devtools/rpm/rpm_5.1.10.bb index ab45e067cb..ff5caa212f 100644 --- a/meta/recipes-devtools/rpm/rpm_5.1.10.bb +++ b/meta/recipes-devtools/rpm/rpm_5.1.10.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION_rpm-build = "The RPM Package Manager rpmbuild and related commands." | |||
3 | HOMEPAGE = "http://rpm5.org/" | 3 | HOMEPAGE = "http://rpm5.org/" |
4 | LICENSE = "LGPL 2.1" | 4 | LICENSE = "LGPL 2.1" |
5 | DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" | 5 | DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" |
6 | PR = "r6" | 6 | PR = "r7" |
7 | 7 | ||
8 | SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/POKY/${BPN}-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/POKY/${BPN}-${PV}.tar.gz \ |
9 | file://hdraddorappend.patch \ | 9 | file://hdraddorappend.patch \ |
@@ -34,7 +34,7 @@ EXTRA_OECONF = "--with-python=${PYTHON_BASEVERSION} \ | |||
34 | --without-dmalloc \ | 34 | --without-dmalloc \ |
35 | --without-efence \ | 35 | --without-efence \ |
36 | --without-neon \ | 36 | --without-neon \ |
37 | --with-pcre=${libdir} \ | 37 | --with-pcre=internal \ |
38 | --with-path-macros=${rpm_macros} \ | 38 | --with-path-macros=${rpm_macros} \ |
39 | --with-bugreport=http://bugzilla.pokylinux.org" | 39 | --with-bugreport=http://bugzilla.pokylinux.org" |
40 | 40 | ||