diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_9.0.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_9.0.0.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-graphics/wayland/weston_9.0.0.bb b/meta/recipes-graphics/wayland/weston_9.0.0.bb index ce2b7d4f37..fbf181b4a6 100644 --- a/meta/recipes-graphics/wayland/weston_9.0.0.bb +++ b/meta/recipes-graphics/wayland/weston_9.0.0.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ | |||
14 | file://0001-meson.build-fix-incorrect-header.patch \ | 14 | file://0001-meson.build-fix-incorrect-header.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI_append_libc-musl = " file://dont-use-plane-add-prop.patch " | 17 | SRC_URI:append:libc-musl = " file://dont-use-plane-add-prop.patch " |
18 | 18 | ||
19 | SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe" | 19 | SRC_URI[sha256sum] = "5cf5d6ce192e0eb15c1fc861a436bf21b5bb3b91dbdabbdebe83e1f83aa098fe" |
20 | 20 | ||
@@ -91,7 +91,7 @@ PACKAGECONFIG[shell-ivi] = "-Dshell-ivi=true,-Dshell-ivi=false" | |||
91 | # JPEG image loading support | 91 | # JPEG image loading support |
92 | PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" | 92 | PACKAGECONFIG[image-jpeg] = "-Dimage-jpeg=true,-Dimage-jpeg=false, jpeg" |
93 | 93 | ||
94 | do_install_append() { | 94 | do_install:append() { |
95 | # Weston doesn't need the .la files to load modules, so wipe them | 95 | # Weston doesn't need the .la files to load modules, so wipe them |
96 | rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la | 96 | rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la |
97 | 97 | ||
@@ -116,20 +116,20 @@ do_install_append() { | |||
116 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ | 116 | PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)} \ |
117 | libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" | 117 | libweston-${WESTON_MAJOR_VERSION} ${PN}-examples" |
118 | 118 | ||
119 | FILES_${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" | 119 | FILES:${PN}-dev += "${libdir}/${BPN}/libexec_weston.so" |
120 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}" | 120 | FILES:${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so* ${datadir}" |
121 | 121 | ||
122 | FILES_libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so" | 122 | FILES:libweston-${WESTON_MAJOR_VERSION} = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.so" |
123 | SUMMARY_libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'." | 123 | SUMMARY:libweston-${WESTON_MAJOR_VERSION} = "Helper library for implementing 'wayland window managers'." |
124 | 124 | ||
125 | FILES_${PN}-examples = "${bindir}/*" | 125 | FILES:${PN}-examples = "${bindir}/*" |
126 | 126 | ||
127 | FILES_${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" | 127 | FILES:${PN}-xwayland = "${libdir}/libweston-${WESTON_MAJOR_VERSION}/xwayland.so" |
128 | RDEPENDS_${PN}-xwayland += "xwayland" | 128 | RDEPENDS:${PN}-xwayland += "xwayland" |
129 | 129 | ||
130 | RDEPENDS_${PN} += "xkeyboard-config" | 130 | RDEPENDS:${PN} += "xkeyboard-config" |
131 | RRECOMMENDS_${PN} = "weston-init liberation-fonts" | 131 | RRECOMMENDS:${PN} = "weston-init liberation-fonts" |
132 | RRECOMMENDS_${PN}-dev += "wayland-protocols" | 132 | RRECOMMENDS:${PN}-dev += "wayland-protocols" |
133 | 133 | ||
134 | USERADD_PACKAGES = "${PN}" | 134 | USERADD_PACKAGES = "${PN}" |
135 | GROUPADD_PARAM_${PN} = "--system weston-launch" | 135 | GROUPADD_PARAM:${PN} = "--system weston-launch" |