[oe-commits] Richard Purdie : smbnetfs: Add missing pkgconfig inherit

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 14:20:20 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 42d2a516216f876c47d150030b5b75e6bc58733b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=42d2a516216f876c47d150030b5b75e6bc58733b

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jul 17 14:35:06 2014 +0100

smbnetfs: Add missing pkgconfig inherit

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
index 350dad5..c25f5d6 100644
--- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
+++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb
@@ -10,7 +10,7 @@ HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
 
 DEPENDS = "fuse samba"
 
-inherit autotools gitpkgv
+inherit autotools gitpkgv pkgconfig
 
 PKGV = "${GITPKGVTAG}"
 



More information about the Openembedded-commits mailing list