* [PATCH 1/1] ed: Change bin path
2010-12-16 2:22 [PATCH 0/1] This is fix lsb failure of ed - ed: change bin path Jingdong Lu
@ 2010-12-15 10:18 ` Jingdong Lu
0 siblings, 0 replies; 2+ 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] 2+ messages in thread
* [PATCH 0/1] This is fix lsb failure of ed - ed: change bin path.
@ 2010-12-16 2:22 Jingdong Lu
2010-12-15 10:18 ` [PATCH 1/1] ed: Change " Jingdong Lu
0 siblings, 1 reply; 2+ messages in thread
From: Jingdong Lu @ 2010-12-16 2:22 UTC (permalink / raw)
To: poky
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: jingdonglu/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jingdonglu/distro
Thanks,
Jingdong Lu <jingdong.lu@windriver.com>
---
Jingdong Lu (1):
ed: Change bin path
meta/recipes-extended/ed/ed_1.5.bb | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-16 6:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-16 2:22 [PATCH 0/1] This is fix lsb failure of ed - ed: change bin path 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.