All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John Willis" <John.Willis@Distant-earth.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [PATCH] devicekit: Update to remove host dependency on Docbook XSLT files.
Date: Thu, 15 Oct 2009 10:12:49 +0100	[thread overview]
Message-ID: <019a01ca4d77$b4dba160$1e92e420$@Willis@Distant-earth.com> (raw)


* Bump PR
* Update recipe to sed out the -nonet in the documentation XSLT conversion
removing the reliance of the Docbook XSLT templates being installed on the
host system (it will grab them from the net).
* Note: Another (maybe better) fix would be to package up docbook-xsl but
that is overkill for this one recipe.

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
 recipes/devicekit/devicekit_003.bb |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
 mode change 100644 => 100755 recipes/devicekit/devicekit_003.bb

diff --git a/recipes/devicekit/devicekit_003.bb
b/recipes/devicekit/devicekit_003.bb
old mode 100644
new mode 100755
index a57ca88..3439290
--- a/recipes/devicekit/devicekit_003.bb
+++ b/recipes/devicekit/devicekit_003.bb
@@ -2,13 +2,16 @@ DESCRIPTION = "DeviceKit is a simple system service that
a) can enumerate device
 LICENSE = "GPLv2"
 DEPENDS = "udev dbus-glib glib-2.0"
 
+PR = "r1"
+
 SRC_URI = "http://hal.freedesktop.org/releases/DeviceKit-${PV}.tar.gz"
 S = "${WORKDIR}/DeviceKit-${PV}"
 
+do_configure_prepend() {
+	sed -i -e s:-nonet:\:g ${S}/doc/man/Makefile.am
+}	
+
 inherit autotools_stage
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
 FILES_${PN} += "${datadir}/dbus-1/"
-
-
-
-- 
1.6.3.1





                 reply	other threads:[~2009-10-15  9:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='019a01ca4d77$b4dba160$1e92e420$@Willis@Distant-earth.com' \
    --to=john.willis@distant-earth.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.