]> code.ossystems Code Review - openembedded-core.git/commitdiff
libdrm: meta data update
authorYu Ke <ke.yu@intel.com>
Wed, 23 Jun 2010 13:15:25 +0000 (21:15 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 29 Jun 2010 16:13:36 +0000 (17:13 +0100)
add the description, homepage,
and change the variable order according to the style guide

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/packages/drm/libdrm.inc
meta/packages/drm/libdrm_2.4.17.bb

index b86af2faf025596c7c7bbf5b5c282a9dbdb3c538..4f153ff7f75b7c3cc4bf1024e297fd451a98a52a 100644 (file)
@@ -1,12 +1,14 @@
+DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)"
+HOMEPAGE = "http://dri.freedesktop.org"
 SECTION = "x11/base"
 LICENSE = "MIT"
 SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
 PROVIDES = "drm"
 DEPENDS = "libpthread-stubs udev cairo virtual/libx11"
 
+inherit autotools pkgconfig
+
 PACKAGES =+ "libdrm-tests"
 FILES_libdrm-tests = "${bindir}/dr* ${bindir}/mode*"
 
 LEAD_SONAME = "libdrm.so"
-
-inherit autotools pkgconfig
index 76790358665e3b2f58291f2abec276f214faf92c..67ddd01937f96e76c5ac692a88fbf4afae0ad65b 100644 (file)
@@ -1,4 +1,4 @@
 require libdrm.inc
 
 SRC_URI += "file://installtests.patch;patch=1"
-PR = "r1"
+PR = "r2"