Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/1] busybox: add the dropped patches back
@ 2014-11-06  4:34 rongqing.li
  2014-11-06  5:34 ` Rongqing Li
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2014-11-06  4:34 UTC (permalink / raw)
  To: openembedded-core

From: "Roy.Li" <rongqing.li@windriver.com>

busybox-cross-menuconfig.patch and busybox-install-ping6-to-usr-bin.patch
were dropped when uprev, add them back.

no busybox-cross-menuconfig.patch, "bitbake -c menuconfig busybox" did not
work.

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
 .../{busybox-1.21.1 => busybox-1.22.1}/busybox-cross-menuconfig.patch   | 0
 .../busybox-install-ping6-to-usr-bin.patch                              | 0
 meta/recipes-core/busybox/busybox_1.22.1.bb                             | 2 ++
 3 files changed, 2 insertions(+)
 rename meta/recipes-core/busybox/{busybox-1.21.1 => busybox-1.22.1}/busybox-cross-menuconfig.patch (100%)
 rename meta/recipes-core/busybox/{busybox-1.21.1 => busybox-1.22.1}/busybox-install-ping6-to-usr-bin.patch (100%)

diff --git a/meta/recipes-core/busybox/busybox-1.21.1/busybox-cross-menuconfig.patch b/meta/recipes-core/busybox/busybox-1.22.1/busybox-cross-menuconfig.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.21.1/busybox-cross-menuconfig.patch
rename to meta/recipes-core/busybox/busybox-1.22.1/busybox-cross-menuconfig.patch
diff --git a/meta/recipes-core/busybox/busybox-1.21.1/busybox-install-ping6-to-usr-bin.patch b/meta/recipes-core/busybox/busybox-1.22.1/busybox-install-ping6-to-usr-bin.patch
similarity index 100%
rename from meta/recipes-core/busybox/busybox-1.21.1/busybox-install-ping6-to-usr-bin.patch
rename to meta/recipes-core/busybox/busybox-1.22.1/busybox-install-ping6-to-usr-bin.patch
diff --git a/meta/recipes-core/busybox/busybox_1.22.1.bb b/meta/recipes-core/busybox/busybox_1.22.1.bb
index 82f7f68..2a4e647 100644
--- a/meta/recipes-core/busybox/busybox_1.22.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.22.1.bb
@@ -6,6 +6,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://get_header_tar.patch \
            file://busybox-appletlib-dependency.patch \
            file://busybox-udhcpc-no_deconfig.patch \
+           file://busybox-cross-menuconfig.patch \
+           file://busybox-install-ping6-to-usr-bin.patch \
            file://find-touchscreen.sh \
            file://busybox-cron \
            file://busybox-httpd \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] busybox: add the dropped patches back
  2014-11-06  4:34 [PATCH 1/1] busybox: add the dropped patches back rongqing.li
@ 2014-11-06  5:34 ` Rongqing Li
  0 siblings, 0 replies; 2+ messages in thread
From: Rongqing Li @ 2014-11-06  5:34 UTC (permalink / raw)
  To: openembedded-core

please drop it, thanks

-Roy

On Thursday, November 06, 2014 12:34 PM, rongqing.li@windriver.com wrote:
> From: "Roy.Li" <rongqing.li@windriver.com>
>
> busybox-cross-menuconfig.patch and busybox-install-ping6-to-usr-bin.patch
> were dropped when uprev, add them back.
>
> no busybox-cross-menuconfig.patch, "bitbake -c menuconfig busybox" did not
> work.
>
> Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> ---
>   .../{busybox-1.21.1 => busybox-1.22.1}/busybox-cross-menuconfig.patch   | 0
>   .../busybox-install-ping6-to-usr-bin.patch                              | 0
>   meta/recipes-core/busybox/busybox_1.22.1.bb                             | 2 ++
>   3 files changed, 2 insertions(+)
>   rename meta/recipes-core/busybox/{busybox-1.21.1 => busybox-1.22.1}/busybox-cross-menuconfig.patch (100%)
>   rename meta/recipes-core/busybox/{busybox-1.21.1 => busybox-1.22.1}/busybox-install-ping6-to-usr-bin.patch (100%)
>
> diff --git a/meta/recipes-core/busybox/busybox-1.21.1/busybox-cross-menuconfig.patch b/meta/recipes-core/busybox/busybox-1.22.1/busybox-cross-menuconfig.patch
> similarity index 100%
> rename from meta/recipes-core/busybox/busybox-1.21.1/busybox-cross-menuconfig.patch
> rename to meta/recipes-core/busybox/busybox-1.22.1/busybox-cross-menuconfig.patch
> diff --git a/meta/recipes-core/busybox/busybox-1.21.1/busybox-install-ping6-to-usr-bin.patch b/meta/recipes-core/busybox/busybox-1.22.1/busybox-install-ping6-to-usr-bin.patch
> similarity index 100%
> rename from meta/recipes-core/busybox/busybox-1.21.1/busybox-install-ping6-to-usr-bin.patch
> rename to meta/recipes-core/busybox/busybox-1.22.1/busybox-install-ping6-to-usr-bin.patch
> diff --git a/meta/recipes-core/busybox/busybox_1.22.1.bb b/meta/recipes-core/busybox/busybox_1.22.1.bb
> index 82f7f68..2a4e647 100644
> --- a/meta/recipes-core/busybox/busybox_1.22.1.bb
> +++ b/meta/recipes-core/busybox/busybox_1.22.1.bb
> @@ -6,6 +6,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
>              file://get_header_tar.patch \
>              file://busybox-appletlib-dependency.patch \
>              file://busybox-udhcpc-no_deconfig.patch \
> +           file://busybox-cross-menuconfig.patch \
> +           file://busybox-install-ping6-to-usr-bin.patch \
>              file://find-touchscreen.sh \
>              file://busybox-cron \
>              file://busybox-httpd \
>

-- 
Best Reagrds,
Roy | RongQing Li


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-06  5:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-06  4:34 [PATCH 1/1] busybox: add the dropped patches back rongqing.li
2014-11-06  5:34 ` Rongqing Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox