diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-08-13 08:32:22 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:08 -0700 |
| commit | 29de5fbc5e0f61033f9a4f145b3494edc7d3c58c (patch) | |
| tree | 8df9d0193ac91d1046dff8d7271e945746e3c2fe /meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | |
| parent | 620ef0206fecb1a8e990fced8618ac4ef0b0c79d (diff) | |
| download | meta-openembedded-29de5fbc5e0f61033f9a4f145b3494edc7d3c58c.tar.gz | |
owfs: Fix build with -fno-common
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb')
| -rw-r--r-- | meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb index 414084449f..7f56c88fcc 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb +++ b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | |||
| @@ -12,6 +12,7 @@ DEPENDS = "fuse virtual/libusb0" | |||
| 12 | SRCREV = "3744375dfaa350e31c9b360eb1e1a517bbeb5c47" | 12 | SRCREV = "3744375dfaa350e31c9b360eb1e1a517bbeb5c47" |
| 13 | SRC_URI = "git://github.com/owfs/owfs \ | 13 | SRC_URI = "git://github.com/owfs/owfs \ |
| 14 | file://0001-Add-build-rule-for-README.patch \ | 14 | file://0001-Add-build-rule-for-README.patch \ |
| 15 | file://0001-Fix-compilation-with-GCC10.patch \ | ||
| 15 | file://owhttpd \ | 16 | file://owhttpd \ |
| 16 | file://owserver \ | 17 | file://owserver \ |
| 17 | " | 18 | " |
