diff options
Diffstat (limited to 'meta/recipes-devtools/libmodulemd/libmodulemd_git.bb')
| -rw-r--r-- | meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb deleted file mode 100644 index 63d3fad6ab..0000000000 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "C Library for manipulating module metadata files" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" | ||
| 4 | |||
| 5 | SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https \ | ||
| 6 | file://0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch \ | ||
| 7 | file://0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch \ | ||
| 8 | file://0001-v1-meson.build-explicitly-specify-the-v1-library-in-.patch \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "2.6.0" | ||
| 12 | SRCREV = "7c7f88258491866cdb86d26cadfce37a78f242ec" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit meson gobject-introspection | ||
| 17 | |||
| 18 | EXTRA_OEMESON = "-Ddeveloper_build=false -Dbuild_api_v1=true -Dbuild_api_v2=true" | ||
| 19 | |||
| 20 | DEPENDS += "glib-2.0 libyaml glib-2.0-native python3" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
| 23 | |||
| 24 | GIR_MESON_OPTION = 'skip_introspection' | ||
| 25 | GIR_MESON_ENABLE_FLAG = 'false' | ||
| 26 | GIR_MESON_DISABLE_FLAG = 'true' | ||
