diff options
author | Phil Blundell <pb@handhelds.org> | 2006-05-25 13:36:25 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-25 13:36:25 +0200 |
commit | 55fbdd15644da4375f5dc3eea62b7c1e55339f55 (patch) | |
tree | 014cff7e9407157d87f6587b4ec09de7ccd1f157 /org.handhelds.familiar/packages/startup-notification | |
parent | 37303226dc6f4b9775f59dfa3efb9be659c8a9c6 (diff) |
various packages: avoid rpath linking. Fixes the major offenders for Bug #1650. Thanks Phil!
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/startup-notification')
-rw-r--r-- | org.handhelds.familiar/packages/startup-notification/startup-notification_0.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org.handhelds.familiar/packages/startup-notification/startup-notification_0.8.bb b/org.handhelds.familiar/packages/startup-notification/startup-notification_0.8.bb index c4cc574..e942046 100644 --- a/org.handhelds.familiar/packages/startup-notification/startup-notification_0.8.bb +++ b/org.handhelds.familiar/packages/startup-notification/startup-notification_0.8.bb @@ -4,11 +4,13 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell <pb@nexus.co.uk>" DEPENDS = "x11" +PR = "r1" inherit autotools pkgconfig SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz" do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} + autotools_stage_all } + |