| Submitter | Saul Wold |
|---|---|
| Date | May 22, 2012, 10:25 p.m. |
| Message ID | <1337725501-18003-1-git-send-email-sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/28291/ |
| State | New |
| Headers | show |
Comments
On 05/22/2012 03:25 PM, Saul Wold wrote: > This is disabled by default to ensure a deterministic build, qemu > configure would sometimes detect the libjpeg and then enable this. > Since mostly qemu is used locally disable by default. > > Signed-off-by: Saul Wold<sgw@linux.intel.com> > --- > meta/recipes-devtools/qemu/qemu_0.15.1.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb > index bdffcf4..986fa19 100644 > --- a/meta/recipes-devtools/qemu/qemu_0.15.1.bb > +++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb > @@ -3,7 +3,7 @@ require qemu.inc > LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ > file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" > > -PR = "r6" > +PR = "r7" > > FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" > FILESDIR = "${WORKDIR}" Manged to not commit both halves, v2 forthcoming Sau!
Patch
diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb index bdffcf4..986fa19 100644 --- a/meta/recipes-devtools/qemu/qemu_0.15.1.bb +++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb @@ -3,7 +3,7 @@ require qemu.inc LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" -PR = "r6" +PR = "r7" FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" FILESDIR = "${WORKDIR}"
This is disabled by default to ensure a deterministic build, qemu configure would sometimes detect the libjpeg and then enable this. Since mostly qemu is used locally disable by default. Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-devtools/qemu/qemu_0.15.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)