diff options
Diffstat (limited to 'meta/packages/xorg-lib/xorg-lib-common.inc')
-rw-r--r-- | meta/packages/xorg-lib/xorg-lib-common.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/xorg-lib-common.inc b/meta/packages/xorg-lib/xorg-lib-common.inc index e1f783e352..8aea0a5f03 100644 --- a/meta/packages/xorg-lib/xorg-lib-common.inc +++ b/meta/packages/xorg-lib/xorg-lib-common.inc | |||
@@ -1,11 +1,12 @@ | |||
1 | HOMEPAGE = "http://www.x.org" | 1 | HOMEPAGE = "http://www.x.org" |
2 | SECTION = "x11/libs" | 2 | SECTION = "x11/libs" |
3 | LICENSE = "MIT-X" | 3 | LICENSE = "MIT-X" |
4 | |||
5 | DEPENDS = "util-macros xorg-headers-native" | 4 | DEPENDS = "util-macros xorg-headers-native" |
5 | |||
6 | XORG_PN = "${PN}" | 6 | XORG_PN = "${PN}" |
7 | XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}" | 7 | |
8 | SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2" | 8 | SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2" |
9 | |||
9 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 10 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
10 | 11 | ||
11 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
@@ -13,5 +14,5 @@ inherit autotools pkgconfig | |||
13 | EXTRA_OECONF = "--enable-malloc0returnsnull" | 14 | EXTRA_OECONF = "--enable-malloc0returnsnull" |
14 | 15 | ||
15 | do_stage() { | 16 | do_stage() { |
16 | autotools_stage_all | 17 | autotools_stage_all |
17 | } | 18 | } |