Tizen recipes inherit manifest 48/29348/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 24 Oct 2014 14:25:03 +0000 (16:25 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 24 Oct 2014 14:31:45 +0000 (16:31 +0200)
Inherit manifest in order to copy the manifest file from the source
directory to ${PKGDEST}.

Bug-Tizen: BTY-59
Change-Id: Ia697d9fa8a671a1c421d2823cfc2bad6931482ad
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
tools/spec2yocto.py

index 62f70ab..6b71258 100755 (executable)
@@ -1538,7 +1538,7 @@ class MetaSpec:
             file_d.write( "S = \"${WORKDIR}/git\"\n" )
             file_d.write( "\n" )
 
-            file_d.write( "inherit autotools-brokensep\n" )
+            file_d.write( "inherit manifest autotools-brokensep\n" )
             file_d.write( "\n" )
             file_d.write( "BBCLASSEXTEND = \"\"\n"  )