diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-09-30 09:27:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:22 +0100 |
commit | b887e7fd3f25a8a5d675cbd4470c5bc6c780e0b5 (patch) | |
tree | 4382b0e486faa268a2724d2a38d763c879ddbb6b /meta/recipes-graphics | |
parent | c079b76ec8a920008754258516c3e7a02a8ecdac (diff) | |
download | poky-b887e7fd3f25a8a5d675cbd4470c5bc6c780e0b5.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xorg-app-common.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-app/xorg-app-common.inc b/meta/recipes-graphics/xorg-app/xorg-app-common.inc index 4add357cc9..86e5c2368b 100644 --- a/meta/recipes-graphics/xorg-app/xorg-app-common.inc +++ b/meta/recipes-graphics/xorg-app/xorg-app-common.inc | |||
@@ -3,14 +3,14 @@ HOMEPAGE = "http://www.x.org/" | |||
3 | BUGTRACKER = "https://bugs.freedesktop.org" | 3 | BUGTRACKER = "https://bugs.freedesktop.org" |
4 | SECTION = "x11/apps" | 4 | SECTION = "x11/apps" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | DEPENDS = "util-macros virtual/libx11" | 6 | DEPENDS = "util-macros-native virtual/libx11" |
7 | 7 | ||
8 | XORG_PN = "${BPN}" | 8 | INC_PR = "r5" |
9 | 9 | ||
10 | SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2" | 10 | SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2" |
11 | 11 | ||
12 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 12 | S = "${WORKDIR}/${BPN}-${PV}" |
13 | 13 | ||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | FILES_${PN} += " /usr/lib/X11/${XORG_PN}" | 16 | FILES_${PN} += " /usr/lib/X11/${BPN} /usr/share/X11/app-defaults/" |