* [PATCH] update-rc.d: fix after repo move
@ 2011-05-17 18:36 Koen Kooi
2011-05-17 19:15 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-05-17 18:36 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
The git repo layout is different from the cvs repo layout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
index 403056a..6a43d80 100644
--- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
+++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
@@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=148a48321b10eb
PR = "r3"
SRC_URI = "git://github.com/philb/update-rc.d.git;tag=update-rc.d_${PV};protocol=git \
- file://add-verbose.patch;apply=yes"
+ file://add-verbose.patch;striplevel=1"
-S = "${WORKDIR}/update-rc.d"
+S = "${WORKDIR}/git"
do_compile() {
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] update-rc.d: fix after repo move
2011-05-17 18:36 [PATCH] update-rc.d: fix after repo move Koen Kooi
@ 2011-05-17 19:15 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-05-17 19:15 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Tue, 2011-05-17 at 20:36 +0200, Koen Kooi wrote:
> The git repo layout is different from the cvs repo layout
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
> index 403056a..6a43d80 100644
> --- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
> +++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
> @@ -10,9 +10,9 @@ LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=148a48321b10eb
> PR = "r3"
>
> SRC_URI = "git://github.com/philb/update-rc.d.git;tag=update-rc.d_${PV};protocol=git \
> - file://add-verbose.patch;apply=yes"
> + file://add-verbose.patch;striplevel=1"
>
> -S = "${WORKDIR}/update-rc.d"
> +S = "${WORKDIR}/git"
>
>
> do_compile() {
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-17 19:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-17 18:36 [PATCH] update-rc.d: fix after repo move Koen Kooi
2011-05-17 19:15 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox