aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-15 21:30:02 +0000
committerChris Larson <clarson@kergoth.com>2004-03-15 21:30:02 +0000
commit9ba009a4154f55d869fef17e929412ac89b41048 (patch)
treec9d0ee29cecd8682843d306ab3d52b064a35b0f5 /libgpewidget
parent3ac54ab6b05f9fbdd524557923894a3780de12dc (diff)
downloadopenembedded-9ba009a4154f55d869fef17e929412ac89b41048.tar.gz
patch-o-the-day from Phil
BKrev: 4056205ahvLeb-GP3N-zx6gD6taMPA
Diffstat (limited to 'libgpewidget')
-rw-r--r--libgpewidget/libgpewidget_0.78.oe9
1 files changed, 2 insertions, 7 deletions
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
index bdca61b064..b4051208ef 100644
--- a/libgpewidget/libgpewidget_0.78.oe
+++ b/libgpewidget/libgpewidget_0.78.oe
@@ -5,22 +5,17 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>"
RDEPENDS = "gtk"
DEPENDS = "gtk+"
-inherit pkgconfig
+inherit pkgconfig gpe
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz
headers = "init.h render.h errorbox.h smallbox.h pixmaps.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h"
do_stage () {
- install -m 0755 libgpewidget.so.1 ${STAGING_LIBDIR}/
- ln -s libgpewidget.so.1 ${STAGING_LIBDIR}/libgpewidget.so
+ oe_soinstall libgpewidget.so.1 ${STAGING_LIBDIR}/
mkdir -p ${STAGING_INCDIR}/gpe
for h in ${headers}; do
install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h}
done
}
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' install
-}