libdrm-poulsbo: Fix naming to be consistent

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-07-25 18:14:26 +01:00
parent b01f7d73aa
commit 95e40d33f1
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Userspace interface to kernel DRM services"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7"
PR="r3"
PR = "r4"
PROVIDES = "libdrm-poulsbo"
@ -11,6 +11,6 @@ SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.
file://libdrm-poulsbo.patch"
do_configure_prepend() {
sed -e 's/-ldrm/-ldrm-poulsbo/' -e 's/libdrm/libdrm-poulsbo/' \
sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \
< ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in
}