From: Andrew Wilcox Date: Tue, 2 Jan 2007 15:11:44 +0000 (+0000) Subject: jhead: add do_install X-Git-Tag: Release-2010-05/1~9453^2~34^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e937fa1105ec52895fc671108626a6288cdea21;p=openembedded.git jhead: add do_install --- diff --git a/packages/jhead/jhead_2.6.0.bb b/packages/jhead/jhead_2.6.0.bb index d37dc0c733..3779c1ec34 100644 --- a/packages/jhead/jhead_2.6.0.bb +++ b/packages/jhead/jhead_2.6.0.bb @@ -11,3 +11,8 @@ inherit autotools do_configure() { : } + +do_install() { + install -d ${D}/bin + autotools_do_install +}