diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta-emenlow | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-emenlow')
-rw-r--r-- | meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | 3 |
1 files changed, 3 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 index 066fe3f3b7..d0e14a5622 100644 --- a/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb +++ b/meta-emenlow/recipes/libdrm-poulsbo/libdrm-poulsbo_2.3.0.bb | |||
@@ -10,6 +10,9 @@ inherit autotools pkgconfig | |||
10 | SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.0-1ubuntu0sarvatt4~1004um1ubuntu1.tar.gz \ | 10 | SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libdrm-poulsbo_2.3.0-1ubuntu0sarvatt4~1004um1ubuntu1.tar.gz \ |
11 | file://libdrm-poulsbo.patch" | 11 | file://libdrm-poulsbo.patch" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "82c00bb9f1239f1d00b18411b89c2380" | ||
14 | SRC_URI[sha256sum] = "335d4ac6694687475efe07b44a2d77a9a9fadcbc16946d01ea8a02339ae7d9ec" | ||
15 | |||
13 | do_configure_prepend() { | 16 | do_configure_prepend() { |
14 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ | 17 | sed -e 's/-ldrm/-ldrm_poulsbo/' -e 's/libdrm/libdrm_poulsbo/' \ |
15 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in | 18 | < ${S}/libdrm.pc.in > ${S}/libdrm_poulsbo.pc.in |