aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pango/pango.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pango/pango.inc')
-rw-r--r--recipes/pango/pango.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/pango/pango.inc b/recipes/pango/pango.inc
index d0b18755b9..bc59800b03 100644
--- a/recipes/pango/pango.inc
+++ b/recipes/pango/pango.inc
@@ -14,6 +14,7 @@ DEPENDS_virtclass-native = "glib-2.0-native cairo-native"
BBCLASSEXTEND = "native"
PACKAGES_DYNAMIC = "pango-module-*"
+PACKAGES_DYNAMIC_virtclass-native = ""
RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc"
@@ -22,7 +23,7 @@ INC_PR = "r0"
# seems to go wrong with default cflags
FULL_OPTIMIZATION_arm = "-O2"
-SRC_URI += "file://no-tests.patch;patch=1 \
+SRC_URI += "file://no-tests.patch \
"
EXTRA_OECONF = "--disable-glibtest \
@@ -36,10 +37,6 @@ FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*"
FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug"
FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la"
-do_stage () {
- autotools_stage_all
-}
-
postinst_prologue() {
if [ "x$D" != "x" ]; then
exit 1