aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/felix/felix.inc
blob: 2c392e9e10b4037202a7f4a9a4afeb4323ff8a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Apache Felix is an implementation of the OSGi Release 4 core framework specification."
LICENSE = "Apache-2.0"
HOMEPAGE = "http://felix.apache.org/site/index.html"

INC_PR = "r0"

inherit bug-java-library

#Fully Qualified Project Name.
FQPN="CHANGE_ME"

SRC_URI = "${APACHE_MIRROR}/felix/${FQPN}-${PV}-bin.tar.gz"
S = "${WORKDIR}/${FQPN}-${PV}"

PACKAGE_ARCH = "all"

FILES_${PN}="/usr/share/java/"

# override java-library's naming conventions
PACKAGES = ${PN}

# dummy to keep jar from being removed by java-library.bbclass
do_removebinaries() {
    :
}