diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-25 15:05:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-25 15:05:03 +0000 |
commit | 15c905c270533b5e2313b4ee25b9935604018fc2 (patch) | |
tree | 1ae5b9c0e05a33510f7ad208f39785bb5b56bc7b /meta/packages/insserv/insserv_1.11.0.bb | |
parent | aa7d993edb7c4d2ea83bff625f41b6fa15070e83 (diff) | |
download | poky-15c905c270533b5e2313b4ee25b9935604018fc2.tar.gz |
insserv: Fix a cross compile issue on i386 machines
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5090 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/insserv/insserv_1.11.0.bb')
-rw-r--r-- | meta/packages/insserv/insserv_1.11.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/insserv/insserv_1.11.0.bb b/meta/packages/insserv/insserv_1.11.0.bb index e567401f37..b5938b25ba 100644 --- a/meta/packages/insserv/insserv_1.11.0.bb +++ b/meta/packages/insserv/insserv_1.11.0.bb | |||
@@ -1,10 +1,12 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | PR = "r1" | ||
3 | 4 | ||
4 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${PN}-${PV}.tar.gz \ |
5 | file://40_segfault_virtprov.dpatch;patch=1 \ | 6 | file://40_segfault_virtprov.dpatch;patch=1 \ |
6 | file://42_loopnochangemsg.dpatch;patch=1 \ | 7 | file://42_loopnochangemsg.dpatch;patch=1 \ |
7 | file://make.patch;patch=1 \ | 8 | file://make.patch;patch=1 \ |
9 | file://crosscompile_fix.patch;patch=1 \ | ||
8 | file://insserv.conf" | 10 | file://insserv.conf" |
9 | 11 | ||
10 | do_install () { | 12 | do_install () { |