| Submitter | Elvis Dowson |
|---|---|
| Date | May 31, 2012, 7:47 a.m. |
| Message ID | <1338450469-22322-1-git-send-email-elvis.dowson@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/28995/ |
| State | Superseded |
| Headers | show |
Comments
Hi Elvis, I believe that you haven't update your meta-xilinx layer commit: 025c37f927debff683c29d047bbf812ec82b3a69 Does the same thing as your proposed patch Is a good practice to rebase your local repo before you send a patch in order to ensure that your patchs applies.. git fetch git rebase origin/master Regards Adrian Alonso On Thu, May 31, 2012 at 2:47 AM, Elvis Dowson <elvis.dowson@gmail.com> wrote: > This commit renames util-linux_2.21.bbappend to util-linux_2.21.1.bbappend > to match the corresponding change in version to the > poky/meta/recipes-core/util-linux/util-linux_2.21.1.bb recipe. > > 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.bbappend | 3 --- > 2 files changed, 3 insertions(+), 3 deletions(-) > create mode 100644 recipes-core/util-linux/util-linux_2.21.1.bbappend > delete mode 100644 recipes-core/util-linux/util-linux_2.21.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 > new file mode 100644 > index 0000000..5199eb2 > --- /dev/null > +++ b/recipes-core/util-linux/util-linux_2.21.1.bbappend > @@ -0,0 +1,3 @@ > +FILESEXTRAPATHS := "${THISDIR}/${PN}" > +# Disable microblaze ncurses support > +EXTRA_OECONF_microblaze += " --without-ncurses " > diff --git a/recipes-core/util-linux/util-linux_2.21.bbappend b/recipes-core/util-linux/util-linux_2.21.bbappend > deleted file mode 100644 > index 5199eb2..0000000 > --- a/recipes-core/util-linux/util-linux_2.21.bbappend > +++ /dev/null > @@ -1,3 +0,0 @@ > -FILESEXTRAPATHS := "${THISDIR}/${PN}" > -# Disable microblaze ncurses support > -EXTRA_OECONF_microblaze += " --without-ncurses " > -- > 1.7.9.5 >
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 new file mode 100644 index 0000000..5199eb2 --- /dev/null +++ b/recipes-core/util-linux/util-linux_2.21.1.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" +# Disable microblaze ncurses support +EXTRA_OECONF_microblaze += " --without-ncurses " diff --git a/recipes-core/util-linux/util-linux_2.21.bbappend b/recipes-core/util-linux/util-linux_2.21.bbappend deleted file mode 100644 index 5199eb2..0000000 --- a/recipes-core/util-linux/util-linux_2.21.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" -# Disable microblaze ncurses support -EXTRA_OECONF_microblaze += " --without-ncurses "
This commit renames util-linux_2.21.bbappend to util-linux_2.21.1.bbappend to match the corresponding change in version to the poky/meta/recipes-core/util-linux/util-linux_2.21.1.bb recipe. 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.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 recipes-core/util-linux/util-linux_2.21.1.bbappend delete mode 100644 recipes-core/util-linux/util-linux_2.21.bbappend