summaryrefslogtreecommitdiff
path: root/packages/libgpelaunch/libgpelaunch_0.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libgpelaunch/libgpelaunch_0.12.bb')
-rw-r--r--packages/libgpelaunch/libgpelaunch_0.12.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/libgpelaunch/libgpelaunch_0.12.bb b/packages/libgpelaunch/libgpelaunch_0.12.bb
index d42414d0d0..52488bb9f4 100644
--- a/packages/libgpelaunch/libgpelaunch_0.12.bb
+++ b/packages/libgpelaunch/libgpelaunch_0.12.bb
@@ -1,17 +1,8 @@
LICENSE = "LGPL"
DESCRIPTION = "GPE program launcher library"
SECTION = "libs"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS = "gtk+ libgpewidget startup-notification"
inherit autotools pkgconfig
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}