diff options
Diffstat (limited to 'recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb')
-rw-r--r-- | recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb b/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb index cccda6bb..478c8c16 100644 --- a/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb +++ b/recipes-bsp/ti-img-encode-decode/vxd-dec-fw_git.bb | |||
@@ -17,8 +17,8 @@ S = "${WORKDIR}/git" | |||
17 | TARGET = "pvdec_full_bin.fw" | 17 | TARGET = "pvdec_full_bin.fw" |
18 | 18 | ||
19 | do_install() { | 19 | do_install() { |
20 | install -d ${D}${base_libdir}/firmware/ti-img | 20 | install -d ${D}${base_libdir}/firmware |
21 | install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/ti-img/${TARGET} | 21 | install -m 0644 ${S}/ti-img/${TARGET} ${D}${base_libdir}/firmware/${TARGET} |
22 | } | 22 | } |
23 | 23 | ||
24 | FILES_${PN} = "${base_libdir}/firmware" | 24 | FILES_${PN} = "${base_libdir}/firmware" |