diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-06 00:18:27 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2013-01-08 09:31:51 -0800 |
commit | 4202d1a6e6573ed54fd242d8d7bf267ab71ee0e6 (patch) | |
tree | 693f00b4ec0b42b2eadd9282d8b0442ee182f5b9 /meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | |
parent | 0be3c83eaa0b159e026a4bac278162335a7dca8f (diff) | |
download | meta-openembedded-4202d1a6e6573ed54fd242d8d7bf267ab71ee0e6.tar.gz |
uml-utilities: Forward port recipe from OE classic
Imported at SHA e12cf65f2fd58135039d73b9290ebee763161416
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb')
-rw-r--r-- | meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb new file mode 100644 index 000000000..80b3c9a3b --- /dev/null +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | SECTION = "console/utils" | ||
2 | DESCRIPTION = "Utilities for User-Mode-Linux" | ||
3 | LICENSE = "GPL-2.0" | ||
4 | DEPENDS = "zlib ncurses readline" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
6 | SRC_URI = "http://downloads.sourceforge.net/project/user-mode-linux/tools/1/uml_utilities_${PV}.tar.bz2 \ | ||
7 | file://fix-ldflags.patch \ | ||
8 | file://unstrip.patch \ | ||
9 | " | ||
10 | SRC_URI[md5sum] = "2c1ccd9efacbfb39e42d482b89b2550a" | ||
11 | SRC_URI[sha256sum] = "4f179b1db021ef15ac7e9b2eed57c525db127a754c574f591c367460cded9f41" | ||
12 | |||
13 | PR = "r1" | ||
14 | |||
15 | S = "${WORKDIR}/tools" | ||
16 | |||
17 | do_compile() { | ||
18 | oe_runmake | ||
19 | } | ||
20 | |||
21 | do_install() { | ||
22 | oe_runmake install DESTDIR=${D} | ||
23 | } | ||
24 | |||
25 | FILES_${PN} += "${libdir}" | ||
26 | FILES_${PN}-dbg += "${libdir}/uml/.debug" | ||