diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-27 01:13:47 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:07:17 +0000 |
| commit | fcb1791f553081e5267c2d0b7795eab224b4a342 (patch) | |
| tree | 16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/startup-notification | |
| parent | e380b48602db316c7d12d328192eadc52e5be861 (diff) | |
| download | poky-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/startup-notification')
| -rw-r--r-- | meta/packages/startup-notification/startup-notification_0.9.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.9.bb b/meta/packages/startup-notification/startup-notification_0.9.bb index 655f3c9a02..4dedd10e44 100644 --- a/meta/packages/startup-notification/startup-notification_0.9.bb +++ b/meta/packages/startup-notification/startup-notification_0.9.bb | |||
| @@ -4,14 +4,10 @@ SECTION = "libs" | |||
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | DEPENDS = "virtual/libx11 libsm" | 5 | DEPENDS = "virtual/libx11 libsm" |
| 6 | 6 | ||
| 7 | inherit autotools pkgconfig | 7 | inherit autotools_stage pkgconfig |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${PN}-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | do_configure_prepend () { | 11 | do_configure_prepend () { |
| 12 | export X_LIBS=" -L${STAGING_LIBDIR}" | 12 | export X_LIBS=" -L${STAGING_LIBDIR}" |
| 13 | } | 13 | } |
| 14 | |||
| 15 | do_stage () { | ||
| 16 | autotools_stage_all | ||
| 17 | } | ||
