From: Kang Kai <kai.kang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH 3/3] kdelib4-native: build makekdewidgets
Date: Mon, 16 Apr 2012 10:20:33 +0800 [thread overview]
Message-ID: <1334542833-27552-4-git-send-email-kai.kang@windriver.com> (raw)
In-Reply-To: <1334542833-27552-1-git-send-email-kai.kang@windriver.com>
qt4-native has been updated and open phonon and openssl support,
makekdewidgets could be successfully build. So build it.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
recipes-kde-base/kdelibs4-native_git.bb | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/recipes-kde-base/kdelibs4-native_git.bb b/recipes-kde-base/kdelibs4-native_git.bb
index decba41..36241fa 100644
--- a/recipes-kde-base/kdelibs4-native_git.bb
+++ b/recipes-kde-base/kdelibs4-native_git.bb
@@ -2,18 +2,15 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
-DEPENDS = "automoc4-native giflib-native attica-native perl-native"
-#strigi-native
-#soprano-native
-# jpeg-native libpng-native
-
+DEPENDS = "automoc4-native giflib-native attica-native perl-native libdbusmenu-qt-native"
inherit kde_cmake kde_without_docs mime native perlnative
-
SRC_URI = "git://anongit.kde.org/kdelibs.git;branch=v4.8.0 \
file://0001-Don-t-build-documentation-disable-Strigi.patch \
file://0002-Fix-openssl-check.patch \
+ file://0003-Fix-FindKDE4Internals-cmake-file.patch \
+ file://0004-Fix-the-path-to-Icemaker.patch \
file://0005-Remove-docs-so-they-don-t-get-pulled-in-elsewhere.patch \
"
@@ -32,12 +29,13 @@ EXTRA_OECMAKE =+ "\
-DKJS_FORCE_DISABLE_PCRE=TRUE \
-DSTRIGI_REQUIRED=FALSE \
-DSTRIGI_INCLUDE_DIR=TRUE \
+ -DOE_CROSSCOMPILING=FALSE \
"
do_compile() {
cd ${S}/build && make -C kdecore/kconfig_compiler
cd ${S}/build && make -C kjs icemaker
-# cd ${S}/build && oe_runmake CC="${CC}" CXX="${CXX}"
+ cd ${S}/build && make -C kdewidgets makekdewidgets
}
do_install() {
@@ -45,5 +43,5 @@ do_install() {
install -m 0755 ${S}/build/bin/icemaker ${D}${bindir}
install -m 0755 ${S}/build/bin/kconfig_compiler ${D}${bindir}
-# install -m 0755 ${S}/build/bin/makekdewidgets ${D}${bindir}
+ install -m 0755 ${S}/build/bin/makekdewidgets ${D}${bindir}
}
--
1.7.5.4
next prev parent reply other threads:[~2012-04-16 3:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 2:20 [meta-kde] enable kdelib4-native to build makekdewidgets Kang Kai
2012-04-16 2:20 ` [PATCH 1/3] qt4-native: enable features to build kdelib4-native Kang Kai
2012-04-16 10:50 ` Samuel Stirtzel
2012-04-19 1:48 ` Kang Kai
2012-04-16 2:20 ` [PATCH 2/3] kdelibs4-native: re-add the original recipe Kang Kai
2012-04-16 2:20 ` Kang Kai [this message]
2012-04-16 10:49 ` [PATCH 3/3] kdelib4-native: build makekdewidgets Samuel Stirtzel
2012-04-16 4:43 ` [meta-kde] enable kdelib4-native to " Kang Kai
2012-04-16 6:43 ` Samuel Stirtzel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1334542833-27552-4-git-send-email-kai.kang@windriver.com \
--to=kai.kang@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox