meta-digi: Do not hardcode distro in PR_appends.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-03-06 17:36:32 +01:00
parent 8309770cdf
commit 11bb2bbca7
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
DESCRIPTION = "bootloader for Digi platforms"
PR_append = "+del.r0"
PR_append = "+${DISTRO}.r0"
SRCREV_mxs = "${AUTOREV}"
SRCREV_mx5 = "${AUTOREV}"

View File

@ -1,5 +1,5 @@
# Copyright (C) 2012 Digi International
PR_append = "+del.r0"
PR_append = "+${DISTRO}.r0"
SRCREV_mxs = "${AUTOREV}"
KBRANCH_mxs = "refs/heads/master"

View File

@ -1,4 +1,4 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
PR_append = "+del.r0"
PR_append = "+${DISTRO}.r0"
SRC_URI += " file://imx-lib-11.09.01-0003-vpu-do-not-error-if-no-VPU-IRAM-present.patch "

View File

@ -1,5 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
PR_append = "+del.r0"
PR_append = "+${DISTRO}.r0"
DEPENDS += "libdigi"