[oe-commits] Steve Sakoman : libunique: add 1.1.2

git version control git at git.openembedded.org
Thu Sep 3 08:34:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c420b9d4284c4142aa989533abf27e9ee0f3660a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c420b9d4284c4142aa989533abf27e9ee0f3660a

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Sep  2 21:10:29 2009 -0700

libunique: add 1.1.2

---

 conf/checksums.ini               |    4 ++++
 recipes/gnome/libunique_1.1.2.bb |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 24ca5b8..d4fd7fd 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15282,6 +15282,10 @@ sha256=59e835a57e6df03e4d2253b2357253f3d13da9473ff465563a3b9833a744fc36
 md5=02b9e41c70ca738e1aa914f400fc1f05
 sha256=d627a10f523af14e9ead655ebab3a26e7faeea006bdfa7739bc4c04058ddf4c6
 
+[http://ftp.gnome.org/pub/GNOME/sources/libunique/1.1/libunique-1.1.2.tar.bz2]
+md5=f33749109768d43ef69ca7e8ffa7cfb7
+sha256=73fb130295fc42b237aa3d808905f65ead9f979acbe49434eca830c6085f0c6e
+
 [http://downloads.sourceforge.net/upnp/libupnp-1.3.1.tar.gz]
 md5=6646be5e31e58188e8f47c6ce64faa4c
 sha256=4d0d6a5302222757fb36ee21d8f8e1b3de849c2de658ab1105272f32ff78767d
diff --git a/recipes/gnome/libunique_1.1.2.bb b/recipes/gnome/libunique_1.1.2.bb
new file mode 100644
index 0000000..c0fbee7
--- /dev/null
+++ b/recipes/gnome/libunique_1.1.2.bb
@@ -0,0 +1,11 @@
+LICENSE = "LGPL"
+SECTION = "x11/gnome"
+
+inherit autotools_stage gnome lib_package
+
+DEPENDS = "gtk+ dbus"
+
+do_configure_prepend() {
+	sed -i -e 's: doc : :g' ${S}/Makefile.am
+}
+





More information about the Openembedded-commits mailing list