diff mbox

[meta-networking] sethdlc: remove

Message ID 1397087039-21114-2-git-send-email-trevor.woerner@linaro.org
State New
Headers show

Commit Message

Trevor Woerner April 9, 2014, 11:43 p.m. UTC
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
 .../recipes-connectivity/sethdlc/sethdlc.bb        | 30 ----------------------
 1 file changed, 30 deletions(-)
 delete mode 100644 meta-networking/recipes-connectivity/sethdlc/sethdlc.bb
diff mbox

Patch

diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb
deleted file mode 100644
index 3a9692f..0000000
--- a/meta-networking/recipes-connectivity/sethdlc/sethdlc.bb
+++ /dev/null
@@ -1,30 +0,0 @@ 
-DESCRIPTION = "set Linux HDLC packet radio modem driver port information"
-HOMEPAGE = "https://www.kernel.org/pub/linux/utils/net/hdlc"
-LICENSE = "GPLv2 & GPLv2+ "
-LIC_FILES_CHKSUM = "file://Makefile;md5=19aada31930b2be84bf7138420d77263"
-
-
-SRC_URI = "https://www.kernel.org/pub/linux/utils/net/hdlc/${BPN}-1.18.tar.gz \
-"
-SRC_URI[md5sum] = "9016878156a5eadb06c0bae71cc5c9ab"
-SRC_URI[sha256sum] = "21b1e2e1cb0e288b0ec8fcfd9fed449914e0f8e6fc273706bd5b3d4f6ab6b04e"
-
-
-S = "${WORKDIR}/${BPN}-1.18"
-
-DEPENDS="virtual/kernel"
-
-EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \
-              KERNEL_DIR=${STAGING_KERNEL_DIR} "
-
-do_compile_prepend () {
-    oe_runmake clean
-}
-
-
-do_install() {
-    install -d ${D}/${bindir}
-    install sethdlc ${D}/${bindir}/
-}
-
-FILES_${PN} += "${bindir}/sethdlc"