diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-17 10:16:56 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-17 15:05:17 +0200 |
commit | 3784cd38607ab46a9a899d8565fe337aaf5a054a (patch) | |
tree | 622a95502e4d72ec676b4226ac013e4ddd47224c | |
parent | fad5af9a1c119e34b718c40f7a4c6452341d5beb (diff) |
libcap2: use attr instead of libattr as dependency
* convert to new staging system, by removing do_stage
* bump PR
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-By: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/libcap/libcap2_2.16.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes/libcap/libcap2_2.16.bb b/recipes/libcap/libcap2_2.16.bb index ebcb981525..92cd50fbcb 100644 --- a/recipes/libcap/libcap2_2.16.bb +++ b/recipes/libcap/libcap2_2.16.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly PO PRIORITY = "optional" SECTION = "libs" LICENSE = "GPL" -DEPENDS = "bison-native flex-native libattr" -PR = "r0" +DEPENDS = "bison-native flex-native attr" +PR = "r1" BUILD_CFLAGS += "-I${S}/libcap/include" CFLAGS += "-I${S}/libcap/include" @@ -25,11 +25,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] = "6e2c9d0f3c3118e41cd07288ba9577ce" SRC_URI[sha256sum] = "9c5a41a5577d6f702fe4d29e92f91f1d586a2ef272f6b7fa137bae3f0e76cc2f" |