diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:37:35 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:37:35 -0300 |
| commit | c269aeebfde5b0d78a0900da0b9f44ddab302880 (patch) | |
| tree | c8b9bab4417c605faa10e0188f89165d8b8d2ed1 /recipes-devtools | |
| parent | d58f8911aec11ff0c201049ca1d88bcb87d0619e (diff) | |
| download | meta-freescale-c269aeebfde5b0d78a0900da0b9f44ddab302880.tar.gz | |
imx-usb-loader: Set SUMMARY and order variables per oelint
oelint-adv flagged the recipe for a missing SUMMARY and for
SRCREV/SRC_URI/PV appearing out of the expected order.
Add a SUMMARY, provide a fuller DESCRIPTION (kept longer than the
summary), and reorder the fetch variables to PV / SRC_URI / SRCREV as
oelint expects. Metadata-only change; the built package is unaffected.
oelint-adv now reports no findings for this recipe.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb index ba6611707..1f8c95f86 100644 --- a/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb +++ b/recipes-devtools/imx-usb-loader/imx-usb-loader_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "i.MX/Vybrid recovery utility" | 1 | SUMMARY = "i.MX/Vybrid USB recovery utility" |
| 2 | DESCRIPTION = "Utility to load and run programs on i.MX/Vybrid SoCs over USB using the serial download protocol" | ||
| 2 | HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" | 3 | HOMEPAGE = "https://github.com/boundarydevices/imx_usb_loader" |
| 3 | SECTION = "devel" | 4 | SECTION = "devel" |
| 4 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
| @@ -6,10 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 6 | 7 | ||
| 7 | DEPENDS = "libusb1" | 8 | DEPENDS = "libusb1" |
| 8 | 9 | ||
| 9 | SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" | ||
| 10 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master" | ||
| 11 | |||
| 12 | PV = "1.0+${SRCPV}" | 10 | PV = "1.0+${SRCPV}" |
| 11 | SRC_URI = "git://github.com/boundarydevices/imx_usb_loader.git;protocol=https;branch=master" | ||
| 12 | SRCREV = "f009770d841468204ab104bf7d3b0c5bc8425dbb" | ||
| 13 | 13 | ||
| 14 | do_install () { | 14 | do_install () { |
| 15 | oe_runmake DESTDIR=${D} install | 15 | oe_runmake DESTDIR=${D} install |
