aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-restartapplet/opie-restartapplet2_cvs.bb
blob: 4bf3efeeeeaa914ea1d1a80e66359e457a1359b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Restart Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
LICENSE = "GPL"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
PV = "${OPIE_GIT_PV}"
APPNAME = "restartapplet"

SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/restartapplet2 \
           ${OPIE_GIT};protocol=git;subpath=apps"

S = "${WORKDIR}/restartapplet2"

inherit opie

# FILES plugins/applets/librestartapplet.so*
do_install() {
}