summaryrefslogtreecommitdiffstats
path: root/recipes-support/spice/spice_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/spice/spice_git.bb')
-rw-r--r--recipes-support/spice/spice_git.bb10
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,,"
62PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama," 62PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama,"
63 63
64PACKAGES =+ "${PN}-protocol" 64PACKAGES =+ "${PN}-protocol"
65LICENSE_${PN}-protocol = "BSD" 65LICENSE:${PN}-protocol = "BSD"
66FILES_${PN}-protocol += "${includedir}/spice-1" 66FILES:${PN}-protocol += "${includedir}/spice-1"
67FILES_${PN}-protocol += "${datadir}/pkgconfig" 67FILES:${PN}-protocol += "${datadir}/pkgconfig"
68 68
69do_configure_prepend() { 69do_configure:prepend() {
70 mkdir -p ${S}/spice-common/spice-protocol/m4 70 mkdir -p ${S}/spice-common/spice-protocol/m4
71} 71}
72 72
73do_install_append() { 73do_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 -