blob: 126e92c90920bd43789db0e756a23d32e7a9fa39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
SECTION = "apps"
PR = "r0"
SRC_URI = "http://www.sentex.net/~mwandel/jhead/jhead-2.6.tar.gz \
file://makefile.patch;patch=1"
S = "${WORKDIR}/jhead-2.6"
inherit autotools
do_configure() {
:
}
|