diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-04-19 16:19:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:42 +0100 |
commit | 6da7fc5ceabaf45e933b56bcc69d25f1f9f73821 (patch) | |
tree | 5277e212af144606111c10d349aedbbe3f51acde /meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | |
parent | 30b44d9e67493dbd5771817dc3a9e6edc4471352 (diff) | |
download | poky-6da7fc5ceabaf45e933b56bcc69d25f1f9f73821.tar.gz |
pcmciautils: Upgrade 017 -> 018
version workaround is done in recipe itself
by adding PV to CFLAGS
(From OE-Core rev: 7899ea60ec0f39a465166eea196a5b554e5cd3f5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pcmciautils/pcmciautils_018.bb')
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb new file mode 100644 index 0000000000..202437a610 --- /dev/null +++ b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require pcmciautils.inc | ||
2 | |||
3 | SRC_URI += "file://makefile_fix.patch" | ||
4 | |||
5 | SRC_URI[md5sum] = "5d85669b3440baa4532363da6caaf1b4" | ||
6 | SRC_URI[sha256sum] = "79e6ae441278e178c07501d492394ed2c0326fdb66894f6d040ec811b0dc8ed5" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | FILES_${PN}-dbg += "${libdir}/udev/.debug" | ||
11 | FILES_${PN} += "${libdir}/udev" | ||