diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-31 12:41:29 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-31 12:41:29 +0000 |
commit | 104ea0cb748d6eb31e6130f7ba7384ee5c7e18e5 (patch) | |
tree | cc045ec0c208ee7721fb1b2b8388397e0bd3f3b8 /packages/sharp-binary-only | |
parent | 7c1c83b2bcd15bd5f6de67411ee314be031177c6 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/31 13:44:50+02:00 local!hrw
set sharp-compat-libs to be compatible only with arm-linux
2005/03/31 13:36:18+02:00 local!hrw
added sharp-compat-libs into world again
BKrev: 424beff9DfpeuxMxFp2g-1RwRzHYZg
Diffstat (limited to 'packages/sharp-binary-only')
-rw-r--r-- | packages/sharp-binary-only/sharp-compat-libs_0.5.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb index 7175380e1a..ace6789343 100644 --- a/packages/sharp-binary-only/sharp-compat-libs_0.5.bb +++ b/packages/sharp-binary-only/sharp-compat-libs_0.5.bb @@ -3,15 +3,16 @@ system by providing 2.95 libraries. To run compatible programs, use the Compat \ Library program in the Settings menu to make them use these libraries." SECTION = "opie/settings" PRIORITY = "optional" +DEPENDS = "opie-sh" RDEPENDS = "opie-sh" RPROVIDES = "oz-compat" RCONFLICTS = "oz-compat" MAINTAINER = "Tim Ansell <mithro AT mithis.net>" LICENSE = "GPL" -PR = "r1" +PR = "r2" -EXCLUDE_FROM_WORLD = "1" EXCLUDE_FROM_SHLIBS = "1" +COMPATIBLE_HOST = "arm.*-linux" SRC_URI = "http://openzaurus.org/mirror/oz-compat_0.5.tar.gz \ file://hentges.patch;patch=1 \ |