aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-ndg-httpsclient_0.5.1.bb
AgeCommit message (Expand)Author
2018-07-27python-ndg-httpsclient: update to version 0.5.1Derek Straka
value='jansa/dunfell'>jansa/dunfell OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb
blob: 24c599234e66c841b246336c48cd1c53680cf5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require glib.inc

PR = "r4"
PE = "1"

SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
           file://configure-libtool.patch \
           file://60_wait-longer-for-threads-to-die.patch \
           file://g_once_init_enter.patch \
           file://0003-gatomic-proper-pointer-get-cast.patch.patch \
           file://0005-glib-mkenums-interpreter.patch.patch \
          "
# Only apply this patch for target recipe on uclibc
SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"

SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"

SRC_URI[md5sum] = "789e7520f71c6a4bf08bc683ec764d24"
SRC_URI[sha256sum] = "222f3055d6c413417b50901008c654865e5a311c73f0ae918b0a9978d1f9466f"

BBCLASSEXTEND = "native"

EXTRA_OECONF_append = " --enable-dtrace=no"