diff options
Diffstat (limited to 'libgpevtype')
-rw-r--r-- | libgpevtype/libgpevtype_0.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe index 4875af7c6b..f72e91d1a5 100644 --- a/libgpevtype/libgpevtype_0.3.oe +++ b/libgpevtype/libgpevtype_0.3.oe @@ -11,7 +11,7 @@ SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpevtype-${PV}.ta headers = "tag-db.h vcard.h vevent.h vtodo.h" do_stage () { - oe_soinstall libgpevtype.so.0 ${STAGING_LIBDIR}/ + oe_libinstall -so libgpevtype ${STAGING_LIBDIR} mkdir -p ${STAGING_INCDIR}/gpe for h in ${headers}; do |