From: Denys Dmytriyenko <[email protected]> This used to be a warning and recently became an error. Need to be cleaned up later.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-devtools/php/php_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-devtools/php/php_%.bbappend b/meta-arago-distro/recipes-devtools/php/php_%.bbappend index ab402f7..79b95dc 100644 --- a/meta-arago-distro/recipes-devtools/php/php_%.bbappend +++ b/meta-arago-distro/recipes-devtools/php/php_%.bbappend @@ -21,3 +21,5 @@ do_install_prepend_pn-php() { mkdir -p ${B}/sapi/fpm/ touch ${B}/sapi/fpm/init.d.php-fpm } + +INSANE_SKIP_${PN} += "installed-vs-shipped" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
