diff options
Diffstat (limited to 'recipes/gpephone/libsettings_svn.bb')
-rw-r--r-- | recipes/gpephone/libsettings_svn.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/gpephone/libsettings_svn.bb b/recipes/gpephone/libsettings_svn.bb new file mode 100644 index 0000000000..74e1190c5a --- /dev/null +++ b/recipes/gpephone/libsettings_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "G(PE)^2 settings API library" +SECTION = "gpe/libs" +PRIORITY = "required" +LICENSE = "LiPS" +DEPENDS = "glib-2.0 gconf-dbus" +PV = "0.0+svnr-${SRCREV}" + +DEFAULT_PREFERENCE = "-1" + +inherit gpephone pkgconfig autotools + +SRC_URI = "${GPEPHONE_SVN}" + +S = "${WORKDIR}/${PN}" + +FILES_${PN} += " ${libdir}/*.so.*" +FILES_${PN}-dbg += "${libdir}/.debug/*.so.*" +FILES_${PN}-dev += "${includedir} ${libdir}/*.la ${libdir}/*.so" + +do_stage () { + autotools_stage_all +} |