diff options
Diffstat (limited to 'packages/opie-sounds')
-rw-r--r-- | packages/opie-sounds/opie-sounds_1.2.2.bb | 2 | ||||
-rw-r--r-- | packages/opie-sounds/opie-sounds_cvs.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/opie-sounds/opie-sounds_1.2.2.bb b/packages/opie-sounds/opie-sounds_1.2.2.bb index 8053e4f26e..9bd0cfa80f 100644 --- a/packages/opie-sounds/opie-sounds_1.2.2.bb +++ b/packages/opie-sounds/opie-sounds_1.2.2.bb @@ -1,4 +1,4 @@ -include ${PN}.inc +require ${PN}.inc TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" diff --git a/packages/opie-sounds/opie-sounds_cvs.bb b/packages/opie-sounds/opie-sounds_cvs.bb index f430ca0aee..818a1c48f1 100644 --- a/packages/opie-sounds/opie-sounds_cvs.bb +++ b/packages/opie-sounds/opie-sounds_cvs.bb @@ -1,4 +1,4 @@ -include ${PN}.inc +require ${PN}.inc # Remove the dash below when 1.2.1 changes in PV PV = "1.2.2+cvs-${SRCDATE}" |