diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-08 15:15:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-08 15:15:58 +0000 |
commit | 63c1c2a66946d5578fe4450f6159a3a11131dc83 (patch) | |
tree | 1ea29ef81c1aea4efa53fd768212c35034f96359 | |
parent | 2c147f87a576d38d3255b8cd4bfe8f18cba28e72 (diff) | |
download | poky-63c1c2a66946d5578fe4450f6159a3a11131dc83.tar.gz |
apmd: merge recipe cleanup with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4208 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/apmd/apmd_3.2.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/apmd/apmd_3.2.2.bb b/meta/packages/apmd/apmd_3.2.2.bb index f7efb065e1..6e4d2b3bd1 100644 --- a/meta/packages/apmd/apmd_3.2.2.bb +++ b/meta/packages/apmd/apmd_3.2.2.bb | |||
@@ -3,9 +3,9 @@ SECTION = "base" | |||
3 | PRIORITY = "required" | 3 | PRIORITY = "required" |
4 | DEPENDS = "libtool-cross" | 4 | DEPENDS = "libtool-cross" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r8" | 6 | PR = "r10" |
7 | 7 | ||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz; \ | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_${PV}.orig.tar.gz \ |
9 | file://debian.patch;patch=1 \ | 9 | file://debian.patch;patch=1 \ |
10 | file://workaround.patch;patch=1 \ | 10 | file://workaround.patch;patch=1 \ |
11 | file://zaurus24.patch;patch=1 \ | 11 | file://zaurus24.patch;patch=1 \ |