[oe-commits] Marcin Juszkiewicz : libdrm: split Intel lib into separate package

git version control git at git.openembedded.org
Mon Aug 3 12:50:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c4817a241ca5df93f36647edae9206ecd1ec74b8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c4817a241ca5df93f36647edae9206ecd1ec74b8

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Fri Jul 31 16:56:52 2009 +0200

libdrm: split Intel lib into separate package

---

 recipes/dri/libdrm_2.4.11.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/dri/libdrm_2.4.11.bb b/recipes/dri/libdrm_2.4.11.bb
index 0ea2396..4f2af1e 100644
--- a/recipes/dri/libdrm_2.4.11.bb
+++ b/recipes/dri/libdrm_2.4.11.bb
@@ -3,9 +3,14 @@ DEPENDS = "libpthread-stubs"
 LICENSE = "MIT"
 SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
 PROVIDES = "drm"
+PR = "r1"
 
 inherit autotools pkgconfig
 
 do_stage() {
 	autotools_stage_all
 }
+
+PACKAGES =+ "${PN}-intel"
+
+FILES_${PN}-intel = "${libdir}/libdrm_intel.so.*"





More information about the Openembedded-commits mailing list