diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-11 21:09:40 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-03-15 08:46:30 +0100 |
commit | e3e5b61ea4cb938d630b80a7b15394bc38349cb4 (patch) | |
tree | c110fe9b29df2a7aea8dee896555086cc868f792 /recipes | |
parent | c860f51f04d41680100a7fecd2341ecf8f657fe1 (diff) |
xorg-proto-common.inc: replaced PN with BPN to avoid native compilation error
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-proto/xorg-proto-common.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-proto/xorg-proto-common.inc b/recipes/xorg-proto/xorg-proto-common.inc index 17bd6ade9c..7cfd9e87ca 100644 --- a/recipes/xorg-proto/xorg-proto-common.inc +++ b/recipes/xorg-proto/xorg-proto-common.inc @@ -5,13 +5,11 @@ LICENSE = "MIT-X" DEPENDS = "util-macros" -XORG_PN = "${PN}" - ALLOW_EMPTY = "1" -SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive" -S = "${WORKDIR}/${XORG_PN}-${PV}" +S = "${WORKDIR}/${BPN}-${PV}" inherit autotools pkgconfig |