From: Zhenhua Luo Date: Fri, 18 Oct 2013 05:44:46 +0000 (+0800) Subject: usdpaa: update SHA for SDK 1.5 X-Git-Tag: 2.1~534^2~196 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5bcf7978691e878c26c81d81c0aadeb8733e355a;p=meta-freescale.git usdpaa: update SHA for SDK 1.5 Signed-off-by: Zhenhua Luo --- diff --git a/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb b/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb index 48e860f7..e61989a0 100644 --- a/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb +++ b/meta-fsl-ppc/recipes-dpaa/usdpaa/usdpaa_git.bb @@ -5,11 +5,13 @@ PR = "r4" inherit pkgconfig +PACKAGE_ARCH = "${MACHINE_ARCH}" + DEPENDS = "libxml2 libedit ncurses readline flib fmc" RDEPENDS_${PN} = "libgcc bash" -SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git" -SRCREV = "97fe45d9697ef339e10a1885539b23fa7fcb113e" +SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;nobranch=1" +SRCREV = "cc8e332c64e5840ea2037624159801284434caba" S = "${WORKDIR}/git" @@ -42,8 +44,6 @@ do_install () { PARALLEL_MAKE_pn-${PN} = "" FILES_${PN} += "/root/SOURCE_THIS /usr/etc/" -PACKAGE_ARCH = "${MACHINE_ARCH}" - COMPATIBLE_HOST_fslmachine = ".*" COMPATIBLE_HOST ?= "(none)"