diff options
Diffstat (limited to 'recipes-extended/ipc-ust/ipc-ust_git.bb')
| -rw-r--r-- | recipes-extended/ipc-ust/ipc-ust_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb index df496c282..f307816ee 100644 --- a/recipes-extended/ipc-ust/ipc-ust_git.bb +++ b/recipes-extended/ipc-ust/ipc-ust_git.bb | |||
| @@ -40,12 +40,12 @@ do_install () { | |||
| 40 | install ${S}/fsl_shm/lib/*.h ${D}${includedir}/ipc/fsl_shm/lib | 40 | install ${S}/fsl_shm/lib/*.h ${D}${includedir}/ipc/fsl_shm/lib |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | FILES_${PN} += "${base_libdir}/*.so /ipc/*" | 43 | FILES:${PN} += "${base_libdir}/*.so /ipc/*" |
| 44 | FILES_${PN}-dev = "${includedir}" | 44 | FILES:${PN}-dev = "${includedir}" |
| 45 | FILES_${PN}-dbg += "/ipc/.debug" | 45 | FILES:${PN}-dbg += "/ipc/.debug" |
| 46 | 46 | ||
| 47 | INSANE_SKIP_${PN} += "file-rdeps" | 47 | INSANE_SKIP:${PN} += "file-rdeps" |
| 48 | INSANE_SKIP_${PN}-dev += "dev-elf" | 48 | INSANE_SKIP:${PN}-dev += "dev-elf" |
| 49 | 49 | ||
| 50 | COMPATIBLE_MACHINE = "(b4860qds|b4420qds)" | 50 | COMPATIBLE_MACHINE = "(b4860qds|b4420qds)" |
| 51 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 51 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
