diff options
Diffstat (limited to 'packages/tin/tin_1.9.1.bb')
-rw-r--r-- | packages/tin/tin_1.9.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/tin/tin_1.9.1.bb b/packages/tin/tin_1.9.1.bb deleted file mode 100644 index 3adfc536df..0000000000 --- a/packages/tin/tin_1.9.1.bb +++ /dev/null @@ -1,18 +0,0 @@ -require tin.inc - -PR = "r1" - -SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/v1.9/tin-${PV}.tar.gz \ - file://m4.patch;patch=1" - -PARALLEL_MAKE = "" - -export BUILD_CFLAGS += "-I${S}/include -DHAVE_CONFIG_H" - -do_configure() { - oe_runconf -} - -do_compile() { - cd src && oe_runmake -} |