xorg-app-common: merge some changes from meta-oe

* use BPN directly instead of XORG_PN
* fix depends
* fix packaging
* add INC_PR (used by recipes in meta-oe now, but should be used here
  too)

(From OE-Core rev: fbf6dcefb719f992c8b7900aea9c719ce143d0b1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2011-09-30 09:27:17 +02:00 committed by Richard Purdie
parent c079b76ec8
commit b887e7fd3f
1 changed files with 5 additions and 5 deletions

View File

@ -3,14 +3,14 @@ HOMEPAGE = "http://www.x.org/"
BUGTRACKER = "https://bugs.freedesktop.org"
SECTION = "x11/apps"
LICENSE = "MIT-X"
DEPENDS = "util-macros virtual/libx11"
DEPENDS = "util-macros-native virtual/libx11"
XORG_PN = "${BPN}"
INC_PR = "r5"
SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2"
SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"
S = "${WORKDIR}/${BPN}-${PV}"
inherit autotools pkgconfig
FILES_${PN} += " /usr/lib/X11/${XORG_PN}"
FILES_${PN} += " /usr/lib/X11/${BPN} /usr/share/X11/app-defaults/"