diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/libpcap/libpcap_1.1.1.bb | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libpcap/libpcap_1.1.1.bb')
| -rw-r--r-- | meta/packages/libpcap/libpcap_1.1.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/libpcap/libpcap_1.1.1.bb b/meta/packages/libpcap/libpcap_1.1.1.bb deleted file mode 100644 index 58ab5e6c95..0000000000 --- a/meta/packages/libpcap/libpcap_1.1.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | require libpcap.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | SRC_URI += "file://aclocal.patch \ | ||
| 6 | file://ieee80215-arphrd.patch" | ||
| 7 | |||
| 8 | # | ||
| 9 | # make install doesn't cover the shared lib | ||
| 10 | # make install-shared is just broken (no symlinks) | ||
| 11 | # | ||
| 12 | do_install_prepend () { | ||
| 13 | install -d ${D}${libdir} | ||
| 14 | install -d ${D}${bindir} | ||
| 15 | oe_runmake install-shared DESTDIR=${D} | ||
| 16 | oe_libinstall -a -so libpcap ${D}${libdir} | ||
| 17 | } | ||
