aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcap
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-01-09 15:59:33 +0100
committerKhem Raj <raj.khem@gmail.com>2011-01-12 00:02:39 -0800
commit57c2ec8554c4ec4feb41498296fd76c864f631e2 (patch)
treebd0b2599285d0c585f220a182d902054fe92056c /recipes/libcap
parentac35c02c470d752f5207fc648949fb42b44f0175 (diff)
downloadopenembedded-57c2ec8554c4ec4feb41498296fd76c864f631e2.tar.gz
Convert `libcap_1.10` to new staging system by removing `do_stage()` [1].
This change is build tested with the following configuration and `PREFERRED_BINUTILS_VERSION = "2.21"`. Build Configuration: BB_VERSION = "1.10.2" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "224c193" TARGET_ARCH = "arm" TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO = "minimal-uclibc" DISTRO_VERSION = "dev-snapshot-20110109" TARGET_FPU = "soft" [1] http://wiki.openembedded.org/index.php/Legacy_staging Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libcap')
-rw-r--r--recipes/libcap/libcap_1.10.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/libcap/libcap_1.10.bb b/recipes/libcap/libcap_1.10.bb
index 286c512607..a9444bb42b 100644
--- a/recipes/libcap/libcap_1.10.bb
+++ b/recipes/libcap/libcap_1.10.bb
@@ -19,11 +19,5 @@ do_install() {
oe_libinstall -s -C libcap libcap ${D}${libdir}
}
-do_stage() {
- install -d ${STAGING_INCDIR}/sys
- install -m 0644 libcap/include/sys/capability.h ${STAGING_INCDIR}/sys/
- oe_libinstall -s -C libcap libcap ${STAGING_LIBDIR}
-}
-
SRC_URI[md5sum] = "4426a413128142cab89eb2e6f13d8571"
SRC_URI[sha256sum] = "66c3f033fdc8f9ba0bd9d0ae2d1f2c11f9fa51bf0d1418e5cb75e29e6577a5bc"