summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-01-31 12:46:31 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-02-06 10:02:16 -0200
commit0651e273ce7bbf988bb9dbab46360c6937e302b8 (patch)
tree8080e2c39a0cd7c0bb4153b77d63fc1430e6099f /recipes-extended
parentd75000128c4c248f6dc356a0277cbce7d7292531 (diff)
downloadmeta-freescale-0651e273ce7bbf988bb9dbab46360c6937e302b8.tar.gz
fsl-pme: remove
This pkg will not be supported anymore. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/fsl-pme/fsl-pme_1.0.3.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb b/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
deleted file mode 100644
index aef9898e..00000000
--- a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1DESCRIPTION = "User space application for Pattern Matcher"
2LICENSE = "Freescale-EULA"
3LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
4
5DEPENDS="libedit"
6RDEPENDS_${PN} += "bash"
7
8SRC_URI = "git://git.freescale.com/ppc/sdk/fsl-pme.git;branch=sdk-v2.0.x"
9SRCREV = "f49fb57960ff5ee649be97a9587ede88e433ea71"
10
11S = "${WORKDIR}/git"
12
13EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" SYS_PATH=${STAGING_LIBDIR}/..'
14do_install() {
15 install -d ${D}${datadir}/fsl-pme
16 install -d ${D}${base_sbindir}
17 install -d ${D}${sysconfdir}/hotplug
18 install bin/* ${D}${base_sbindir}/
19 install -m 644 sample* ${D}${datadir}/fsl-pme/
20 install -m 644 modprobe.conf ${D}${sysconfdir}
21 install -m 755 misc.agent ${D}${sysconfdir}/hotplug
22}
23
24FILES_${PN} += "${datadir}/*"
25INSANE_SKIP_${PN} += "ldflags"
26
27COMPATIBLE_MACHINE = "(e500v2)"
28PACKAGE_ARCH = "${MACHINE_SOCARCH}"
29