[oe-commits] [meta-openembedded] 03/03: layer.conf: Add phpmyadmin->php dep to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 20:02:10 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit bbba23ad288c83a603bf6960e510db50cf02dd5c
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Nov 13 11:53:40 2019 -0800

    layer.conf: Add phpmyadmin->php dep to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
    
    phpmyadmin rdeps on php-cli but we can ignore signatures for the deps
    
    ERROR: phpmyadmin different signature for task do_package_write_ipk.sigdata
    Hash for dependent task php/php_7.3.11.bb:do_packagedata changed
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-webserver/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
index 6157d4d..2c6fad4 100644
--- a/meta-webserver/conf/layer.conf
+++ b/meta-webserver/conf/layer.conf
@@ -23,4 +23,5 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   phpmyadmin->bash \
+  phpmyadmin->php \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list