diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-04-30 00:05:37 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-04-30 23:17:11 +0400 |
commit | d5631dc0546cd152d41529b528ec2635bd103a28 (patch) | |
tree | 82375fa497c79510508964309946b3e878e3f26c /recipes/beep/beep_1.2.2.bb | |
parent | deb50c8b70a08632e779db9ee60d3f2d655fd3aa (diff) |
remove install-native package
Sane 'install' program is provided by coreutils-native now.
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/beep/beep_1.2.2.bb')
-rw-r--r-- | recipes/beep/beep_1.2.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/beep/beep_1.2.2.bb b/recipes/beep/beep_1.2.2.bb index 759f74f8a0..e3ffdce22a 100644 --- a/recipes/beep/beep_1.2.2.bb +++ b/recipes/beep/beep_1.2.2.bb @@ -4,7 +4,6 @@ DESCRIPTION = "A console utility to make a beep noise" SECTION = "console/utils" LICENSE = "GPL" PR = "r2" -DEPENDS = "install-native" SRC_URI = "http://johnath.com/beep/beep-${PV}.tar.gz" SRC_URI += "file://linux-input.patch;patch=1" |