[Buildroot] [PATCH v6 2/3] ti-gfx: add new package

Peter Korsgaard jacmet at uclibc.org
Mon Jul 15 22:32:44 UTC 2013


>>>>> "Spenser" == Spenser Gilliland <spenser at gillilanding.com> writes:

 Spenser> adds accelerated GPU support for the OMAP35xx, AM35xx, AM37xx, DM37xx,
 Spenser> AM387x, DM814x, AM389x, DM816x, and AM335x platforms.

..

 Spenser> +	$(call TI_GFX_INSTALL_LIBS,$(STAGING_DIR))
 Spenser> +
 Spenser> +	$(INSTALL) -D -m 0644 package/ti-gfx/egl.pc $(STAGING_DIR)/usr/lib/pkgconfig/
 Spenser> +	$(INSTALL) -D -m 0644 package/ti-gfx/glesv2.pc $(STAGING_DIR)/usr/lib/pkgconfig/

Whenever you use install -D you alway have to prove the destination file
name, not just the directory.

Committed series with that fixed, thanks!

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list