* [PATCH] qt4: fix path to demos documentation
@ 2013-05-28 8:29 Jonathan Liu
2013-05-28 10:02 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2013-05-28 8:29 UTC (permalink / raw)
To: openembedded-core
The qt4-demos-doc package is not created when building qt4-x11-free
because ${docdir}/qtopia/qch/qt.qch doesn't exist.
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-qt/qt4/qt4.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
index 84c0ae9..828e30a 100644
--- a/meta/recipes-qt/qt4/qt4.inc
+++ b/meta/recipes-qt/qt4/qt4.inc
@@ -130,7 +130,7 @@ ALLOW_EMPTY_${PN} = "1"
FILES_${PN} = ""
FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*"
FILES_${PN}-dbg = "/usr/src/debug/"
-FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/qtopia/qch/qt.qch"
+FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"
RRECOMMENDS_${PN} = "${LIB_PACKAGES} ${OTHER_PACKAGES}"
RRECOMMENDS_${PN}-dev = "${DEV_PACKAGES}"
RRECOMMENDS_${PN}-dbg = "${DBG_PACKAGES}"
--
1.8.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] qt4: fix path to demos documentation
2013-05-28 8:29 [PATCH] qt4: fix path to demos documentation Jonathan Liu
@ 2013-05-28 10:02 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2013-05-28 10:02 UTC (permalink / raw)
To: openembedded-core
On Tuesday 28 May 2013 18:29:52 Jonathan Liu wrote:
> The qt4-demos-doc package is not created when building qt4-x11-free
> because ${docdir}/qtopia/qch/qt.qch doesn't exist.
>
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> meta/recipes-qt/qt4/qt4.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
> index 84c0ae9..828e30a 100644
> --- a/meta/recipes-qt/qt4/qt4.inc
> +++ b/meta/recipes-qt/qt4/qt4.inc
> @@ -130,7 +130,7 @@ ALLOW_EMPTY_${PN} = "1"
> FILES_${PN} = ""
> FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*"
> FILES_${PN}-dbg = "/usr/src/debug/"
> -FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/qtopia/qch/qt.qch"
> +FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"
> RRECOMMENDS_${PN} = "${LIB_PACKAGES} ${OTHER_PACKAGES}"
> RRECOMMENDS_${PN}-dev = "${DEV_PACKAGES}"
> RRECOMMENDS_${PN}-dbg = "${DBG_PACKAGES}"
Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-28 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-28 8:29 [PATCH] qt4: fix path to demos documentation Jonathan Liu
2013-05-28 10:02 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox