diff options
-rw-r--r-- | meta-oe/recipes-core/ell/ell_0.8.bb (renamed from meta-oe/recipes-core/ell/ell_0.6.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/ell/ell_0.6.bb b/meta-oe/recipes-core/ell/ell_0.8.bb index 399eddb07d..0428cab286 100644 --- a/meta-oe/recipes-core/ell/ell_0.6.bb +++ b/meta-oe/recipes-core/ell/ell_0.8.bb | |||
@@ -7,14 +7,11 @@ SECTION = "libs" | |||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | SRCREV = "59ff3160fe55a841e662f8776f0520f2038235f4" | 10 | SRCREV = "d572281caedef357c392a7c9aa65a3b21a18cfdb" |
11 | SRC_URI = " \ | 11 | SRC_URI = "git://git.kernel.org/pub/scm/libs/ell/ell.git" |
12 | git://git.kernel.org/pub/scm/libs/ell/ell.git \ | ||
13 | file://0001-dhcp-include-if_arp.h-from-libc-instead-of-linux-hea.patch \ | ||
14 | " | ||
15 | 12 | ||
16 | do_configure_prepend () { | 13 | do_configure_prepend () { |
17 | mkdir ${S}/build-aux | 14 | mkdir -p ${S}/build-aux |
18 | } | 15 | } |
19 | 16 | ||
20 | DEPENDS = "dbus" | 17 | DEPENDS = "dbus" |