aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils/ipkg-link_1.6cvs.oe
blob: e6edd626cee1e978619947dec0b35962618f8ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SECTION = "base"
DESCRIPTION = "Itsy Package Manager utilities link script"
LICENSE = "GPL"
CONFLICTS = "ipkg-utils"
PV_append = "${CVSDATE}"

SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
	   file://fix-ipkg-link.patch;patch=1 "
	   
SRC_URI_append_beagle = "file://fix-ipkg-link-beagle.patch;patch=1"	   
S = "${WORKDIR}/ipkg-utils"

do_compile() {
	:
}

do_install() {
	install -d ${D}/${bindir}
	install -m 0755 ipkg-link ${D}/${bindir}
}