diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 18:55:42 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-08-22 09:51:27 +0200 |
commit | f1e3a8457cc448fb0172b4fa3e5f98eacae6fa31 (patch) | |
tree | b7872f2e43d19e1799ccf28566c72c7ed8cde5bd | |
parent | e1f0815d233cad9d17d4cbc0ef8d7968789b3131 (diff) | |
download | meta-openembedded-f1e3a8457cc448fb0172b4fa3e5f98eacae6fa31.tar.gz |
smbnetfs: add packageconfig for gnome-keyring
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb b/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb index 3bb1c6d97..21411374f 100644 --- a/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb +++ b/meta-oe/recipes-connectivity/smbnetfs/smbnetfs_git.bb @@ -13,4 +13,7 @@ SRCREV = "ace1c519d45fe488b9b7e6cc77a2bcadb6c83464" SRC_URI = "git://smbnetfs.git.sourceforge.net/gitroot/smbnetfs/smbnetfs;protocol=git;branch=master" +PACKAGECONFIG ??= "" +PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" + S = "${WORKDIR}/git" |