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