aboutsummaryrefslogtreecommitdiffstats
path: root/classes
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 /classes
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 'classes')
-rw-r--r--classes/efl.bbclass1
-rw-r--r--classes/gnomebase.bbclass2
-rw-r--r--classes/xfce.bbclass2
-rw-r--r--classes/xfce46.bbclass2
4 files changed, 0 insertions, 7 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index 518444e1c5..2dc6fc2097 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -8,7 +8,6 @@ PE = "2"
inherit e-base autotools
# evas-native looks at this var, so keep it
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_configure_prepend() {
autopoint || touch config.rpath
diff --git a/classes/gnomebase.bbclass b/classes/gnomebase.bbclass
index b50504f983..99f4b2b922 100644
--- a/classes/gnomebase.bbclass
+++ b/classes/gnomebase.bbclass
@@ -20,8 +20,6 @@ FILES_${PN}-doc += "${datadir}/devhelp"
inherit autotools pkgconfig
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
do_install_append() {
rm -rf ${D}${localstatedir}/lib/scrollkeeper/*
rm -rf ${D}${localstatedir}/scrollkeeper/*
diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass
index db6329c4ad..95778ee39e 100644
--- a/classes/xfce.bbclass
+++ b/classes/xfce.bbclass
@@ -13,8 +13,6 @@ SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.t
inherit autotools
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/"
# FIXME: Put icons in their own package too?
diff --git a/classes/xfce46.bbclass b/classes/xfce46.bbclass
index c24dfa4d8c..9f59d4fc98 100644
--- a/classes/xfce46.bbclass
+++ b/classes/xfce46.bbclass
@@ -15,8 +15,6 @@ SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-$
inherit autotools gtk-icon-cache pkgconfig
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/"
# FIXME: Put icons in their own package too?