diff options
Diffstat (limited to 'recipes/xorg-data')
-rw-r--r-- | recipes/xorg-data/xorg-data-common.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/xorg-data/xorg-data-common.inc b/recipes/xorg-data/xorg-data-common.inc index 886a8c8ff3..5edb606eea 100644 --- a/recipes/xorg-data/xorg-data-common.inc +++ b/recipes/xorg-data/xorg-data-common.inc @@ -3,13 +3,9 @@ SECTION = "x11/data" LICENSE = "MIT-X" XORG_PN = "${PN}" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2;name=archive" S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} |