summaryrefslogtreecommitdiff
path: root/freetype
diff options
context:
space:
mode:
Diffstat (limited to 'freetype')
-rw-r--r--freetype/freetype-native_2.1.7.oe5
-rw-r--r--freetype/freetype_2.1.7.oe4
2 files changed, 2 insertions, 7 deletions
diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe
index 1f15d700c3..2fb5816eca 100644
--- a/freetype/freetype-native_2.1.7.oe
+++ b/freetype/freetype-native_2.1.7.oe
@@ -14,10 +14,7 @@ do_configure () {
}
do_stage () {
- oe_soinstall objs/.libs/libfreetype.so.6.3.5 ${STAGING_LIBDIR}/
-
- install -m 0644 objs/.libs/libfreetype.lai ${STAGING_LIBDIR}/libfreetype.la
- install -m 0644 objs/.libs/libfreetype.a ${STAGING_LIBDIR}/libfreetype.a
+ oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
cp -a ${S}/include/*.h ${STAGING_INCDIR}
install -d ${STAGING_INCDIR}/freetype2
cp -a ${S}/include/freetype ${STAGING_INCDIR}/freetype2/
diff --git a/freetype/freetype_2.1.7.oe b/freetype/freetype_2.1.7.oe
index 1207d514ea..c002dff23c 100644
--- a/freetype/freetype_2.1.7.oe
+++ b/freetype/freetype_2.1.7.oe
@@ -18,10 +18,8 @@ do_configure () {
}
do_stage () {
- oe_soinstall objs/.libs/libfreetype.so.6.3.5 ${STAGING_LIBDIR}/
+ oe_libinstall -so -a -C objs libfreetype ${STAGING_LIBDIR}
- install -m 0644 objs/.libs/libfreetype.lai ${STAGING_LIBDIR}/libfreetype.la
- install -m 0644 objs/.libs/libfreetype.a ${STAGING_LIBDIR}/
cp -a ${S}/include/*.h ${STAGING_INCDIR}
install -d ${STAGING_INCDIR}/freetype2
cp -a ${S}/include/freetype ${STAGING_INCDIR}/freetype2/