Re: [OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-04 Thread Mark Hatle
On 8/4/12 3:59 AM, Laurentiu Palcu wrote: On 08/04/2012 10:46 AM, Laurentiu Palcu wrote: On 08/03/2012 11:25 PM, Mark Hatle wrote: On 8/3/12 3:19 PM, Laurentiu Palcu wrote: Some postinst scriptlets test for the existence of certain files but have the paths hardcoded to the target's rootfs.

Re: [OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-04 Thread Laurentiu Palcu
On 08/04/2012 10:46 AM, Laurentiu Palcu wrote: > > > On 08/03/2012 11:25 PM, Mark Hatle wrote: >> On 8/3/12 3:19 PM, Laurentiu Palcu wrote: >>> Some postinst scriptlets test for the existence of certain files but >>> have the paths hardcoded to the target's rootfs. This patch will allow >>> us

Re: [OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-04 Thread Laurentiu Palcu
On 08/03/2012 11:25 PM, Mark Hatle wrote: > On 8/3/12 3:19 PM, Laurentiu Palcu wrote: >> Some postinst scriptlets test for the existence of certain files but >> have the paths hardcoded to the target's rootfs. This patch will allow >> us to run postinst scriptlets at do_rootfs time by calling nat

Re: [OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-03 Thread Mark Hatle
On 8/3/12 3:19 PM, Laurentiu Palcu wrote: Some postinst scriptlets test for the existence of certain files but have the paths hardcoded to the target's rootfs. This patch will allow us to run postinst scriptlets at do_rootfs time by calling native binaries. Signed-off-by: Laurentiu Palcu ---

[OE-core] [PATCH 3/5] package_rpm: export the native directory to the postinst scriptlets

2012-08-03 Thread Laurentiu Palcu
Some postinst scriptlets test for the existence of certain files but have the paths hardcoded to the target's rootfs. This patch will allow us to run postinst scriptlets at do_rootfs time by calling native binaries. Signed-off-by: Laurentiu Palcu --- meta/classes/package_rpm.bbclass |1 + 1