diff options
Diffstat (limited to 'recipes-extended/libvmi/libvmi_git.bb')
| -rw-r--r-- | recipes-extended/libvmi/libvmi_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb index 32a505df..4054e6e4 100644 --- a/recipes-extended/libvmi/libvmi_git.bb +++ b/recipes-extended/libvmi/libvmi_git.bb | |||
| @@ -21,8 +21,8 @@ inherit autotools-brokensep pkgconfig | |||
| 21 | # bitbake should be able to properly populate the -dev package and the main | 21 | # bitbake should be able to properly populate the -dev package and the main |
| 22 | # packages. Since libvmi uses the form libXX.1.0.0.so it breaks this automatic | 22 | # packages. Since libvmi uses the form libXX.1.0.0.so it breaks this automatic |
| 23 | # packaging so we need to be more explicit about what goes where. | 23 | # packaging so we need to be more explicit about what goes where. |
| 24 | FILES_${PN} += "${libdir}/libvmi-0.9.so" | 24 | FILES:${PN} += "${libdir}/libvmi-0.9.so" |
| 25 | FILES_${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \ | 25 | FILES:${PN}-dev = "${includedir} ${libdir}/${BPN}.so ${libdir}/*.la \ |
| 26 | ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig \ | 26 | ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig \ |
| 27 | ${datadir}/aclocal ${base_libdir}/*.o \ | 27 | ${datadir}/aclocal ${base_libdir}/*.o \ |
| 28 | ${libdir}/${BPN}/*.la ${base_libdir}/*.la" | 28 | ${libdir}/${BPN}/*.la ${base_libdir}/*.la" |
| @@ -33,7 +33,7 @@ PACKAGECONFIG[kvm] = "--disable-kvm-legacy,--enable-kvm-legacy,kvm," | |||
| 33 | PACKAGECONFIG[json-c] = ",,json-c," | 33 | PACKAGECONFIG[json-c] = ",,json-c," |
| 34 | 34 | ||
| 35 | # We include a sample conf file to which we have added | 35 | # We include a sample conf file to which we have added |
| 36 | do_install_append () { | 36 | do_install:append () { |
| 37 | mkdir ${D}${sysconfdir} | 37 | mkdir ${D}${sysconfdir} |
| 38 | cp etc/*.conf ${D}${sysconfdir} | 38 | cp etc/*.conf ${D}${sysconfdir} |
| 39 | } | 39 | } |
