aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-symlinker/opie-symlinker.inc
blob: c662523cf3a5319dedbfcc49b49cf01b80435e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Enables apps on external media"
SECTION = "opie/base"
LICENSE = "GPLv2"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
APPNAME = "opie-update-symlinks"
APPTYPE = "binary"


S = "${WORKDIR}/symlinker"

inherit opie

do_install() {
	install -d ${D}${palmtopdir}/bin/
	install -m 0755 ${S}/opie-update-symlinks ${D}${palmtopdir}/bin/
}