diff options
author | Chris Larson <clarson@mvista.com> | 2009-08-11 11:16:09 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-08-20 12:25:01 -0700 |
commit | f2442f18ecdb310750195753f8c122f2cd81e364 (patch) | |
tree | 68f6be24c195c3065727f3201ac722933447db5f /recipes/tar/tar-native_1.13.93.bb | |
parent | df0c1f671b493f6300e51b5b4c7d41956f486d62 (diff) |
tar: inherit gettext & use a .inc to avoid duplicated metadata.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/tar/tar-native_1.13.93.bb')
-rw-r--r-- | recipes/tar/tar-native_1.13.93.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/tar/tar-native_1.13.93.bb b/recipes/tar/tar-native_1.13.93.bb index 4a7aae3282..ea9c328877 100644 --- a/recipes/tar/tar-native_1.13.93.bb +++ b/recipes/tar/tar-native_1.13.93.bb @@ -1,7 +1,5 @@ -SECTION = "base" require tar_${PV}.bb inherit native -S = "${WORKDIR}/tar-${PV}" do_stage() { install -m 755 src/tar ${STAGING_BINDIR} |