aboutsummaryrefslogtreecommitdiffstats
path: root/espgs/espgs-native_7.07.1rc1.oe
blob: 7af9fe8e624a3551b599081384732f83e05645a9 (plain)
1
2
3
4
5
6
7
8
9
SECTION = "unknwon"
include espgs_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/espgs-${PV}"
DEPENDS = "jpeg-native zlib-native libpng-native"

do_stage_append () {
	install -m 0755 obj/echogs obj/genarch obj/genconf ${STAGING_BINDIR}/
}