From 93ac0fd49ef52c0500a873c48e5f433987594a18 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 22 Jun 2021 08:42:03 -0500 Subject: Add battd 1.0 rev 1 --- recipes-core/battd/battd-ml_1.0.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 recipes-core/battd/battd-ml_1.0.bb diff --git a/recipes-core/battd/battd-ml_1.0.bb b/recipes-core/battd/battd-ml_1.0.bb new file mode 100644 index 0000000..b02d0b8 --- /dev/null +++ b/recipes-core/battd/battd-ml_1.0.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Provides the Multi-Tech battd server" +SECTION = "base" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" +PROVIDES = "annex-client" +# This is only for ARM +COMPATIBLE_HOST = "(arm-mlinux-linux-gnueabi)" + +INSANE_SKIP_${PN} += "build-deps already-stripped ldflags" + +PR = "r1" +TAR_PR = "r1" +SRC_URI = "http://multitech.net/downloads/${PN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}.tar.xz \ +" + +SRC_URI[md5sum] = "a99f5fdb78ed5755f7df3e6a0553dd75" +SRC_URI[sha256sum] = "8dfa10da16c9408d702983533d26c45be1788083e37f7bc0fb336ebcb79b8d95" + + +S = "${WORKDIR}" + +do_install() { + install -d ${D}${sbindir} + install -m 755 ${PN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}/battd ${D}${sbindir} +} + -- cgit v1.2.3