diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 09:09:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-24 11:10:41 +0200 |
commit | 487b101b42fac7642f42f80883d7a714a3b264b2 (patch) | |
tree | 9006fff8302a955950b7fc380bac16bdb60f0811 /recipes | |
parent | 136054d11f5a6f95a385ef8b7773b7ac80921086 (diff) |
xorg-lib-common: use BPN instead of PN as default XORG_PN
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-lib/xorg-lib-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-lib/xorg-lib-common.inc b/recipes/xorg-lib/xorg-lib-common.inc index d59e3847ea..0c8e7bc81f 100644 --- a/recipes/xorg-lib/xorg-lib-common.inc +++ b/recipes/xorg-lib/xorg-lib-common.inc @@ -3,7 +3,7 @@ SECTION = "x11/libs" LICENSE = "MIT-X" DEPENDS = "util-macros xorg-headers-native" -XORG_PN = "${PN}" +XORG_PN = "${BPN}" SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2;name=archive" |