diff options
Diffstat (limited to 'packages/jhead/jhead_2.6.0.bb')
-rw-r--r-- | packages/jhead/jhead_2.6.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/jhead/jhead_2.6.0.bb b/packages/jhead/jhead_2.6.0.bb index 126e92c909..3779c1ec34 100644 --- a/packages/jhead/jhead_2.6.0.bb +++ b/packages/jhead/jhead_2.6.0.bb @@ -6,8 +6,13 @@ SRC_URI = "http://www.sentex.net/~mwandel/jhead/jhead-2.6.tar.gz \ S = "${WORKDIR}/jhead-2.6" -inherit autotools +inherit autotools do_configure() { : } + +do_install() { + install -d ${D}/bin + autotools_do_install +} |