diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 11:16:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:08 +0000 |
commit | 9e016c4b22aa34376e29c153488c56f0056512be (patch) | |
tree | a4fe039dcd64ff664c1424e72b32f8804863a103 /meta/recipes-graphics/xorg-lib | |
parent | 0ef08c4593c7a7a0620c82cfa253a255f8fe0b67 (diff) | |
download | poky-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/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.2.0.bb | 2 |
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 | ||
8 | DEPENDS = "util-macros flex-native bison-native" | 8 | DEPENDS = "util-macros flex-native bison-native" |
9 | 9 | ||
10 | SRC_URI = "http://xkbcommon.org/download/${PN}-${PV}.tar.bz2" | 10 | SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.bz2" |
11 | SRC_URI[md5sum] = "2be3d4a255d02c7d46fc6a9486f21f6a" | 11 | SRC_URI[md5sum] = "2be3d4a255d02c7d46fc6a9486f21f6a" |
12 | SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42" | 12 | SRC_URI[sha256sum] = "74eb0a121ca3998015fd687591426bb15c524645a72cf602831b2e729172fb42" |
13 | 13 | ||