[oe-commits] Klaus Kurzmann : shr-specs_git.bb: use autotools

git version control git at git.openembedded.org
Tue Jan 4 23:29:58 UTC 2011


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Jan  5 00:26:29 2011 +0100

shr-specs_git.bb: use autotools

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/shr-specs_git.bb |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/recipes/shr/shr-specs_git.bb b/recipes/shr/shr-specs_git.bb
index 2ea073c..7b23702 100644
--- a/recipes/shr/shr-specs_git.bb
+++ b/recipes/shr/shr-specs_git.bb
@@ -1,22 +1,17 @@
 DESCRIPTION = "The SHR DBus API Specification"
+AUTHOR = "Klaus 'mrmoku' Kurzmann"
 HOMEPAGE = "http://shr-project.org/"
 LICENSE = "BSD"
+DEPENDS = "libxslt-native"
 SECTION = "devel/specifications"
-SRCREV = "161a4186a2f53976add7033fd39c8056797d68f7"
+SRCREV = "0e50703bcb5bc036fb5b295eceb2b7c6a2f1d455"
 PV = "0.0.0+gitr${SRCPV}"
 PR = "r1"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-specs.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
 
-do_compile() {
-	make xml
-}
-
-do_install() {
-	install -d "${D}${datadir}/shr-specs"
-	install -m 0644 xml/* "${D}${datadir}/shr-specs"
-}
+inherit autotools pkgconfig
 
 FILES_${PN}-dev += "${datadir}/shr-specs"
 





More information about the Openembedded-commits mailing list