diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-26 19:02:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:04 +0000 |
commit | e380b48602db316c7d12d328192eadc52e5be861 (patch) | |
tree | 78d1c6d7742c79216b01fb0b739adea44c85dc51 /meta/packages/avahi | |
parent | f9f549d06fd787f93c9c0af607683d0521fcd827 (diff) | |
download | poky-e380b48602db316c7d12d328192eadc52e5be861.tar.gz |
classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/avahi')
-rw-r--r-- | meta/packages/avahi/avahi.inc | 2 | ||||
-rw-r--r-- | meta/packages/avahi/avahi_0.6.23.bb | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/avahi/avahi.inc b/meta/packages/avahi/avahi.inc index 419b787b5f..8bc9f1b610 100644 --- a/meta/packages/avahi/avahi.inc +++ b/meta/packages/avahi/avahi.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ | |||
13 | file://99avahi-autoipd \ | 13 | file://99avahi-autoipd \ |
14 | file://initscript.patch;patch=1" | 14 | file://initscript.patch;patch=1" |
15 | 15 | ||
16 | inherit autotools pkgconfig update-rc.d | 16 | inherit autotools_stage pkgconfig update-rc.d |
17 | 17 | ||
18 | EXTRA_OECONF = "--with-distro=debian \ | 18 | EXTRA_OECONF = "--with-distro=debian \ |
19 | --with-avahi-priv-access-group=adm \ | 19 | --with-avahi-priv-access-group=adm \ |
diff --git a/meta/packages/avahi/avahi_0.6.23.bb b/meta/packages/avahi/avahi_0.6.23.bb index 642b6b916c..87876ac6f2 100644 --- a/meta/packages/avahi/avahi_0.6.23.bb +++ b/meta/packages/avahi/avahi_0.6.23.bb | |||
@@ -6,7 +6,3 @@ PR = "r8" | |||
6 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ | 6 | FILES_avahi-autoipd = "${sbindir}/avahi-autoipd \ |
7 | ${sysconfdir}/avahi/avahi-autoipd.action \ | 7 | ${sysconfdir}/avahi/avahi-autoipd.action \ |
8 | ${sysconfdir}/dhcp3/*/avahi-autoipd" | 8 | ${sysconfdir}/dhcp3/*/avahi-autoipd" |
9 | |||
10 | do_stage() { | ||
11 | autotools_stage_all | ||
12 | } | ||