diff options
Diffstat (limited to 'meta-emenlow/recipes-graphics/libdrm-poulsbo')
-rw-r--r-- | meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb b/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb index d0e14a56..5153054c 100644 --- a/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb +++ b/meta-emenlow/recipes-graphics/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Userspace interface to kernel DRM services" | 1 | DESCRIPTION = "Userspace interface to kernel DRM services" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7" | 3 | LIC_FILES_CHKSUM = "file://MIT_License.txt;md5=732825ecdcf420261531d935fcd914a7" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | 5 | ||
6 | PROVIDES = "libdrm-poulsbo" | 6 | PROVIDES = "libdrm-poulsbo" |
7 | 7 | ||
@@ -17,3 +17,7 @@ do_configure_prepend() { | |||
17 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ | 17 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ |
18 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in | 18 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in |
19 | } | 19 | } |
20 | |||
21 | do_install_append() { | ||
22 | ln -s libdrm_poulsbo.so.2.3.0 ${D}${libdir}/libdrm.so.2 | ||
23 | } | ||