From 08589f89423f5494438940ff8b35f3dd826fd819 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 28 May 2013 10:45:34 +0200 Subject: [PATCH] meta-digi: missing spaces around '=' Signed-off-by: Javier Viguera --- .../recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb | 2 +- meta-digi-dbl/conf/distro/dbl.conf | 2 +- meta-digi-del/conf/distro/del.conf | 2 +- meta-digi-del/recipes-core/netbase/netbase_5.0.bbappend | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb index 59f77344b..b33c97ac3 100644 --- a/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb +++ b/meta-digi-arm/recipes-bsp/imx-bootlets-del/imx-bootlets-del_git.bb @@ -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 = " \ diff --git a/meta-digi-dbl/conf/distro/dbl.conf b/meta-digi-dbl/conf/distro/dbl.conf index 25a0f8107..6dffeaa78 100644 --- a/meta-digi-dbl/conf/distro/dbl.conf +++ b/meta-digi-dbl/conf/distro/dbl.conf @@ -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" diff --git a/meta-digi-del/conf/distro/del.conf b/meta-digi-del/conf/distro/del.conf index 8400fc532..7c793503d 100644 --- a/meta-digi-del/conf/distro/del.conf +++ b/meta-digi-del/conf/distro/del.conf @@ -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" diff --git a/meta-digi-del/recipes-core/netbase/netbase_5.0.bbappend b/meta-digi-del/recipes-core/netbase/netbase_5.0.bbappend index 15785c5ac..9141610ee 100644 --- a/meta-digi-del/recipes-core/netbase/netbase_5.0.bbappend +++ b/meta-digi-del/recipes-core/netbase/netbase_5.0.bbappend @@ -5,7 +5,7 @@ PR_append = "+${DISTRO}" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" -DEPENDS="virtual/kernel" +DEPENDS = "virtual/kernel" SRC_URI += "file://ifup"