aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redland
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-08 21:27:28 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-08 22:30:37 +0100
commitc9ca1ec7a97eda5518ef95a35efee76b943763a8 (patch)
treeff15bfb31477be66d45d08c614afdc761a9db147 /recipes/redland
parent5d269d7d297b5afaf957bbd633b9cf4a197c4a01 (diff)
downloadopenembedded-c9ca1ec7a97eda5518ef95a35efee76b943763a8.tar.gz
removed unused var AUTOTOOLS_STAGE_PKGCONFIG
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Acked-by: Andreas Oberritter <obi@opendreambox.org> (on irc)
Diffstat (limited to 'recipes/redland')
-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