From becdc022eb5640e5b942b7680e5328ebeee5111a Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Sat, 19 Jan 2013 16:06:12 +0800 Subject: packages: uprev bbappends to fit oe-core Signed-off-by: Xin Ouyang --- recipes-devtools/python/python_2.7.2.bbappend | 5 ----- recipes-devtools/python/python_2.7.3.bbappend | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 recipes-devtools/python/python_2.7.2.bbappend create mode 100644 recipes-devtools/python/python_2.7.3.bbappend (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python_2.7.2.bbappend b/recipes-devtools/python/python_2.7.2.bbappend deleted file mode 100644 index b8447e9..0000000 --- a/recipes-devtools/python/python_2.7.2.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PR .= ".1" - -inherit selinux -# If selinux enabled, disable handlers to rw command history file -FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend new file mode 100644 index 0000000..b8447e9 --- /dev/null +++ b/recipes-devtools/python/python_2.7.3.bbappend @@ -0,0 +1,5 @@ +PR .= ".1" + +inherit selinux +# If selinux enabled, disable handlers to rw command history file +FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" -- cgit v1.2.3-54-g00ecf