* [PATCH 0/2] fix depends issues for sysstat and mtools
@ 2015-06-10 7:34 Robert Yang
2015-06-10 7:34 ` [PATCH 1/2] sysstat: DEPENDS on base-passwd Robert Yang
2015-06-10 7:34 ` [PATCH 2/2] mtools: add PACKAGECONFIG for libbsd Robert Yang
0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2015-06-10 7:34 UTC (permalink / raw)
To: openembedded-core
The following changes since commit de6a26b95a7f7bd8f9dc47ab35d8b07ba671f4eb:
x264: use x86 over-ride instead of i586 (2015-06-08 17:32:46 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/deps
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/deps
Robert Yang (2):
sysstat: DEPENDS on base-passwd
mtools: add PACKAGECONFIG for libbsd
meta/recipes-devtools/mtools/mtools_3.9.9.bb | 3 +++
meta/recipes-devtools/mtools/mtools_4.0.18.bb | 3 +++
meta/recipes-extended/sysstat/sysstat.inc | 2 ++
3 files changed, 8 insertions(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] sysstat: DEPENDS on base-passwd
2015-06-10 7:34 [PATCH 0/2] fix depends issues for sysstat and mtools Robert Yang
@ 2015-06-10 7:34 ` Robert Yang
2015-06-10 7:34 ` [PATCH 2/2] mtools: add PACKAGECONFIG for libbsd Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-06-10 7:34 UTC (permalink / raw)
To: openembedded-core
Fixed:
| install -m 644 -g man man/sa1.8 /path/to/tmp/work/i586-poky-linux/sysstat/11.1.4-r0/image/usr/share/man/man8
| install: invalid group `man'
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-extended/sysstat/sysstat.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 566cb08..4063007 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -8,6 +8,8 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \
file://99_sysstat \
"
+DEPENDS += "base-passwd"
+
inherit autotools-brokensep gettext
EXTRA_OECONF += "--disable-sensors"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] mtools: add PACKAGECONFIG for libbsd
2015-06-10 7:34 [PATCH 0/2] fix depends issues for sysstat and mtools Robert Yang
2015-06-10 7:34 ` [PATCH 1/2] sysstat: DEPENDS on base-passwd Robert Yang
@ 2015-06-10 7:34 ` Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2015-06-10 7:34 UTC (permalink / raw)
To: openembedded-core
Fixed:
ld: cannot find -lbsd
collect2: error: ld returned 1 exit status
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/mtools/mtools_3.9.9.bb | 3 +++
meta/recipes-devtools/mtools/mtools_4.0.18.bb | 3 +++
2 files changed, 6 insertions(+)
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
index 9cd1c57..c284a71 100644
--- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -46,6 +46,9 @@ EXTRA_OECONF = "--without-x"
BBCLASSEXTEND = "native nativesdk"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd"
+
do_install_prepend () {
# Create bindir to fix parallel installation issues
mkdir -p ${D}/${bindir}
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
index b2cfe9a..52decfd 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.18.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb
@@ -37,6 +37,9 @@ EXTRA_OECONF = "--without-x"
BBCLASSEXTEND = "native nativesdk"
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd"
+
do_install_prepend () {
# Create bindir to fix parallel installation issues
mkdir -p ${D}/${bindir}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-10 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 7:34 [PATCH 0/2] fix depends issues for sysstat and mtools Robert Yang
2015-06-10 7:34 ` [PATCH 1/2] sysstat: DEPENDS on base-passwd Robert Yang
2015-06-10 7:34 ` [PATCH 2/2] mtools: add PACKAGECONFIG for libbsd Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox