diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-03-01 18:30:49 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-07 13:30:26 +0100 |
| commit | 0c31f55bcfd6630d894dd2dda6ca483bea5de4ab (patch) | |
| tree | 362ae6300bfa295709e24a4879639fb4c0fb5116 /meta-oe/recipes-support/canonical-multitouch | |
| parent | b4524eb786472e69e28212a58a329a5e44e40547 (diff) | |
| download | meta-openembedded-0c31f55bcfd6630d894dd2dda6ca483bea5de4ab.tar.gz | |
Make use of the new bb.utils.filter() function
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/canonical-multitouch')
| -rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb index 0ad10a4ca2..d5a73384d7 100644 --- a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb +++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar. | |||
| 15 | SRC_URI[md5sum] = "02baa941091c5d198cd1623b3ad36e68" | 15 | SRC_URI[md5sum] = "02baa941091c5d198cd1623b3ad36e68" |
| 16 | SRC_URI[sha256sum] = "cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f" | 16 | SRC_URI[sha256sum] = "cfb9ab52cdccd926f1822a457264d0014c7eb9f4600a72626063dd073b26256f" |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 19 | PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver" | 19 | PACKAGECONFIG[x11] = "--enable-x11, --disable-x11, libxi xext virtual/xserver" |
| 20 | 20 | ||
| 21 | PACKAGE_BEFORE_PN += "${PN}-test" | 21 | PACKAGE_BEFORE_PN += "${PN}-test" |
diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb index 3026744a03..e654a4048e 100644 --- a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb +++ b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.b | |||
| 16 | SRC_URI[md5sum] = "0df1b3ec6167920f310e2effe6e2ad44" | 16 | SRC_URI[md5sum] = "0df1b3ec6167920f310e2effe6e2ad44" |
| 17 | SRC_URI[sha256sum] = "5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3" | 17 | SRC_URI[sha256sum] = "5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3" |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 20 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" | 20 | PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi" |
| 21 | 21 | ||
| 22 | PACKAGE_BEFORE_PN += "${PN}-test" | 22 | PACKAGE_BEFORE_PN += "${PN}-test" |
