summaryrefslogtreecommitdiffstats
path: root/meta/packages/neon
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/neon
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadopenembedded-core-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/neon')
-rw-r--r--meta/packages/neon/neon_0.28.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/neon/neon_0.28.1.bb b/meta/packages/neon/neon_0.28.1.bb
index d99b9a64a4..997c73b46a 100644
--- a/meta/packages/neon/neon_0.28.1.bb
+++ b/meta/packages/neon/neon_0.28.1.bb
@@ -6,10 +6,6 @@ DEPENDS = "zlib libxml2 expat time gnutls"
SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
file://pkgconfig.patch;patch=1"
-inherit autotools binconfig lib_package pkgconfig
+inherit autotools_stage binconfig lib_package pkgconfig
EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared"
-
-do_stage () {
- autotools_stage_all
-}