diff options
author | Michael Smith <msmith@cbnco.com> | 2009-07-13 14:59:40 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-24 12:29:55 -0400 |
commit | dc929c2ebce4bd676cf725f9972de9604ed2db4d (patch) | |
tree | 5146bae7be716a50cfce69fe4f8fe814d6b7fbc7 /recipes/mesa/mesa-dri_git.bb | |
parent | 111ed2d52569e4865a5cd32fcbefce78c46f8565 (diff) |
mesa-dri: set PACKAGE_ARCH to ${MACHINE}
${MACHINE_DRI_MODULES} is passed to configure, so the package output
depends on MACHINE. As foretold by commit f06119fc :)
Also switch to INC_PR and fix built of mesa-xprogs when prefix != /usr.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/mesa/mesa-dri_git.bb')
-rw-r--r-- | recipes/mesa/mesa-dri_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/mesa/mesa-dri_git.bb b/recipes/mesa/mesa-dri_git.bb index bca681c76d..4ca1b73122 100644 --- a/recipes/mesa/mesa-dri_git.bb +++ b/recipes/mesa/mesa-dri_git.bb @@ -6,7 +6,7 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" PV = "7.2+gitr${SRCREV}" -PR = "r1" +PR = "${INC_PR}.0" PE = "1" DEFAULT_PREFERENCE = "-1" @@ -18,4 +18,3 @@ FILES_${PN} += "${libdir}/dri/*.so" FILES_${PN}-dbg += "${libdir}/dri/.debug/*" EXTRA_OECONF += "--with-driver=dri --with-dri-drivers=swrast,${MACHINE_DRI_MODULES}" - |