diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/shr/libphone-utils_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/shr/libphone-utils_git.bb b/recipes/shr/libphone-utils_git.bb index 88d5d4b10a..6c4bbaf7c1 100644 --- a/recipes/shr/libphone-utils_git.bb +++ b/recipes/shr/libphone-utils_git.bb @@ -6,8 +6,11 @@ PR = "r2" DEPENDS="glib-2.0" -inherit pkgconfig autotools autotools_stage +inherit pkgconfig autotools autotools CONFFILES_${PN} = "${sysconfdir}/phone-utils.conf" SRC_URI = "git://git.shr-project.org/repo/libphone-utils.git;protocol=http;branch=master" S="${WORKDIR}/git" + +PACKAGES =+ " ${PN}-test" +FILES_${PN}-test = "${bindir}/phoneutils_test" |