aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-22 15:53:53 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-22 16:00:20 +0200
commit637f98d8b5a13fbc5c131cb1ed7f4b2148f7bffc (patch)
treead0c4b09555cfbfa41833500c99844a187d31e4d /recipes/shr
parent5cbe32ec7e251d03d3e197250d2cf31917af763b (diff)
downloadopenembedded-637f98d8b5a13fbc5c131cb1ed7f4b2148f7bffc.tar.gz
shr-specs: remove old staging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-specs_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb
index 4caa4d65bd..2ea073c403 100644
--- a/recipes/shr/shr-specs_git.bb
+++ b/recipes/shr/shr-specs_git.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
SECTION = "devel/specifications"
SRCREV = "161a4186a2f53976add7033fd39c8056797d68f7"
PV = "0.0.0+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "git://git.shr-project.org/repo/shr-specs.git;protocol=http;branch=master"
S = "${WORKDIR}/git"
@@ -13,11 +13,11 @@ do_compile() {
make xml
}
-do_stage() {
- install -d "${STAGING_DATADIR}/shr-specs"
- install -m 0644 xml/* "${STAGING_DATADIR}/shr-specs"
+do_install() {
+ install -d "${D}${datadir}/shr-specs"
+ install -m 0644 xml/* "${D}${datadir}/shr-specs"
}
-FILE_${PN}-dev += "${datadir}/shr-specs"
+FILES_${PN}-dev += "${datadir}/shr-specs"