git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6864175
)
xorg-data: convert to new staging
author
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 14 Jun 2010 12:48:56 +0000
(14:48 +0200)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Mon, 14 Jun 2010 12:55:37 +0000
(14:55 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/xorg-data/xorg-data-common.inc
patch
|
blob
|
history
diff --git
a/recipes/xorg-data/xorg-data-common.inc
b/recipes/xorg-data/xorg-data-common.inc
index
886a8c8
..
5edb606
100644
(file)
--- 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 = "r
1
"
+INC_PR = "r
2
"
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
-}