All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libcap_1.10: remove `do_stage()`
@ 2011-01-09 15:14 Paul Menzel
  2011-01-09 19:03 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2011-01-09 15:14 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1498 bytes --]

Date: Sun, 9 Jan 2011 15:59:33 +0100

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 <paul@gw90.de>
---
 recipes/libcap/libcap_1.10.bb |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/libcap/libcap_1.10.bb b/recipes/libcap/libcap_1.10.bb
index e6ca393..af5600b 100644
--- a/recipes/libcap/libcap_1.10.bb
+++ b/recipes/libcap/libcap_1.10.bb
@@ -22,11 +22,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"
-- 
1.7.2.3

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] libcap_1.10: remove `do_stage()`
  2011-01-09 15:14 [PATCH] libcap_1.10: remove `do_stage()` Paul Menzel
@ 2011-01-09 19:03 ` Khem Raj
  2011-01-10 10:28   ` [PATCH] [RESEND] Convert `libcap_1.10` to new staging system by removing `do_stage()` [1] Paul Menzel
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-01-09 19:03 UTC (permalink / raw)
  To: openembedded-devel

On 1/9/2011 7:14 AM, Paul Menzel wrote:
> Date: Sun, 9 Jan 2011 15:59:33 +0100
>
> 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<paul@gw90.de>

this patch is malformed and have spurious line breaks and other stuff. 
Please redo and send again

> ---
>   recipes/libcap/libcap_1.10.bb |    6 ------
>   1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/recipes/libcap/libcap_1.10.bb b/recipes/libcap/libcap_1.10.bb
> index e6ca393..af5600b 100644
> --- a/recipes/libcap/libcap_1.10.bb
> +++ b/recipes/libcap/libcap_1.10.bb
> @@ -22,11 +22,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"
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] [RESEND] Convert `libcap_1.10` to new staging system by removing `do_stage()` [1].
  2011-01-09 19:03 ` Khem Raj
@ 2011-01-10 10:28   ` Paul Menzel
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Menzel @ 2011-01-10 10:28 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1823 bytes --]

Date: Sun, 9 Jan 2011 15:59:33 +0100

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>
---
Am Sonntag, den 09.01.2011, 11:03 -0800 schrieb Khem Raj:
> On 1/9/2011 7:14 AM, Paul Menzel wrote:

[…]

> this patch is malformed and have spurious line breaks and other stuff. 
> Please redo and send again

Sorry Khem. I copied the output from `more git-am-formatted.mbox` over
an SSH session into the MUA. It looks like that does not work well. The
Signed-off-by line was wrong too.
---
 recipes/libcap/libcap_1.10.bb |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/libcap/libcap_1.10.bb b/recipes/libcap/libcap_1.10.bb
index e6ca393..af5600b 100644
--- a/recipes/libcap/libcap_1.10.bb
+++ b/recipes/libcap/libcap_1.10.bb
@@ -22,11 +22,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"
-- 
1.7.2.3

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-10 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-09 15:14 [PATCH] libcap_1.10: remove `do_stage()` Paul Menzel
2011-01-09 19:03 ` Khem Raj
2011-01-10 10:28   ` [PATCH] [RESEND] Convert `libcap_1.10` to new staging system by removing `do_stage()` [1] Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.