* [PATCH 0/1] Fix incorrect busybox alternative
@ 2012-06-14 19:50 Mark Hatle
2012-06-14 19:50 ` [PATCH 1/1] busybox: Fix syslog configuration file Mark Hatle
2012-06-18 16:50 ` [PATCH 0/1] Fix incorrect busybox alternative Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2012-06-14 19:50 UTC (permalink / raw)
To: openembedded-core
The following changes since commit ba380813c0198f95b1e786aa7f49b80c68cfe9b9:
gcc-configure-target: Fix sysroot option breakage I introduced (sorry) (2012-06-14 19:48:07 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib mhatle/misc
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc
Mark Hatle (1):
busybox: Fix syslog configuration file
meta/recipes-core/busybox/busybox.inc | 1 +
meta/recipes-core/busybox/busybox_1.19.4.bb | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] busybox: Fix syslog configuration file
2012-06-14 19:50 [PATCH 0/1] Fix incorrect busybox alternative Mark Hatle
@ 2012-06-14 19:50 ` Mark Hatle
2012-06-18 16:50 ` [PATCH 0/1] Fix incorrect busybox alternative Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2012-06-14 19:50 UTC (permalink / raw)
To: openembedded-core
When update alternatives was modified, the syslog configuration file
alternative was incorrectly defined to be "busybox". Fix this by
enabling the proper target file.
[YOCTO #2557]
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
meta/recipes-core/busybox/busybox.inc | 1 +
meta/recipes-core/busybox/busybox_1.19.4.bb | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 5b83d32..18970ca 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -212,6 +212,7 @@ ALTERNATIVE_LINK_NAME[syslog-init] = "${sysconfdir}/init.d/syslog"
ALTERNATIVE_LINK_NAME[syslog-startup-conf] = "${sysconfdir}/syslog-startup.conf"
ALTERNATIVE_TARGET = "/bin/busybox"
+ALTERNATIVE_TARGET[syslog-startup-conf] = "${sysconfdir}/syslog-startup.conf.${BPN}"
python do_package_prepend () {
# We need to load the full set of busybox provides from the /etc/busybox.links
diff --git a/meta/recipes-core/busybox/busybox_1.19.4.bb b/meta/recipes-core/busybox/busybox_1.19.4.bb
index 0717075..5b3f356 100644
--- a/meta/recipes-core/busybox/busybox_1.19.4.bb
+++ b/meta/recipes-core/busybox/busybox_1.19.4.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r6"
+PR = "r7"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://B921600.patch \
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] Fix incorrect busybox alternative
2012-06-14 19:50 [PATCH 0/1] Fix incorrect busybox alternative Mark Hatle
2012-06-14 19:50 ` [PATCH 1/1] busybox: Fix syslog configuration file Mark Hatle
@ 2012-06-18 16:50 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-06-18 16:50 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 06/14/2012 12:50 PM, Mark Hatle wrote:
> The following changes since commit ba380813c0198f95b1e786aa7f49b80c68cfe9b9:
>
> gcc-configure-target: Fix sysroot option breakage I introduced (sorry) (2012-06-14 19:48:07 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib mhatle/misc
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc
>
> Mark Hatle (1):
> busybox: Fix syslog configuration file
>
> meta/recipes-core/busybox/busybox.inc | 1 +
> meta/recipes-core/busybox/busybox_1.19.4.bb | 2 +-
> 2 files changed, 2 insertions(+), 1 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-18 17:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 19:50 [PATCH 0/1] Fix incorrect busybox alternative Mark Hatle
2012-06-14 19:50 ` [PATCH 1/1] busybox: Fix syslog configuration file Mark Hatle
2012-06-18 16:50 ` [PATCH 0/1] Fix incorrect busybox alternative 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.