blob: 507f06d55f940f59e834daf189ad1b5928df3844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Restart Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
LICENSE = "GPL"
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() {
}
|