[oe-commits] Martin Jansa : shr-specs: remove old staging

git version control git at git.openembedded.org
Fri Oct 22 14:04:20 UTC 2010


Module: openembedded.git
Branch: master
Commit: 637f98d8b5a13fbc5c131cb1ed7f4b2148f7bffc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=637f98d8b5a13fbc5c131cb1ed7f4b2148f7bffc

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Oct 22 15:53:53 2010 +0200

shr-specs: remove old staging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/shr/shr-specs_git.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb
index 4caa4d6..2ea073c 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"
 
 





More information about the Openembedded-commits mailing list