Person: Christopher Larson
Mail: clarson@kergoth.com
Recipes: autoconf, automake, libtool, gnu-config
-Recipes: autotools*.bbclass, gzip, lzip, ed, genromfs
+Recipes: gzip, lzip, ed, genromfs, which
+Classes: autotools.bbclass
Person: Cliff Brake
Mail: cbrake@bec-systems.com
--- /dev/null
+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"