]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: Change pcre to use internal library [BUGID #404]
authorSaul Wold <Saul.Wold@intel.com>
Sun, 17 Oct 2010 18:08:05 +0000 (11:08 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Mon, 18 Oct 2010 18:33:27 +0000 (11:33 -0700)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-devtools/rpm/rpm_5.1.10.bb

index ab45e067cb6df15a777a8bcd5c22ea22d90d4f25..ff5caa212f00a440da6c01c65cdb5144ff0f4aa6 100644 (file)
@@ -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"