diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-10 02:30:06 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:33:21 +0100 |
| commit | 22af6a2595dbec98ce4a2e3b1324ad8d400390ad (patch) | |
| tree | 29a625cc16795e91a9013b54effc517bb1061d2c | |
| parent | 05a1f2b682e42cc723c126c63fd46650efadf82b (diff) | |
| download | poky-22af6a2595dbec98ce4a2e3b1324ad8d400390ad.tar.gz | |
sysfsutils: remove libsysfs-dev and libsysfs-staticdev from PACKAGES
There should be only one dev and dbg package
(From OE-Core rev: 0b6f0efe7a96782634f72a68ee14a48205bf9577)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb index 1d9c476431..b9f40f4335 100644 --- a/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb +++ b/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb | |||
| @@ -21,7 +21,7 @@ S = "${WORKDIR}/sysfsutils-${PV}" | |||
| 21 | 21 | ||
| 22 | inherit autotools | 22 | inherit autotools |
| 23 | 23 | ||
| 24 | PACKAGES =+ "libsysfs libsysfs-dev libsysfs-staticdev" | 24 | PACKAGES =+ "libsysfs" |
| 25 | FILES_libsysfs = "${libdir}/lib*${SOLIBS}" | 25 | FILES_libsysfs = "${libdir}/lib*${SOLIBS}" |
| 26 | FILES_libsysfs-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}" | 26 | FILES_libsysfs-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}" |
| 27 | FILES_libsysfs-staticdev = "${libdir}/lib*.a" | 27 | FILES_libsysfs-staticdev = "${libdir}/lib*.a" |
