diff options
| -rw-r--r-- | recipes-bsp/change-file-endianess/change-file-endianess.bb | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/recipes-bsp/change-file-endianess/change-file-endianess.bb b/recipes-bsp/change-file-endianess/change-file-endianess.bb index 9cf2212eb..fc98b0156 100644 --- a/recipes-bsp/change-file-endianess/change-file-endianess.bb +++ b/recipes-bsp/change-file-endianess/change-file-endianess.bb | |||
| @@ -5,10 +5,6 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d | |||
| 5 | 5 | ||
| 6 | SRC_URI = "file://byte_swap.tcl" | 6 | SRC_URI = "file://byte_swap.tcl" |
| 7 | 7 | ||
| 8 | RDEPENDS += "tcl-native" | ||
| 9 | |||
| 10 | inherit native deploy | ||
| 11 | |||
| 12 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
| 13 | 9 | ||
| 14 | do_configure[noexec] = "1" | 10 | do_configure[noexec] = "1" |
| @@ -19,14 +15,6 @@ do_install () { | |||
| 19 | install -m 755 ${WORKDIR}/byte_swap.tcl ${D}/${bindir} | 15 | install -m 755 ${WORKDIR}/byte_swap.tcl ${D}/${bindir} |
| 20 | } | 16 | } |
| 21 | 17 | ||
| 22 | do_deploy () { | 18 | RDEPENDS_${PN} += "tcl" |
| 23 | : | ||
| 24 | } | ||
| 25 | |||
| 26 | do_deploy_class-native () { | ||
| 27 | install -d ${DEPLOYDIR} | ||
| 28 | cp -f ${S}/byte_swap.tcl ${DEPLOYDIR}/ | ||
| 29 | } | ||
| 30 | addtask deploy before do_build after do_populate_sysroot | ||
| 31 | 19 | ||
| 32 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
