dahdi: Be more specific about the version of GPL.

This commit is contained in:
Holger Hans Peter Freyther 2012-05-30 19:21:39 +08:00
parent 8caa70df0a
commit 39b09a8849
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
DESCRITOPN = "Digium Asterisk Hardware Driver Interface - Linux kernel part"
SECTION = "base"
HOMEPAGE = "http://www.asterisk.org"
LICENSE = "GPL"
LICENSE = "GPLv2"
RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
RRECOMMENDS_${PN} = "dahdi-firmware"

View File

@ -1,7 +1,7 @@
DESCRITOPN = "Utilities for the DAHDI Asterisk Linux kernel drivers"
DEPENDS = "dahdi-linux libnewt"
HOMEPAGE = "http://www.asterisk.org"
LICENSE = "GPL"
LICENSE = "GPLv2"
SRC_URI = "http://downloads.asterisk.org/pub/telephony/dahdi-tools/releases/dahdi-tools-${PV}.tar.gz"