* [PATCH 0/2] Misc fixes from O.S. Systems tree
@ 2011-05-30 14:45 Otavio Salvador
2011-05-30 14:45 ` [PATCH 1/2] busybox: enable mdev by default Otavio Salvador
2011-05-30 14:45 ` [PATCH 2/2] qmake_base.bbclass: fix lrelease/lupdate binary names Otavio Salvador
0 siblings, 2 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-05-30 14:45 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 83ce96f44516c8a4a44c8c0140949256f8422014:
bitbake.conf: make OVERRIDES match what people expect (2011-05-30 08:31:53 +0100)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.com/OSSystems/oe-core/tree/master
Otavio Salvador (2):
busybox: enable mdev by default
qmake_base.bbclass: fix lrelease/lupdate binary names
meta/classes/qmake_base.bbclass | 5 +++++
meta/recipes-core/busybox/busybox-1.18.4/defconfig | 2 +-
meta/recipes-core/busybox/busybox.inc | 1 -
meta/recipes-core/busybox/busybox_1.18.4.bb | 2 +-
4 files changed, 7 insertions(+), 3 deletions(-)
--
1.7.2.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] busybox: enable mdev by default
2011-05-30 14:45 [PATCH 0/2] Misc fixes from O.S. Systems tree Otavio Salvador
@ 2011-05-30 14:45 ` Otavio Salvador
2011-05-30 14:45 ` [PATCH 2/2] qmake_base.bbclass: fix lrelease/lupdate binary names Otavio Salvador
1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-05-30 14:45 UTC (permalink / raw)
To: openembedded-core
Since we do not require a configuration file by default we don't force
it's addition on the package. If the a layer wants to have it enabled
it should also set the CONFFILES for busybox-mdev package.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta/recipes-core/busybox/busybox-1.18.4/defconfig | 2 +-
meta/recipes-core/busybox/busybox.inc | 1 -
meta/recipes-core/busybox/busybox_1.18.4.bb | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-core/busybox/busybox-1.18.4/defconfig b/meta/recipes-core/busybox/busybox-1.18.4/defconfig
index 5327a64..6b48cc1 100644
--- a/meta/recipes-core/busybox/busybox-1.18.4/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.18.4/defconfig
@@ -518,7 +518,7 @@ CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y
CONFIG_LOSETUP=y
# CONFIG_LSPCI is not set
# CONFIG_LSUSB is not set
-# CONFIG_MDEV is not set
+CONFIG_MDEV=y
# CONFIG_FEATURE_MDEV_CONF is not set
# CONFIG_FEATURE_MDEV_RENAME is not set
# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 341c5c4..de711d2 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -29,7 +29,6 @@ INITSCRIPT_PARAMS_${PN}-mdev = "start 06 S ."
INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd"
INITSCRIPT_NAME_${PN}-udhcpc = "busybox-udhcpc"
CONFFILES_${PN}-syslog = "${sysconfdir}/syslog.conf.${PN}"
-CONFFILES_${PN}-mdev = "${sysconfdir}/mdev.conf"
RRECOMMENDS_${PN} = "${PN}-syslog ${PN}-udhcpc"
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb
index cf37650..a5080d5 100644
--- a/meta/recipes-core/busybox/busybox_1.18.4.bb
+++ b/meta/recipes-core/busybox/busybox_1.18.4.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://udhcpscript.patch \
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] qmake_base.bbclass: fix lrelease/lupdate binary names
2011-05-30 14:45 [PATCH 0/2] Misc fixes from O.S. Systems tree Otavio Salvador
2011-05-30 14:45 ` [PATCH 1/2] busybox: enable mdev by default Otavio Salvador
@ 2011-05-30 14:45 ` Otavio Salvador
1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-05-30 14:45 UTC (permalink / raw)
To: openembedded-core
To support translation, qmake based projects usually call lrelease and
lupdate however OE changes the binary names so this needs some mangle
to work out of box.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
meta/classes/qmake_base.bbclass | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/meta/classes/qmake_base.bbclass b/meta/classes/qmake_base.bbclass
index a054efd..165d689 100644
--- a/meta/classes/qmake_base.bbclass
+++ b/meta/classes/qmake_base.bbclass
@@ -92,6 +92,11 @@ qmake_base_do_configure() {
bbnote "qmake prevar substitution: ${EXTRA_QMAKEVARS_PRE}"
fi
+ # Hack .pro files to use OE utilities
+ find -name '*.pro' \
+ -exec sed -i -e 's,=\s*.*/lrelease,= ${OE_QMAKE_LRELEASE},g' \
+ -e 's,=\s*.*/lupdate,= ${OE_QMAKE_LUPDATE},g' '{}' ';'
+
#bbnote "Calling '${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST'"
unset QMAKESPEC || true
${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || die "Error calling ${OE_QMAKE_QMAKE} on $PROFILES"
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-30 14:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 14:45 [PATCH 0/2] Misc fixes from O.S. Systems tree Otavio Salvador
2011-05-30 14:45 ` [PATCH 1/2] busybox: enable mdev by default Otavio Salvador
2011-05-30 14:45 ` [PATCH 2/2] qmake_base.bbclass: fix lrelease/lupdate binary names Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox