diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/hyperrelay/hyperrelay_git.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb b/recipes-extended/hyperrelay/hyperrelay_git.bb deleted file mode 100644 index 29056c55..00000000 --- a/recipes-extended/hyperrelay/hyperrelay_git.bb +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | DESCRIPTION = "Userspace proxy agent for Code Warrrior HyperTrk" | ||
2 | LICENSE = "Freescale-EULA" | ||
3 | LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f" | ||
4 | |||
5 | inherit fsl-eula-unpack | ||
6 | |||
7 | SRC_URI = "git://git.freescale.com/ppc/sdk/hyperrelay.git;fsl-eula=true;branch=sdk-v2.0.x" | ||
8 | SRCREV = "925af97359c2b86399561f1f97f2cb6ca0ccd344" | ||
9 | |||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | CFLAGS += "\ | ||
13 | -Wall \ | ||
14 | -Wundef \ | ||
15 | -Wstrict-prototypes \ | ||
16 | -Wno-trigraphs \ | ||
17 | -fno-strict-aliasing \ | ||
18 | -fno-common \ | ||
19 | -O2 \ | ||
20 | -g \ | ||
21 | -fmessage-length=0 \ | ||
22 | -MMD \ | ||
23 | -MP \ | ||
24 | -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" \ | ||
25 | " | ||
26 | |||
27 | LDFLAGS_prepend = " -lpthread " | ||
28 | |||
29 | do_install() { | ||
30 | install -d ${D}${bindir} | ||
31 | oe_runmake install DESTDIR=${D} | ||
32 | } | ||
33 | |||
34 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | ||
35 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
36 | INSANE_SKIP_${PN} = "ldflags" | ||