diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb')
| -rw-r--r-- | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index 331f978f86..86d3be1689 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | |||
| @@ -21,6 +21,6 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | |||
| 21 | 21 | ||
| 22 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
| 23 | 23 | ||
| 24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
| 25 | (cd ${S}; ./autogen.sh; cd -) | 25 | (cd ${S}; ./autogen.sh; cd -) |
| 26 | } | 26 | } |
