diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-17 18:05:46 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-17 18:38:25 +0000 |
commit | a318f679fc23e7d7f4fc03d833ff50d3a2061f12 (patch) | |
tree | 5c720898c65342100f3c70fbc3319bfa8d2b9a26 /recipes/shr/libphone-utils_git.bb | |
parent | e8622747c60b148e94f095c4bb7fe40fc52bba0a (diff) |
bphone-utils: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr/libphone-utils_git.bb')
-rw-r--r-- | 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 0000000000..7cf26ffec1 --- /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" |