diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-23 20:58:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:53:55 +0200 |
commit | d04099e94be6611ac1aca1cbeee14c4546a920bb (patch) | |
tree | 957aa43122d51438e1211f41c52ea9b81793bc0d /meta-filesystems | |
parent | 4bcd1d6b962212871d5ec8716848d5331e3641f6 (diff) | |
download | meta-openembedded-d04099e94be6611ac1aca1cbeee14c4546a920bb.tar.gz |
recipes: Add missing pkgconfig dependencies
These recipes were all missing pkgconfig dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb | 2 | ||||
-rw-r--r-- | meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb index 2e7a6166b..6957ea92b 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2013.1.13.bb | |||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}" | |||
12 | SRC_URI[md5sum] = "2d6fb47ddf62b51733227126fe9227fe" | 12 | SRC_URI[md5sum] = "2d6fb47ddf62b51733227126fe9227fe" |
13 | SRC_URI[sha256sum] = "4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27" | 13 | SRC_URI[sha256sum] = "4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG[uuid] = "--with-uuid,--without-uuid,util-linux" | 18 | PACKAGECONFIG[uuid] = "--with-uuid,--without-uuid,util-linux" |
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb index 722d0ede9..ba64310b8 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${P}.tar.gz" |
10 | S = "${WORKDIR}/${P}" | 10 | S = "${WORKDIR}/${P}" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | FILES_${PN} += "${libdir}/sshnodelay.so" | 14 | FILES_${PN} += "${libdir}/sshnodelay.so" |
15 | 15 | ||