misdn-utils: Organize recipe

Fix indentations and style issues.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2015-10-15 14:17:20 -03:00
parent efa5849c45
commit 4a63c7c73e
1 changed files with 8 additions and 5 deletions

View File

@ -2,17 +2,20 @@ DESCRITOPN = "mISDNutils userspace library"
HOMEPAGE = "http://misdn.org"
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
PR = "r4"
SRC_URI = "git://git.misdn.eu/mISDNuser.git \
file://misdn-ph-size.diff"
SRC_URI = "\
git://git.misdn.eu/mISDNuser.git \
file://misdn-ph-size.diff \
"
SRCREV = "fd246f6bbbf2f4692f507018bcd1a526fab16499"
S = "${WORKDIR}/git"
PACKAGES =+ "misdn-tools-dbg misdn-tools"
inherit autotools
PACKAGES =+ "misdn-tools-dbg misdn-tools"
FILES_misdn-tools = "${bindir} ${sbindir}"
FILES_misdn-tools-dbg = "${bindir}/.debug ${sbindir}/.debug"
RDEPENDS_misdn-tools-dbg = "${PN}-dbg"