From: Martin Jansa Date: Mon, 14 Jun 2010 12:48:56 +0000 (+0200) Subject: xorg-data: convert to new staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6cd1f9f326f48efb303218ce634513ca942a826;p=openembedded.git xorg-data: convert to new staging Signed-off-by: Martin Jansa --- 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 -}