summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc')
-rw-r--r--meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc b/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
index 3e7c701c7..dc6fedf16 100644
--- a/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
+++ b/meta-oe/recipes-graphics/xorg-proto/xorg-proto-common.inc
@@ -1,5 +1,6 @@
1DESCRIPTION = "X protocol headers: ${BPN}" 1DESCRIPTION = "X protocol headers: ${BPN}"
2HOMEPAGE = "http://www.x.org" 2HOMEPAGE = "http://www.x.org"
3BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
3SECTION = "x11/libs" 4SECTION = "x11/libs"
4LICENSE = "MIT-X" 5LICENSE = "MIT-X"
5 6
@@ -9,9 +10,10 @@ ALLOW_EMPTY = "1"
9 10
10INC_PR = "r2" 11INC_PR = "r2"
11 12
12SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive" 13SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2"
13 14
14S = "${WORKDIR}/${BPN}-${PV}" 15S = "${WORKDIR}/${BPN}-${PV}"
15 16
16inherit autotools pkgconfig 17inherit autotools pkgconfig
17 18
19BBCLASSEXTEND = "native nativesdk"