aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/which/which.inc
blob: ad7eed751b4d315fa5c2fdf3c871fb19a1dd7351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit autotools

DESCRIPTION = "shows the full path of (shell) commands"
HOMEPAGE = "http://www.xs4all.nl/~carlo17/which/"
INC_PR = "0"

SRC_URI = "http://www.xs4all.nl/~carlo17/which/which-${PV}.tar.gz"

EXTRA_OECONF += "--disable-iberty"

do_configure () {
    oe_runconf
}

BBCLASSEXTEND += "native nativesdk"