diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 19:08:38 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 19:21:39 -0800 |
commit | e4a2593a2193922ef23e62d43affe15b50d825d7 (patch) | |
tree | eff0c64703a4d1e69bb861e433536e455cacb529 /meta-oe/recipes-core | |
parent | 1da85ce7d160b05f7a9e689a470917c7b17e2dd4 (diff) | |
download | meta-openembedded-e4a2593a2193922ef23e62d43affe15b50d825d7.tar.gz |
recipes: 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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index e5001c397..865cbb0bf 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
@@ -70,7 +70,7 @@ RDEPENDS_packagegroup-meta-oe-connectivity ="\ | |||
70 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "obex-data-server", "", d)} \ | 70 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "obex-data-server", "", d)} \ |
71 | libmikmod \ | 71 | libmikmod \ |
72 | obexftp openobex libnet \ | 72 | obexftp openobex libnet \ |
73 | ${@bb.utils.contains("BBPATH", "meta-python2", "telepathy-idle", "", d)} \ | 73 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "telepathy-idle", "", d)} \ |
74 | " | 74 | " |
75 | RDEPENDS_packagegroup-meta-oe-connectivity_append_libc-glibc = " wvstreams wvdial" | 75 | RDEPENDS_packagegroup-meta-oe-connectivity_append_libc-glibc = " wvstreams wvdial" |
76 | 76 | ||
@@ -103,7 +103,7 @@ RDEPENDS_packagegroup-meta-oe-dbs ="\ | |||
103 | leveldb libdbi mariadb mariadb-native \ | 103 | leveldb libdbi mariadb mariadb-native \ |
104 | postgresql psqlodbc rocksdb soci \ | 104 | postgresql psqlodbc rocksdb soci \ |
105 | sqlite \ | 105 | sqlite \ |
106 | ${@bb.utils.contains("BBPATH", "meta-python2", "mysql-python", "", d)} \ | 106 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "mysql-python", "", d)} \ |
107 | " | 107 | " |
108 | 108 | ||
109 | RDEPENDS_packagegroup-meta-oe-devtools ="\ | 109 | RDEPENDS_packagegroup-meta-oe-devtools ="\ |
@@ -120,7 +120,7 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\ | |||
120 | rapidjson serialcheck sip3 tclap uftrace uw-imap valijson \ | 120 | rapidjson serialcheck sip3 tclap uftrace uw-imap valijson \ |
121 | xmlrpc-c yajl yasm \ | 121 | xmlrpc-c yajl yasm \ |
122 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \ | 122 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \ |
123 | ${@bb.utils.contains("BBPATH", "meta-python2", "nodejs", "", d)} \ | 123 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "nodejs", "", d)} \ |
124 | " | 124 | " |
125 | 125 | ||
126 | RDEPENDS_packagegroup-meta-oe-devtools_remove_armv5 = "uftrace nodejs" | 126 | RDEPENDS_packagegroup-meta-oe-devtools_remove_armv5 = "uftrace nodejs" |
@@ -156,7 +156,7 @@ RDEPENDS_packagegroup-meta-oe-extended ="\ | |||
156 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-ssh-agent-auth openwsman sblim-sfcb ", "", d)} \ | 156 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam-ssh-agent-auth openwsman sblim-sfcb ", "", d)} \ |
157 | ${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit polkit-group-rule-datetime ", "", d)} \ | 157 | ${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit polkit-group-rule-datetime ", "", d)} \ |
158 | ${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit-group-rule-network ", "", d)} \ | 158 | ${@bb.utils.contains("DISTRO_FEATURES", "polkit", "polkit-group-rule-network ", "", d)} \ |
159 | ${@bb.utils.contains("BBPATH", "meta-python2", "openlmi-tools", "", d)} \ | 159 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "openlmi-tools", "", d)} \ |
160 | " | 160 | " |
161 | RDEPENDS_packagegroup-meta-oe-extended_remove_mipsarch = "upm mraa tiptop" | 161 | RDEPENDS_packagegroup-meta-oe-extended_remove_mipsarch = "upm mraa tiptop" |
162 | RDEPENDS_packagegroup-meta-oe-extended_remove_powerpc = "upm mraa" | 162 | RDEPENDS_packagegroup-meta-oe-extended_remove_powerpc = "upm mraa" |
@@ -263,7 +263,7 @@ RDEPENDS_packagegroup-meta-oe-support ="\ | |||
263 | procmail \ | 263 | procmail \ |
264 | ${@bb.utils.contains("DISTRO_FEATURES", "polkit", "udisks2 upower", "", d)} \ | 264 | ${@bb.utils.contains("DISTRO_FEATURES", "polkit", "udisks2 upower", "", d)} \ |
265 | ${NE10} \ | 265 | ${NE10} \ |
266 | ${@bb.utils.contains("BBPATH", "meta-python2", "lio-utils", "", d)} \ | 266 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "lio-utils", "", d)} \ |
267 | " | 267 | " |
268 | 268 | ||
269 | RDEPENDS_packagegroup-meta-oe-support_remove_arm ="numactl" | 269 | RDEPENDS_packagegroup-meta-oe-support_remove_arm ="numactl" |