From: Scott Garman <sgarman@zenlinux.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] sed: migrate -native to BBCLASSEXTEND
Date: Fri, 12 Mar 2010 23:28:22 -0800 [thread overview]
Message-ID: <1268465302-3725-1-git-send-email-sgarman@zenlinux.com> (raw)
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
---
recipes/sed/sed-native_4.1.2.bb | 3 ---
recipes/sed/sed_4.1.2.bb | 3 ++-
2 files changed, 2 insertions(+), 4 deletions(-)
delete mode 100644 recipes/sed/sed-native_4.1.2.bb
diff --git a/recipes/sed/sed-native_4.1.2.bb b/recipes/sed/sed-native_4.1.2.bb
deleted file mode 100644
index 3bfacd8..0000000
--- a/recipes/sed/sed-native_4.1.2.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-SECTION = "console/utils"
-require sed_${PV}.bb
-inherit native
diff --git a/recipes/sed/sed_4.1.2.bb b/recipes/sed/sed_4.1.2.bb
index fe80f3e..e4337e2 100644
--- a/recipes/sed/sed_4.1.2.bb
+++ b/recipes/sed/sed_4.1.2.bb
@@ -1,7 +1,7 @@
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "sed is a Stream EDitor."
-PR = "r1"
+PR = "r2"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
S = "${WORKDIR}/sed-${PV}"
@@ -24,3 +24,4 @@ pkg_prerm_${PN} () {
update-alternatives --remove sed sed.${PN}
}
+BBCLASSEXTEND = "native"
--
1.6.3.3
next reply other threads:[~2010-03-13 7:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-13 7:28 Scott Garman [this message]
2010-03-13 8:02 ` [PATCH] sed: migrate -native to BBCLASSEXTEND Khem Raj
2010-03-13 18:02 ` Scott Garman
2010-03-13 18:27 ` Frans Meulenbroeks
2010-03-13 18:55 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1268465302-3725-1-git-send-email-sgarman@zenlinux.com \
--to=sgarman@zenlinux.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.