summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb')
-rw-r--r--meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb b/meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb
deleted file mode 100644
index 02afef75f..000000000
--- a/meta-agl/recipes-connectivity/connman-ncurses/connman-ncurses_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "A simple ncurses interface for connman"
-DESCRIPTION = "A simple ncurses interface for connman"
-HOMEPAGE = "https://gitlab.com/iotbzh/connman-json-client"
-
-SECTION = "console/network"
-
-DEPENDS = "dbus ncurses connman json-c"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381"
-
-SRC_URI = "git://gitlab.com/iotbzh/connman-json-client.git;protocol=https;rev=ad4261a2f87c914667b1f6841c913f6b08d373e2"
-
-inherit autotools pkgconfig
-
-EXTRA_AUTORECONF += " -i"
-EXTRA_OECONF += " --disable-optimization --enable-debug"
-
-S = "${WORKDIR}/git"
-
-do_install () {
- install -dm755 ${D}${bindir}
- install -Dm755 connman_ncurses ${D}${bindir}
-}
-
-FILES_${PN} = "${bindir}/connman_ncurses"