meta-digi: missing spaces around '='

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-05-28 10:45:34 +02:00
parent de5be32935
commit 08589f8942
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ PR = "${DISTRO}.r0"
TARBALL_MD5 = "457c5925dbc5d3ee0839f1dfdb0b7d37"
TARBALL_SHA256 = "eae8c6d7b872a7bb1c689010a11890918f4187a87e1c521f3b2bd80f63a8dd77"
SRCREV="cc3b1eb94dda62aa737f2289b7a2d3936492a53b"
SRCREV = "cc3b1eb94dda62aa737f2289b7a2d3936492a53b"
SRCREV_SHORT = "${@'${SRCREV}'[:7]}"
SRC_URI_git = "${DIGI_MTK_GIT}del/imx-bootlets.git;branch=refs/heads/master;protocol=git"
SRC_URI_tarball = " \

View File

@ -1,5 +1,5 @@
DISTRO = "dbl"
SDK_DISTRO="poky"
SDK_DISTRO = "poky"
DISTRO_NAME = "Digi Boxed Linux"
DISTRO_VERSION = "1.3.2"
SDK_VENDOR = "-pokysdk"

View File

@ -1,5 +1,5 @@
DISTRO = "del"
SDK_DISTRO="poky"
SDK_DISTRO = "poky"
DISTRO_NAME = "Digi Embedded Linux"
DISTRO_VERSION = "1.3.2"
SDK_VENDOR = "-pokysdk"

View File

@ -5,7 +5,7 @@ PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
DEPENDS="virtual/kernel"
DEPENDS = "virtual/kernel"
SRC_URI += "file://ifup"