[meta-freescale] [PATCH 14/14] mux-server: remove

Chunrong Guo B40290 at freescale.com
Tue Jan 30 20:46:36 PST 2018


From: Chunrong Guo <chunrong.guo at nxp.com>

This pkg will not be supported anymore.

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 ...001-Makefile-Fix-the-warning-during-build.patch | 31 ----------------------
 .../mux-server/mux-server_1.02.bb                  | 29 --------------------
 2 files changed, 60 deletions(-)
 delete mode 100644 recipes-virtualization/mux-server/mux-server/0001-Makefile-Fix-the-warning-during-build.patch
 delete mode 100644 recipes-virtualization/mux-server/mux-server_1.02.bb

diff --git a/recipes-virtualization/mux-server/mux-server/0001-Makefile-Fix-the-warning-during-build.patch b/recipes-virtualization/mux-server/mux-server/0001-Makefile-Fix-the-warning-during-build.patch
deleted file mode 100644
index 32b0f19..0000000
--- a/recipes-virtualization/mux-server/mux-server/0001-Makefile-Fix-the-warning-during-build.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From bcb58c751a7ff82095642d2c9424a7ae18bca3c6 Mon Sep 17 00:00:00 2001
-From: Sujith Haridasan <Sujith_Haridasan at mentor.com>
-Date: Wed, 27 Apr 2016 16:49:09 +0530
-Subject: [PATCH] Makefile: Fix the warning during build
-
-Fix QA Issue: No GNU_HASH in the elf binary
-This warning is caused when built with external
-toolchain sourcery.
-
-Signed-off-by: Sujith H <sujith.h at gmail.com>
-Signed-off-by: Sujith Haridasan <Sujith_Haridasan at mentor.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index c41030d..fa69b6f 100644
---- a/Makefile
-+++ b/Makefile
-@@ -36,7 +36,7 @@ HOSTCC_OPTS_C= -Wall \
- all: mux_server
- 
- mux_server: mux_server.c
--	$(HOSTCC) $(HOSTCC_OPTS) $(HOSTCC_OPTS_C) -o $@ $< -lpthread
-+	$(HOSTCC) $(HOSTCC_OPTS) $(HOSTCC_OPTS_C) -o $@ $< -lpthread ${LDFLAGS}
- 
- clean:
- 	rm -f mux_server
--- 
-1.9.1
-
diff --git a/recipes-virtualization/mux-server/mux-server_1.02.bb b/recipes-virtualization/mux-server/mux-server_1.02.bb
deleted file mode 100644
index 83bafaa..0000000
--- a/recipes-virtualization/mux-server/mux-server_1.02.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "A Linux-based utility supporting console multiplexing and demultiplexing"
-SECTION = "mux-server"
-LICENSE = "LGPL-2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-
-SRC_URI = "git://git.freescale.com/ppc/sdk/hypervisor/mux_server.git;branch=master \
-    file://0001-Makefile-Fix-the-warning-during-build.patch \
-"
-SRCREV = "3e4c6a44a81bb5cf2996830e8034d26850f80efc"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE='HOSTCC="${CC}"'
-
-inherit deploy
-
-do_install () {
-    install -d ${D}${bindir}
-    install -m 755 mux_server ${D}${bindir}
-}
-
-do_deploy() {
-    install -d ${DEPLOYDIR}/hv
-    install -m 755 mux_server ${DEPLOYDIR}/hv/mux_server-${PKGV}-${PKGR}
-    ln -sf mux_server-${PKGV}-${PKGR} ${DEPLOYDIR}/hv/mux_server
-}
-addtask deploy after do_install
-
-BBCLASSEXTEND = "native nativesdk"
-- 
1.9.0



More information about the meta-freescale mailing list