aboutsummaryrefslogtreecommitdiffstats
path: root/libgpewidget
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-26 00:57:49 +0000
committerChris Larson <clarson@kergoth.com>2004-03-26 00:57:49 +0000
commit135b4bf3fef16e6047d070cf92d772be74e05d25 (patch)
tree7f557532a51d04a15cd8d233146fd09f28b00b7b /libgpewidget
parent15a9c761c2d65c1249eaa59766083927f6cc5004 (diff)
downloadopenembedded-135b4bf3fef16e6047d070cf92d772be74e05d25.tar.gz
Apply bugfix patch to libgpewidget, courtesy glenn mcgrath.
BKrev: 4063800dPX97npUkNxfQc6DFAimMCQ
Diffstat (limited to 'libgpewidget')
-rw-r--r--libgpewidget/libgpewidget_0.78.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
index 0712b30be8..8fc4f8535e 100644
--- a/libgpewidget/libgpewidget_0.78.oe
+++ b/libgpewidget/libgpewidget_0.78.oe
@@ -12,7 +12,7 @@ SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.t
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 () {
- oe_soinstall libgpewidget.so.1 ${STAGING_LIBDIR}/
+ oe_soinstall ${S}/libgpewidget.so.1 ${STAGING_LIBDIR}/
mkdir -p ${STAGING_INCDIR}/gpe
for h in ${headers}; do