* [PATCH][meta-selinux] net-tools: Rename net-tools bbappend with wildcard for minor version.
@ 2015-09-11 4:36 Philip Tricca
2015-09-12 5:09 ` Philip Tricca
0 siblings, 1 reply; 2+ messages in thread
From: Philip Tricca @ 2015-09-11 4:36 UTC (permalink / raw)
To: Joe_MacDonald; +Cc: yocto
Signed-off-by: Philip Tricca <flihp@twobit.us>
---
recipes-extended/net-tools/net-tools_1.%.bbappend | 11 +++++++++++
recipes-extended/net-tools/net-tools_1.60-25.bbappend | 11 -----------
2 files changed, 11 insertions(+), 11 deletions(-)
create mode 100644 recipes-extended/net-tools/net-tools_1.%.bbappend
delete mode 100644 recipes-extended/net-tools/net-tools_1.60-25.bbappend
diff --git a/recipes-extended/net-tools/net-tools_1.%.bbappend b/recipes-extended/net-tools/net-tools_1.%.bbappend
new file mode 100644
index 0000000..e99a5bc
--- /dev/null
+++ b/recipes-extended/net-tools/net-tools_1.%.bbappend
@@ -0,0 +1,11 @@
+PR .= ".2"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += "file://netstat-selinux-support.patch"
+
+inherit selinux
+
+DEPENDS += "${LIBSELINUX}"
+
+EXTRA_OEMAKE += "${@target_selinux(d, 'HAVE_SELINUX=1', 'HAVE_SELINUX=0')}"
diff --git a/recipes-extended/net-tools/net-tools_1.60-25.bbappend b/recipes-extended/net-tools/net-tools_1.60-25.bbappend
deleted file mode 100644
index e99a5bc..0000000
--- a/recipes-extended/net-tools/net-tools_1.60-25.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-PR .= ".2"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://netstat-selinux-support.patch"
-
-inherit selinux
-
-DEPENDS += "${LIBSELINUX}"
-
-EXTRA_OEMAKE += "${@target_selinux(d, 'HAVE_SELINUX=1', 'HAVE_SELINUX=0')}"
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][meta-selinux] net-tools: Rename net-tools bbappend with wildcard for minor version.
2015-09-11 4:36 [PATCH][meta-selinux] net-tools: Rename net-tools bbappend with wildcard for minor version Philip Tricca
@ 2015-09-12 5:09 ` Philip Tricca
0 siblings, 0 replies; 2+ messages in thread
From: Philip Tricca @ 2015-09-12 5:09 UTC (permalink / raw)
To: Joe_MacDonald; +Cc: yocto
Woops, duplicate. Please disregard.
On 09/10/2015 09:36 PM, Philip Tricca wrote:
> Signed-off-by: Philip Tricca <flihp@twobit.us>
> ---
> recipes-extended/net-tools/net-tools_1.%.bbappend | 11 +++++++++++
> recipes-extended/net-tools/net-tools_1.60-25.bbappend | 11 -----------
> 2 files changed, 11 insertions(+), 11 deletions(-)
> create mode 100644 recipes-extended/net-tools/net-tools_1.%.bbappend
> delete mode 100644 recipes-extended/net-tools/net-tools_1.60-25.bbappend
>
> diff --git a/recipes-extended/net-tools/net-tools_1.%.bbappend b/recipes-extended/net-tools/net-tools_1.%.bbappend
> new file mode 100644
> index 0000000..e99a5bc
> --- /dev/null
> +++ b/recipes-extended/net-tools/net-tools_1.%.bbappend
> @@ -0,0 +1,11 @@
> +PR .= ".2"
> +
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +SRC_URI += "file://netstat-selinux-support.patch"
> +
> +inherit selinux
> +
> +DEPENDS += "${LIBSELINUX}"
> +
> +EXTRA_OEMAKE += "${@target_selinux(d, 'HAVE_SELINUX=1', 'HAVE_SELINUX=0')}"
> diff --git a/recipes-extended/net-tools/net-tools_1.60-25.bbappend b/recipes-extended/net-tools/net-tools_1.60-25.bbappend
> deleted file mode 100644
> index e99a5bc..0000000
> --- a/recipes-extended/net-tools/net-tools_1.60-25.bbappend
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -PR .= ".2"
> -
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -SRC_URI += "file://netstat-selinux-support.patch"
> -
> -inherit selinux
> -
> -DEPENDS += "${LIBSELINUX}"
> -
> -EXTRA_OEMAKE += "${@target_selinux(d, 'HAVE_SELINUX=1', 'HAVE_SELINUX=0')}"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-12 5:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 4:36 [PATCH][meta-selinux] net-tools: Rename net-tools bbappend with wildcard for minor version Philip Tricca
2015-09-12 5:09 ` Philip Tricca
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.