mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
libdrm-poulsbo: Fix naming to be consistent
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user