summaryrefslogtreecommitdiff
path: root/packages/jhead
diff options
context:
space:
mode:
Diffstat (limited to 'packages/jhead')
-rw-r--r--packages/jhead/jhead_2.6.0.bb7
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
+}