diff options
Diffstat (limited to 'openembedded/packages/startup-notification')
| -rw-r--r-- | openembedded/packages/startup-notification/startup-notification_0.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/startup-notification/startup-notification_0.8.bb b/openembedded/packages/startup-notification/startup-notification_0.8.bb index 3db849d2ce..36181f4043 100644 --- a/openembedded/packages/startup-notification/startup-notification_0.8.bb +++ b/openembedded/packages/startup-notification/startup-notification_0.8.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Startup notification support" | |||
| 2 | LICENSE = "LGPL" | 2 | LICENSE = "LGPL" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" | 5 | MAINTAINER = "Phil Blundell <pb@handhelds.org>" |
| 6 | DEPENDS = "libx11" | 6 | DEPENDS = "libx11" |
| 7 | PR = "r1" | 7 | PR = "r1" |
| 8 | 8 | ||
| @@ -15,5 +15,5 @@ do_configure_prepend () { | |||
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | do_stage () { | 17 | do_stage () { |
| 18 | oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} | 18 | autotools_stage_all |
| 19 | } | 19 | } |
