On Thu, Jan 21, 2010 at 10:49:43AM -0800, Dallas Foley wrote: > Older version 2.4.11 builds Ok on arm, but not 2.4.17 > I modified it to build on armv7a. However, I'm not sure if it's the correct > way.
Pushed thanks! Someone with x86 and intel, please test > diff --git a/recipes/dri/libdrm_2.4.17.bb b/recipes/dri/libdrm_2.4.17.bb > index 4f2af1e..fd1ab3a 100644 > --- a/recipes/dri/libdrm_2.4.17.bb > +++ b/recipes/dri/libdrm_2.4.17.bb > @@ -3,14 +3,16 @@ DEPENDS = "libpthread-stubs" > LICENSE = "MIT" > SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" > PROVIDES = "drm" > -PR = "r1" > +PR = "r2" > > inherit autotools pkgconfig > > +EXTRA_OECONF_append = " $...@base_contains('MACHINE_FEATURES', 'x86', '', > '--disable-intel',d)}" > + > do_stage() { > autotools_stage_all > } > > -PACKAGES =+ "${PN}-intel" > +PACKAGES =+ "$...@base_contains('MACHINE_FEATURES', 'x86', '${PN}-intel', > '',d)}" > > FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*" > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
