summaryrefslogtreecommitdiffstats
path: root/meta/packages/libidn
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/libidn
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-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/libidn')
-rw-r--r--meta/packages/libidn/libidn_0.5.19.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/libidn/libidn_0.5.19.bb b/meta/packages/libidn/libidn_0.5.19.bb
index 322790b8ab..a093c111c9 100644
--- a/meta/packages/libidn/libidn_0.5.19.bb
+++ b/meta/packages/libidn/libidn_0.5.19.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4PRIORITY = "optional" 4PRIORITY = "optional"
5PR = "r0" 5PR = "r0"
6 6
7inherit pkgconfig autotools 7inherit pkgconfig autotools_stage
8 8
9SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" 9SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz"
10 10
@@ -13,7 +13,3 @@ EXTRA_OECONF = " --disable-tld"
13do_configure_prepend () { 13do_configure_prepend () {
14 autoreconf -f -i -s 14 autoreconf -f -i -s
15} 15}
16
17do_stage () {
18 autotools_stage_all
19}