mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
cherokee: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 check
BBPATH check actually does not work Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ RDEPENDS_packagegroup-meta-webserver = "\
|
||||
RDEPENDS_packagegroup-meta-webserver-http = "\
|
||||
nginx monkey hiawatha nostromo apache-websocket \
|
||||
apache2 sthttpd \
|
||||
${@bb.utils.contains("BBPATH", "meta-python2", "cherokee", "", d)} \
|
||||
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "cherokee", "", d)} \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-webserver-php = "\
|
||||
|
||||
Reference in New Issue
Block a user