aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libexif
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/libexif
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/libexif')
-rw-r--r--recipes/libexif/libexif.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/libexif/libexif.inc b/recipes/libexif/libexif.inc
index 9284d19edf..0a2b422fc8 100644
--- a/recipes/libexif/libexif.inc
+++ b/recipes/libexif/libexif.inc
@@ -9,8 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libexif/libexif-${PV}.tar.bz2"
inherit autotools
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
do_configure_append() {
sed -i s:doc\ binary:binary:g Makefile
}