diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-03-18 23:38:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-18 23:38:42 -0300 |
| commit | ada549c176e581c0748e135b35f44eaaa628a6af (patch) | |
| tree | 17849f87cec0919cbc2fbf395b1e3f49c8d34019 | |
| parent | 234230d55184110a65533bdfc0481dfaec056d65 (diff) | |
| parent | 792ad7d32b300eb1d421abdbc830df567ae34875 (diff) | |
| download | meta-freescale-ada549c176e581c0748e135b35f44eaaa628a6af.tar.gz | |
Merge pull request #2151 from nxp-upstream/imx-uuc
imx-uuc: Don't inherit autotools
| -rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 49fc15581..e245f28ba 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb | |||
| @@ -6,8 +6,6 @@ DEPENDS = "virtual/kernel dosfstools-native" | |||
| 6 | LICENSE = "GPL-2.0-only" | 6 | LICENSE = "GPL-2.0-only" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | 8 | ||
| 9 | inherit autotools-brokensep | ||
| 10 | |||
| 11 | PR = "r1" | 9 | PR = "r1" |
| 12 | PV = "0.5.1+git${SRCPV}" | 10 | PV = "0.5.1+git${SRCPV}" |
| 13 | 11 | ||
| @@ -16,6 +14,10 @@ SRCREV = "9b4adc0cde346fbae743dc21fcf5115488307b83" | |||
| 16 | 14 | ||
| 17 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 18 | 16 | ||
| 17 | do_install() { | ||
| 18 | oe_runmake 'DESTDIR=${D}' install | ||
| 19 | } | ||
| 20 | |||
| 19 | FILES:${PN} += "/linuxrc /fat" | 21 | FILES:${PN} += "/linuxrc /fat" |
| 20 | 22 | ||
| 21 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" | 23 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" |
