diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-05 20:38:46 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-05 20:40:03 +0000 |
commit | a80a839dc9a2f21e2295cef46c6f7fc04a52d671 (patch) | |
tree | f39243e95ea90c0f760febca3555ecdf2577f650 /meta/classes | |
parent | 1d505f2e10cf40ae5f6bd111e023a3512fd93f30 (diff) | |
download | poky-a80a839dc9a2f21e2295cef46c6f7fc04a52d671.tar.gz |
Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhere
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/xfce.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass index db6329c4ad..95778ee39e 100644 --- a/meta/classes/xfce.bbclass +++ b/meta/classes/xfce.bbclass | |||
@@ -13,8 +13,6 @@ SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.t | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | AUTOTOOLS_STAGE_PKGCONFIG = "1" | ||
17 | |||
18 | EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" | 16 | EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/" |
19 | 17 | ||
20 | # FIXME: Put icons in their own package too? | 18 | # FIXME: Put icons in their own package too? |