diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-01 23:10:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-01 23:10:08 +0000 |
commit | 2923f87c79eb291802f255015ff7e2b973263870 (patch) | |
tree | 898a6169039b301ea79eb5a8afdbdea108299813 /meta/packages/lzo | |
parent | 246389cedd51268e3356fda70568dc572841d47d (diff) | |
download | poky-2923f87c79eb291802f255015ff7e2b973263870.tar.gz |
Add lzo-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1315 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/lzo')
-rw-r--r-- | meta/packages/lzo/lzo-native_1.08.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/lzo/lzo-native_1.08.bb b/meta/packages/lzo/lzo-native_1.08.bb new file mode 100644 index 0000000000..3de88e34bf --- /dev/null +++ b/meta/packages/lzo/lzo-native_1.08.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require lzo_${PV}.bb | ||
2 | inherit native | ||
3 | S = "${WORKDIR}/lzo-${PV}" \ No newline at end of file | ||