From ef670167cdf9e31588932a27b22974c908a54dd7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sun, 17 Oct 2010 11:08:05 -0700 Subject: rpm: Change pcre to use internal library [BUGID #404] Signed-off-by: Saul Wold --- meta/recipes-devtools/rpm/rpm_5.1.10.bb | 4 ++-- 1 file 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." HOMEPAGE = "http://rpm5.org/" LICENSE = "LGPL 2.1" DEPENDS = "zlib perl popt beecrypt python libpcre elfutils" -PR = "r6" +PR = "r7" SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.1/POKY/${BPN}-${PV}.tar.gz \ file://hdraddorappend.patch \ @@ -34,7 +34,7 @@ EXTRA_OECONF = "--with-python=${PYTHON_BASEVERSION} \ --without-dmalloc \ --without-efence \ --without-neon \ - --with-pcre=${libdir} \ + --with-pcre=internal \ --with-path-macros=${rpm_macros} \ --with-bugreport=http://bugzilla.pokylinux.org" -- cgit v1.2.3-54-g00ecf