diff options
Diffstat (limited to 'recipes/xorg-driver/xorg-driver-common.inc')
-rw-r--r-- | recipes/xorg-driver/xorg-driver-common.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc index 7cb17e2ba3..ff620dd649 100644 --- a/recipes/xorg-driver/xorg-driver-common.inc +++ b/recipes/xorg-driver/xorg-driver-common.inc @@ -6,10 +6,9 @@ INC_PR = "r14" DEPENDS = "randrproto xorg-server xproto" -XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2;name=archive" -S = "${WORKDIR}/${XORG_PN}-${PV}" +S = "${WORKDIR}/${BPN}-${PV}" FILES_${PN} += " ${libdir}/xorg/modules" FILES_${PN}-dbg += "${libdir}/xorg/modules/*/.debug" |