[OE-core] [PATCH] [PATCH] raptor: add recipe

Ben Gardiner bengardiner at nanometrics.ca
Thu Jul 28 03:38:15 UTC 2011


Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Signed-off-by: Ben Gardiner <bengardiner at nanometrics.ca>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

This recipe is a port of recipes/raptor/raptor_1.4.21.bb from
git://git.openembedded.org/openembedded, commits
01e8e9f325d8d251e852e7a5704b5fe50880e1ad 'raptor: added recipe' and
f1d24b5a986233f869364eb109476f5184e76d10 'raptor: add libxml2 DEPENDS'

The recipe was modified by adding a LIC_FILES_CHKSUM assignment.

Signed-off-by: Ben Gardiner <bengardiner at nanometrics.ca>

---

Not tested in the oe-core + meta-openembedded et. al. layers. We are not
ready yet to migrate from the 2011.03-maintenance branch. This patch is
proposed for inclusion in oe-core so that we can meet the new policy
requirements for inclusion in the 2011.03-maintenance branch and submit
a subsequent pull-request for commit
f1d24b5a986233f869364eb109476f5184e76d10 raptor: add libxml2 DEPENDS
---
 meta/recipes-support/raptor/raptor_1.4.21.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-support/raptor/raptor_1.4.21.bb

diff --git a/meta/recipes-support/raptor/raptor_1.4.21.bb b/meta/recipes-support/raptor/raptor_1.4.21.bb
new file mode 100644
index 0000000..84fa69e
--- /dev/null
+++ b/meta/recipes-support/raptor/raptor_1.4.21.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Raptor RDF Parser Library"
+SECTION = "libs"
+HOMEPAGE = "http://librdf.org/raptor/"
+LICENSE = "LGPL 2.1/GPL 2/Apache 2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+PR = "r0"
+SRC_URI = "http://download.librdf.org/source/raptor-${PV}.tar.gz"
+DEPENDS = "libxml2"
+
+inherit autotools pkgconfig
+
+SRC_URI[md5sum] = "992061488af7a9e2d933df6b694bb876"
+SRC_URI[sha256sum] = "db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca"
-- 
1.7.4.1





More information about the Openembedded-core mailing list