mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
linux-boundary: Use compatible version names
Kernel modules now contain ${LOCAL_VERSION} as part of the final package name. IPK/OPKG packages cannot contain '_', so 2.0.0_ga+yocto... is invalid. This patch uses a version scheme which is compatible with those packaging schemes. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
ef296050f7
commit
5ff3c017f3
|
@ -10,7 +10,7 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
|||
file://defconfig \
|
||||
"
|
||||
|
||||
LOCALVERSION = "-2.0.0_ga+yocto"
|
||||
LOCALVERSION = "-2.0.0-ga+yocto"
|
||||
SRCBRANCH = "boundary-imx_4.1.15_2.0.0_ga"
|
||||
SRCREV = "ff4e28b95115d7021c3ea6209b7c2b0b849874e1"
|
||||
DEPENDS += "lzop-native bc-native"
|
||||
|
|
Loading…
Reference in New Issue
Block a user