diff options
| -rw-r--r-- | meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb b/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb deleted file mode 100644 index 71e68cccf..000000000 --- a/meta-fsl-ppc/recipes-extended/uspdcp/uspdcp_git.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | DESCRIPTION = "SEC user space driver package" | ||
| 2 | LICENSE = "BSD GPLv2" | ||
| 3 | |||
| 4 | DEPENDS += "flib usdpaa" | ||
| 5 | |||
| 6 | COMPATIBLE_HOST_qoriq-ppc = ".*" | ||
| 7 | COMPATIBLE_HOST ?= "(none)" | ||
| 8 | |||
| 9 | # no COPYING file in current git tree, need to be fixed | ||
| 10 | LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=83b6209ab517640a7390536a08d33609" | ||
| 11 | |||
| 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/uspdcp.git;nobranch=1" | ||
| 13 | SRCREV = "30016cdf36553c14f7143ef005a4925edd901fb0" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | EXTRA_OEMAKE="ARCH=${TARGET_ARCH} EXTRA_DEFINE='USDPAA CONFIG_PHYS_64BIT' CROSS_COMPILE=${TARGET_PREFIX} SDK_DIR=${STAGING_DIR}/${MACHINE}" | ||
| 18 | |||
| 19 | do_install(){ | ||
| 20 | oe_runmake install DESTDIR=${D} | ||
| 21 | } | ||
