diff options
| author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-07-18 19:07:04 +0300 |
|---|---|---|
| committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-07-20 12:52:13 +0300 |
| commit | 953c5f77eb4d6fe9847a149340dc67314cdabef9 (patch) | |
| tree | c130638a04e37cab1e21a32db721ce074eb2dc4d | |
| parent | a5e7d9bfa9f4d46691735f6ec4e1f6f28d4334d4 (diff) | |
| download | meta-freescale-953c5f77eb4d6fe9847a149340dc67314cdabef9.tar.gz | |
imx-lib: Update lf-6.1.1_1.0.0 to lf-6.1.22_2.0.0
Relevant changes:
- 8f124c3 Add SCR file SCR-imx-lib.txt for imx-lib
- 61227f3 Update the hard-coded '/usr/lib' location to libdir variable
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
| -rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index d3d0450f0..db09982ac 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
| @@ -13,8 +13,8 @@ PE = "1" | |||
| 13 | PV = "5.9+${SRCPV}" | 13 | PV = "5.9+${SRCPV}" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" | 15 | SRC_URI = "git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=${SRCBRANCH}" |
| 16 | SRCBRANCH = "lf-6.1.1_1.0.0" | 16 | SRCBRANCH = "lf-6.1.22_2.0.0" |
| 17 | SRCREV = "43e5ee7dc4f88d883f8ce2bea309f8708be88a3e" | 17 | SRCREV = "8f124c3914d82019849fb697baeb730e4cb1b547" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
