* [PATCH 0/1] [YOCTO #1090]: Fix this bug
@ 2011-05-20 9:39 Xiaofeng Yan
2011-05-20 9:39 ` [PATCH 1/1] [YOCTO #1090]: Fix bugs Xiaofeng Yan
0 siblings, 1 reply; 3+ messages in thread
From: Xiaofeng Yan @ 2011-05-20 9:39 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
If don't change this task list, then the previous list of same name will be
covered.
For example,
RDEPENDS_task-core-lsb-graphic-add_emenlow = "\
libqtopengl4 \
"
should change to
RDEPENDS_task-core-lsb-graphic-add_append_emenlow = "\
libqtopengl4 \
"
"task-core-lsb-graphic-add_emenlow" will instead of previous list "task-core-lsb-graphic-add"
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: xiaofeng/task-core-lsb
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/task-core-lsb
Thanks,
Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
Xiaofeng Yan (1):
[YOCTO #1090]: Fix bugs
meta/recipes-extended/tasks/task-core-lsb.bb | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] [YOCTO #1090]: Fix bugs
2011-05-20 9:39 [PATCH 0/1] [YOCTO #1090]: Fix this bug Xiaofeng Yan
@ 2011-05-20 9:39 ` Xiaofeng Yan
2011-05-20 19:37 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Xiaofeng Yan @ 2011-05-20 9:39 UTC (permalink / raw)
To: poky
From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Modify task-core-lsb.bb to solve the problem graphic library can't be installed into lsb image
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
meta/recipes-extended/tasks/task-core-lsb.bb | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index b6c5ae5..59ba051 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -170,20 +170,20 @@ RDEPENDS_task-core-lsb-graphic-add = "\
liberation-fonts \
"
-RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
+RDEPENDS_task-core-lsb-graphic-add_append_qemux86 = "\
libqtopengl4 \
"
-RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\
+RDEPENDS_task-core-lsb-graphic-add_append_atom-pc = "\
libqtopengl4 \
"
-RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\
+RDEPENDS_task-core-lsb-graphic-add_append_qemuppc = "\
libqtopengl4 \
"
-RDEPENDS_task-core-lsb-graphic-add_emenlow = "\
+RDEPENDS_task-core-lsb-graphic-add_append_emenlow = "\
libqtopengl4 \
"
-RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
+RDEPENDS_task-core-lsb-graphic-add_append_mpc8315e-rdb = "\
libqtopengl4 \
"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] [YOCTO #1090]: Fix bugs
2011-05-20 9:39 ` [PATCH 1/1] [YOCTO #1090]: Fix bugs Xiaofeng Yan
@ 2011-05-20 19:37 ` Saul Wold
0 siblings, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-05-20 19:37 UTC (permalink / raw)
To: Xiaofeng Yan; +Cc: poky
On 05/20/2011 02:39 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
The subject of this patch is not in the correct format.
It should be <filename>: short description
task-core-lsb: changed RDEPENDS to use _append_<machinename>
And then in the commit message you need to mention the bugid:
[YOCTO #1090]
Please resend this, also see my comments with Mark's in the other OpenGL
email.
Sau!
> Modify task-core-lsb.bb to solve the problem graphic library can't be installed into lsb image
>
> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
> meta/recipes-extended/tasks/task-core-lsb.bb | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
> index b6c5ae5..59ba051 100644
> --- a/meta/recipes-extended/tasks/task-core-lsb.bb
> +++ b/meta/recipes-extended/tasks/task-core-lsb.bb
> @@ -170,20 +170,20 @@ RDEPENDS_task-core-lsb-graphic-add = "\
> liberation-fonts \
> "
>
> -RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\
> +RDEPENDS_task-core-lsb-graphic-add_append_qemux86 = "\
> libqtopengl4 \
> "
> -RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\
> +RDEPENDS_task-core-lsb-graphic-add_append_atom-pc = "\
> libqtopengl4 \
> "
> -RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\
> +RDEPENDS_task-core-lsb-graphic-add_append_qemuppc = "\
> libqtopengl4 \
> "
> -RDEPENDS_task-core-lsb-graphic-add_emenlow = "\
> +RDEPENDS_task-core-lsb-graphic-add_append_emenlow = "\
> libqtopengl4 \
> "
>
> -RDEPENDS_task-core-lsb-graphic-add_mpc8315e-rdb = "\
> +RDEPENDS_task-core-lsb-graphic-add_append_mpc8315e-rdb = "\
> libqtopengl4 \
> "
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-20 19:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 9:39 [PATCH 0/1] [YOCTO #1090]: Fix this bug Xiaofeng Yan
2011-05-20 9:39 ` [PATCH 1/1] [YOCTO #1090]: Fix bugs Xiaofeng Yan
2011-05-20 19:37 ` Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.