aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-24 19:02:54 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:39:41 +0100
commit4c0344aecab7c3f54a9318de15344e47c40339b7 (patch)
treeb8d6d5988cc90a99ac648691bdb29920bb655280 /recipes-qtopia
parent427eee9f89cf084c7a84327a51e168e0c859e4ef (diff)
downloadmeta-opie-4c0344aecab7c3f54a9318de15344e47c40339b7.tar.gz
xqt2: remove legacy staging
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia')
-rw-r--r--recipes-qtopia/xqt2/xqt2_20060509.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-qtopia/xqt2/xqt2_20060509.bb b/recipes-qtopia/xqt2/xqt2_20060509.bb
index 3435b64..4fae818 100644
--- a/recipes-qtopia/xqt2/xqt2_20060509.bb
+++ b/recipes-qtopia/xqt2/xqt2_20060509.bb
@@ -92,11 +92,6 @@ do_compile() {
make -C programs/Xserver CC="${CC}" LD="${LD}" CC_STAGING="-I${STAGING_INCDIR}" LD_STAGING="-L${STAGING_LIBDIR}" INSTALLED_LIBS=""
}
-do_stage() {
- install -d ${STAGING_INCDIR}/xserver-xqt
- install -m 0644 programs/Xserver/hw/xfree86/common/fourcc.h ${STAGING_INCDIR}/xserver-xqt
-}
-
do_install() {
oe_runmake -C programs/Xserver DESTDIR="${D}" CC="${CC}" LD="${LD}" \
CC_STAGING="-I${STAGING_INCDIR}" LD_STAGING="-L${STAGING_LIBDIR}" INSTALLED_LIBS="" install
@@ -107,6 +102,9 @@ do_install() {
install -m 0644 ${WORKDIR}/xqt2/xfree86/files/Xqt.desktop ${D}${palmtopdir}/apps/Applications
install -d ${D}${palmtopdir}/pics
install -m 0644 programs/Xserver/hw/xqt/Xqt.png ${D}${palmtopdir}/pics
+
+ install -d ${D}${includedir}/xserver-xqt
+ install -m 0644 programs/Xserver/hw/xfree86/common/fourcc.h ${D}${includedir}/xserver-xqt
}
PACKAGE_ARCH_c7x0 = "${MACHINE_ARCH}"