blob: 223d29ca2562abf804d5f1795f6ccf00b0937822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Examine, the program configurator"
LICENSE = "MIT BSD"
DEPENDS = "ewl"
PV = "0.0.1+svnr${SRCREV}"
PR = "r1"
SRCNAME = "examine"
inherit e
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir} ${sysconfdir} ${sbindir}"
|