summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 11:16:53 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 16:42:08 +0000
commit9e016c4b22aa34376e29c153488c56f0056512be (patch)
treea4fe039dcd64ff664c1424e72b32f8804863a103 /meta/recipes-graphics
parent0ef08c4593c7a7a0620c82cfa253a255f8fe0b67 (diff)
downloadpoky-9e016c4b22aa34376e29c153488c56f0056512be.tar.gz
libcgroup/libxkbcommon: Use BPN in SRC_URI
If we don't do this, multilib and other varients using BBCLASSEXTEND will fail. (From OE-Core rev: 9a97367038a1e2431bf94211dabbc5aedbbee3bb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb
index 7304080739..b8229f5789 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT & MIT-style"
7 7
8DEPENDS = "util-macros flex-native bison-native" 8DEPENDS = "util-macros flex-native bison-native"
9 9
10SRC_URI = "http://xkbcommon.org/download/${PN}-${PV}.tar.bz2" 10SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.bz2"
11SRC_URI[md5sum] = "2be3d4a255d02c7d46fc6a9486f21f6a" 11SRC_URI[md5sum] = "2be3d4a255d02c7d46fc6a9486f21f6a"
12SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42" 12SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42"
13 13