aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/patchutils/patchutils_0.2.31.bb
blob: 17b5d27c3fb3fd17941e01d0cafd1122adf4bf6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SECTION = "devel"
LICENSE = "GPL"
DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."

SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"

inherit autotools

do_configure_prepend() {
        sed -i -e s:AC_CONFIG_SRCDIR:#AC_CONFIG_SRCDIR:g configure.in
}

do_configure() {
       gnu-configize
       libtoolize --force
       oe_runconf
}