diff options
| -rw-r--r-- | meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb | 2 | ||||
| -rw-r--r-- | meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb b/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb index 9a8af271c..100940a1f 100644 --- a/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb +++ b/meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb | |||
| @@ -11,6 +11,8 @@ SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4" | |||
| 11 | DEPENDS = "libxml2 fmlib tclap" | 11 | DEPENDS = "libxml2 fmlib tclap" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | COMPATIBLE_HOST_qoriq-ppc = ".*" | ||
| 15 | COMPATIBLE_HOST ?= "(none)" | ||
| 14 | 16 | ||
| 15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 16 | 18 | ||
diff --git a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb index 035aab593..71e68cccf 100644 --- a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb +++ b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb | |||
| @@ -3,6 +3,9 @@ LICENSE = "BSD GPLv2" | |||
| 3 | 3 | ||
| 4 | DEPENDS += "flib usdpaa" | 4 | DEPENDS += "flib usdpaa" |
| 5 | 5 | ||
| 6 | COMPATIBLE_HOST_qoriq-ppc = ".*" | ||
| 7 | COMPATIBLE_HOST ?= "(none)" | ||
| 8 | |||
| 6 | # no COPYING file in current git tree, need to be fixed | 9 | # no COPYING file in current git tree, need to be fixed |
| 7 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" | 10 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" |
| 8 | 11 | ||
