| Submitter | Elvis Dowson |
|---|---|
| Date | June 28, 2012, 5:35 p.m. |
| Message ID | <1340904942-41537-1-git-send-email-elvis.dowson@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/30813/ |
| State | Accepted |
| Headers | show |
Comments
if this is a bbappend for meta-xilinx then this is not the right list for this patch Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README On Thu, Jun 28, 2012 at 10:35 AM, Elvis Dowson <elvis.dowson@gmail.com> wrote: > * Rename util-linux bbaapend file to match recipe version provided in > poky/meta/recipes-core/util-linux > > Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> > --- > recipes-core/util-linux/util-linux_2.21.1.bbappend | 3 --- > recipes-core/util-linux/util-linux_2.21.2.bbappend | 3 +++ > 2 files changed, 3 insertions(+), 3 deletions(-) > delete mode 100644 recipes-core/util-linux/util-linux_2.21.1.bbappend > create mode 100644 recipes-core/util-linux/util-linux_2.21.2.bbappend > > diff --git a/recipes-core/util-linux/util-linux_2.21.1.bbappend b/recipes-core/util-linux/util-linux_2.21.1.bbappend > deleted file mode 100644 > index 5199eb2..0000000 > --- a/recipes-core/util-linux/util-linux_2.21.1.bbappend > +++ /dev/null > @@ -1,3 +0,0 @@ > -FILESEXTRAPATHS := "${THISDIR}/${PN}" > -# Disable microblaze ncurses support > -EXTRA_OECONF_microblaze += " --without-ncurses " > diff --git a/recipes-core/util-linux/util-linux_2.21.2.bbappend b/recipes-core/util-linux/util-linux_2.21.2.bbappend > new file mode 100644 > index 0000000..5199eb2 > --- /dev/null > +++ b/recipes-core/util-linux/util-linux_2.21.2.bbappend > @@ -0,0 +1,3 @@ > +FILESEXTRAPATHS := "${THISDIR}/${PN}" > +# Disable microblaze ncurses support > +EXTRA_OECONF_microblaze += " --without-ncurses " > -- > 1.7.9.5 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Hi Khem, On Jun 29, 2012, at 4:13 AM, Khem Raj wrote: > if this is a bbappend for meta-xilinx then this is not the right list > for this patch > Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README I've resent the patch to the yocto discussion list. Elvis
Thanks Elvis, Khem Patch applied. On Thu, Jun 28, 2012 at 9:01 PM, Elvis Dowson <elvis.dowson@gmail.com> wrote: > Hi Khem, > > On Jun 29, 2012, at 4:13 AM, Khem Raj wrote: > >> if this is a bbappend for meta-xilinx then this is not the right list >> for this patch >> Read http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/tree/README > > I've resent the patch to the yocto discussion list. > > Elvis > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/recipes-core/util-linux/util-linux_2.21.1.bbappend b/recipes-core/util-linux/util-linux_2.21.1.bbappend deleted file mode 100644 index 5199eb2..0000000 --- a/recipes-core/util-linux/util-linux_2.21.1.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" -# Disable microblaze ncurses support -EXTRA_OECONF_microblaze += " --without-ncurses " diff --git a/recipes-core/util-linux/util-linux_2.21.2.bbappend b/recipes-core/util-linux/util-linux_2.21.2.bbappend new file mode 100644 index 0000000..5199eb2 --- /dev/null +++ b/recipes-core/util-linux/util-linux_2.21.2.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" +# Disable microblaze ncurses support +EXTRA_OECONF_microblaze += " --without-ncurses "
* Rename util-linux bbaapend file to match recipe version provided in poky/meta/recipes-core/util-linux Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> --- recipes-core/util-linux/util-linux_2.21.1.bbappend | 3 --- recipes-core/util-linux/util-linux_2.21.2.bbappend | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 recipes-core/util-linux/util-linux_2.21.1.bbappend create mode 100644 recipes-core/util-linux/util-linux_2.21.2.bbappend