Skip to content
Snippets Groups Projects
Commit 8b763f38 authored by David Mondou's avatar David Mondou
Browse files

Moving to v2.0.0 branch

parent 501909a5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ SUMMARY = "Rigado's general purpose tool"
DESCRIPTION = "A tool for the gateway which changes functionality based on how it is linked"
# The latest commit
SRCREV = "799382604e3bca4c71fa66d2f6301a56a7f20a1e"
SRCBRANCH ?= "master"
SRCREV = "0eac7841759d073decc94a918d4e5adf1885cfff"
SRCBRANCH ?= "v2.0.0"
require recipes-core/rigtools/rigtools.inc
......@@ -4,23 +4,19 @@ LICENSE = "CLOSED"
PROVIDES += "rigtool"
RDEPENDS_${PN} = "libcurl"
DEPENDS = "curl"
SRC_URI = "git://git.rigado.com/vesta/rigtools-recipe.git;protocol=https;branch=${SRCBRANCH}"
SRC_URI = "git://git.rigado.com/vesta/rigtools.git;protocol=https;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"
inherit autotools
EXTRA_OECONF = ""
do_install() {
install -d ${D}/etc
install -m 755 ${S}/etc/dgua.conf ${D}/etc/dgua.conf
install -m 755 ${S}/dgua.conf ${D}/etc/dgua.conf
install -d ${D}/usr/bin
install -m 755 ${WORKDIR}/build/src/rigtools ${D}/usr/bin/rigtools
install -m 755 ${S}/rigtools ${D}/usr/bin/rigtools
install -d ${D}/etc/init.d
install -d ${D}/etc/rc5.d
install -m 755 ${S}/etc/init.d/dgua_service ${D}/etc/init.d/dgua_service
install -m 755 ${S}/dgua_service ${D}/etc/init.d/dgua_service
ln -sf /etc/init.d/dgua_service ${D}/etc/rc5.d/S70dgua_service
ln -sf /usr/bin/rigtools ${D}/usr/bin/boot_counter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment