From: Björn Stenberg Date: Wed, 6 Mar 2013 09:41:10 +0000 (+0100) Subject: glib: Use new _ptest functions X-Git-Tag: yocto-4.0~33680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eda5676f7927a3e1f19789a1d5890a3dd2b77725;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glib: Use new _ptest functions Signed-off-by: Björn Stenberg Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb index d58d4896c3c..779552470c4 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb @@ -60,6 +60,4 @@ do_install_append() { if [ -f ${D}${bindir}/glib-mkenums ]; then sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/glib-mkenums fi - - ptest_do_install }