summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/packages/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb
blob: 3541501e9c0e5de54224e40ef5e636514b57a1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Userspace interface to kernel DRM services"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7"
PR="r2"

PROVIDES = "libdrm-poulsbo"

inherit autotools pkgconfig

SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.0-1ubuntu0sarvatt4~1004um1ubuntu1.tar.gz \
	file://libdrm-poulsbo.patch"

do_configure_prepend() {
	sed -e 's/-ldrm/-ldrm-poulsbo/' -e 's/libdrm/libdrm-poulsbo/' \
	    < ${S}/libdrm.pc.in > ${S}/libdrm-poulsbo.pc.in
}