diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:31:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-31 23:49:54 -0400 |
| commit | 0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch) | |
| tree | b91584b573ce42431a35a9b8f064d8be57974e1e /recipes-support/spice | |
| parent | e887a996155f8b9f22d6aca0e31b5fbccd82751e (diff) | |
| download | meta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz | |
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-support/spice')
| -rw-r--r-- | recipes-support/spice/spice_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb index 7198ce0..e1fe16d 100644 --- a/recipes-support/spice/spice_git.bb +++ b/recipes-support/spice/spice_git.bb | |||
| @@ -62,15 +62,15 @@ PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,," | |||
| 62 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," | 62 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," |
| 63 | 63 | ||
| 64 | PACKAGES =+ "${PN}-protocol" | 64 | PACKAGES =+ "${PN}-protocol" |
| 65 | LICENSE_${PN}-protocol = "BSD" | 65 | LICENSE:${PN}-protocol = "BSD" |
| 66 | FILES_${PN}-protocol += "${includedir}/spice-1" | 66 | FILES:${PN}-protocol += "${includedir}/spice-1" |
| 67 | FILES_${PN}-protocol += "${datadir}/pkgconfig" | 67 | FILES:${PN}-protocol += "${datadir}/pkgconfig" |
| 68 | 68 | ||
| 69 | do_configure_prepend() { | 69 | do_configure:prepend() { |
| 70 | mkdir -p ${S}/spice-common/spice-protocol/m4 | 70 | mkdir -p ${S}/spice-common/spice-protocol/m4 |
| 71 | } | 71 | } |
| 72 | 72 | ||
| 73 | do_install_append() { | 73 | do_install:append() { |
| 74 | cd ${B}/spice-common/spice-protocol | 74 | cd ${B}/spice-common/spice-protocol |
| 75 | oe_runmake DESTDIR="${D}" install | 75 | oe_runmake DESTDIR="${D}" install |
| 76 | cd - | 76 | cd - |
