diff options
Diffstat (limited to 'meta-oe/recipes-support/libnih/libnih_1.0.3.bb')
-rw-r--r-- | meta-oe/recipes-support/libnih/libnih_1.0.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb index fcb6bebd6..ff7a4ed10 100644 --- a/meta-oe/recipes-support/libnih/libnih_1.0.3.bb +++ b/meta-oe/recipes-support/libnih/libnih_1.0.3.bb | |||
@@ -20,19 +20,19 @@ SECTION = "libs" | |||
20 | LICENSE = "GPL-2.0" | 20 | LICENSE = "GPL-2.0" |
21 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
22 | 22 | ||
23 | DEPENDS = "dbus libnih-native" | 23 | DEPENDS = "dbus expat" |
24 | DEPENDS_class-native = "dbus-native" | 24 | DEPENDS_append_class-target = " libnih-native" |
25 | 25 | ||
26 | SRC_URI = "https://launchpad.net/${BPN}/1.0/${PV}/+download/${BP}.tar.gz \ | 26 | SRC_URI = "https://launchpad.net/${BPN}/1.0/${PV}/+download/${BP}.tar.gz \ |
27 | file://libnih_1.0.3-4ubuntu16.patch \ | 27 | file://libnih_1.0.3-4ubuntu16.patch \ |
28 | file://0001-signal.c-SIGCLD-and-SIGCHILD-are-same-on-sytem-V-sys.patch \ | 28 | file://0001-signal.c-SIGCLD-and-SIGCHILD-are-same-on-sytem-V-sys.patch \ |
29 | file://0001-Update-autotool-files-also-make-it-work-with-latest-.patch \ | ||
29 | " | 30 | " |
30 | 31 | ||
31 | SRC_URI[md5sum] = "db7990ce55e01daffe19006524a1ccb0" | 32 | SRC_URI[md5sum] = "db7990ce55e01daffe19006524a1ccb0" |
32 | SRC_URI[sha256sum] = "897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405" | 33 | SRC_URI[sha256sum] = "897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405" |
33 | 34 | ||
34 | inherit autotools | 35 | inherit autotools gettext |
35 | inherit gettext | ||
36 | 36 | ||
37 | do_configure_append () { | 37 | do_configure_append () { |
38 | sed -i -e 's,lib/pkgconfig,${baselib}/pkgconfig,g' ${S}/nih/Makefile.in ${S}/nih-dbus/Makefile.in | 38 | sed -i -e 's,lib/pkgconfig,${baselib}/pkgconfig,g' ${S}/nih/Makefile.in ${S}/nih-dbus/Makefile.in |