[Buildroot] [PATCH 04/36] package/vde2: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Aug 14 13:24:25 UTC 2012


Le Mon, 13 Aug 2012 01:53:52 +0200,
"Yann E. MORIN" <yann.morin.1998 at free.fr> a écrit :

> +# For now, we install only the libraries
> +# Installing the complete VDE suite can come in a later patch
> +# In that case, do not forget to update the license!
> +define VDE2_INSTALL_TARGET_CMDS
> +	$(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/lib/libvde*.so*    \
> +	                      $(TARGET_DIR)/usr/lib
> +	$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/lib/vde2/vde_l3
> +	$(INSTALL) -D -m 0755 $(STAGING_DIR)/usr/lib/vde2/vde_l3/*.so   \
> +	                      $(TARGET_DIR)/usr/lib/vde2/vde_l3
> +endef

Again, "make install" ?

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list