* [PATCH 1/1] ed: Change bin path
2010-12-16 2:22 [PATCH 0/1] This is fix lsb failure of ed - ed: change " Jingdong Lu
@ 2010-12-15 10:18 ` Jingdong Lu
0 siblings, 0 replies; 3+ messages in thread
From: Jingdong Lu @ 2010-12-15 10:18 UTC (permalink / raw)
To: poky
LSB states that ed should be in /bin/ and change bin path of ed from usr/bin into bin for LSB.
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
meta/recipes-extended/ed/ed_1.5.bb | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/ed/ed_1.5.bb b/meta/recipes-extended/ed/ed_1.5.bb
index 8ea0e3f..6c09cb9 100644
--- a/meta/recipes-extended/ed/ed_1.5.bb
+++ b/meta/recipes-extended/ed/ed_1.5.bb
@@ -8,7 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://main.c;endline=24;md5=177fe82d0649e545591a13fdce5733e8"
SECTION = "base"
-PR = "r0"
+PR = "r1"
+
+# LSB states that ed should be in /bin/
+bindir = "${base_bindir}"
+
SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz \
file://ed-1.2-build.patch"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 1/1] ed: Change bin path
@ 2010-12-16 2:25 Lu Jingdong
2010-12-20 14:46 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Lu Jingdong @ 2010-12-16 2:25 UTC (permalink / raw)
To: poky
Subject: [PATCH 1/1] ed: Change bin path
LSB states that ed should be in /bin/ and change bin path of ed from
usr/bin into bin for LSB.
Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
---
meta/recipes-extended/ed/ed_1.5.bb | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/ed/ed_1.5.bb
b/meta/recipes-extended/ed/ed_1.5.bb
index 8ea0e3f..6c09cb9 100644
--- a/meta/recipes-extended/ed/ed_1.5.bb
+++ b/meta/recipes-extended/ed/ed_1.5.bb
@@ -8,7 +8,11 @@ LIC_FILES_CHKSUM =
"file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://main.c;endline=24;md5=177fe82d0649e545591a13fdce5733e8"
SECTION = "base"
-PR = "r0"
+PR = "r1"
+
+# LSB states that ed should be in /bin/
+bindir = "${base_bindir}"
+
SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz \
file://ed-1.2-build.patch"
--
1.7.0.4
--
Lu Jingdong
jingdong.lu@windriver.com
China, Wind River
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] ed: Change bin path
2010-12-16 2:25 [PATCH 1/1] ed: Change bin path Lu Jingdong
@ 2010-12-20 14:46 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2010-12-20 14:46 UTC (permalink / raw)
To: Lu Jingdong; +Cc: poky
On Thu, 2010-12-16 at 10:25 +0800, Lu Jingdong wrote:
> Subject: [PATCH 1/1] ed: Change bin path
>
> LSB states that ed should be in /bin/ and change bin path of ed from
> usr/bin into bin for LSB.
>
> Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
> ---
> meta/recipes-extended/ed/ed_1.5.bb | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
Merged into master, thanks. In future please ensure your email client
doesn't wrap lines in patches though.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-20 14:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 2:25 [PATCH 1/1] ed: Change bin path Lu Jingdong
2010-12-20 14:46 ` Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2010-12-16 2:22 [PATCH 0/1] This is fix lsb failure of ed - ed: change " Jingdong Lu
2010-12-15 10:18 ` [PATCH 1/1] ed: Change " Jingdong Lu
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.