diff options
Diffstat (limited to 'meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb')
-rw-r--r-- | meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb b/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb new file mode 100644 index 0000000000..066fe3f3b7 --- /dev/null +++ b/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Userspace interface to kernel DRM services" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7" | ||
4 | PR = "r4" | ||
5 | |||
6 | PROVIDES = "libdrm-poulsbo" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.0-1ubuntu0sarvatt4~1004um1ubuntu1.tar.gz \ | ||
11 | file://libdrm-poulsbo.patch" | ||
12 | |||
13 | do_configure_prepend() { | ||
14 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ | ||
15 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in | ||
16 | } | ||