[oe-commits] Stefan Schmidt : bphone-utils: Add recipe (from SHR)

git version control git at git.openembedded.org
Thu Sep 17 18:39:00 UTC 2009


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Sep 17 18:05:46 2009 +0000

bphone-utils: Add recipe (from SHR)

---

 recipes/shr/libphone-utils_git.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/libphone-utils_git.bb b/recipes/shr/libphone-utils_git.bb
new file mode 100644
index 0000000..7cf26ff
--- /dev/null
+++ b/recipes/shr/libphone-utils_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "phone-utils library"
+SECTION = "libs"
+PV = "0.0.2+gitr${SRCREV}"
+PR = "r2"
+
+DEPENDS="glib-2.0"
+
+inherit pkgconfig autotools autotools_stage
+
+CONFFILES_${PN} = "${sysconfdir}/phone-utils.conf"
+SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master"
+S="${WORKDIR}/git"





More information about the Openembedded-commits mailing list