xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / jhead / jhead_2.6.0.bb
1 SECTION = "apps"
2 PR = "r0"
3
4 SRC_URI = "http://www.sentex.net/~mwandel/jhead/jhead-2.6.tar.gz \
5            file://makefile.patch;patch=1"
6
7 S = "${WORKDIR}/jhead-2.6"
8
9 inherit autotools
10
11 do_configure() {
12         :
13 }
14
15 do_install() {
16         install -d ${D}/bin
17         autotools_do_install
18 }