aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redland/redland_1.0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/redland/redland_1.0.8.bb')
-rw-r--r--recipes/redland/redland_1.0.8.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/redland/redland_1.0.8.bb b/recipes/redland/redland_1.0.8.bb
index 1566272e2a..959c5e6b56 100644
--- a/recipes/redland/redland_1.0.8.bb
+++ b/recipes/redland/redland_1.0.8.bb
@@ -11,8 +11,6 @@ inherit autotools
EXTRA_OECONF = "--with-bdb-lib=${STAGING_LIBDIR} --with-bdb-include=${STAGING_INCDIR} --with-sqlite=no"
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
do_compile_append() {
for i in `find ${S}/ -name "*.pc" -type f` ; do \
sed -i -e 's:-L${STAGING_LIBDIR}::g' -e 's:${STAGING_LIBDIR}:\$\{libdir\}:g' $i